Alexander Borsuk
|
76d7ef146c
|
Removed SignedRound and replaced std::round with std::lround where needed
Also see https://clang.llvm.org/extra/clang-tidy/checks/bugprone/incorrect-roundings.html
Signed-off-by: Alexander Borsuk <me@alex.bio>
|
2025-08-11 14:58:45 +02:00 |
|
Alexander Borsuk
|
ae349462c6
|
Smoke test for std::round and std::lround
Signed-off-by: Alexander Borsuk <me@alex.bio>
|
2025-08-11 14:58:45 +02:00 |
|
Alexander Borsuk
|
30718e106e
|
ADL for AlmostEqual* and use math:: instead of base:: (#9634)
* ADL for AlmostEqual* and use math:: instead of base::
Signed-off-by: Alexander Borsuk <me@alex.bio>
|
2025-08-11 14:58:45 +02:00 |
|
Alexander Borsuk
|
82133c5743
|
Fixed failing is_finite tests on the latest clang
Signed-off-by: Alexander Borsuk <me@alex.bio>
|
2025-08-11 14:58:45 +02:00 |
|
Andrei Shkrob
|
07c26a5ab8
|
[data] move case folding data into test folder
Signed-off-by: Andrei Shkrob <github@shkrob.dev>
|
2025-08-08 20:49:43 +07:00 |
|
Alexander Borsuk
|
fb1279ca5a
|
Quotes support for CSV parser
Signed-off-by: Alexander Borsuk <me@alex.bio>
|
2025-07-25 06:32:48 +02:00 |
|
Viktor Govako
|
3b46dd1dee
|
Check default max speeds consistency.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
|
2025-07-25 06:32:48 +02:00 |
|
Viktor Govako
|
0c7e6300f5
|
Fixed some 'double comparison' tests.
Signed-off-by: Viktor Govako <viktor.govako@gmail.com>
|
2025-07-25 06:32:48 +02:00 |
|
Omar Mostafa
|
4bf61f14f8
|
[base] Improve Arabic Search Normalization
Signed-off-by: Omar Mostafa <3omar.7afez2022@gmail.com>
|
2025-07-04 15:15:15 +07:00 |
|
x7z4w
|
d6478a0b4d
|
Fix text cutoff
Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
|
2025-06-23 12:12:15 +02:00 |
|
kinkard
|
d20a9e7ff8
|
fix: ctrl+c/v error
Signed-off-by: kinkard <stsiapan.kizim@gmail.com>
|
2025-06-02 13:59:04 +02:00 |
|
kinkard
|
25af0b1ebb
|
perf: Use u64 perfect shuffle version for bit merge/split
Signed-off-by: kinkard <stsiapan.kizim@gmail.com>
|
2025-06-02 13:59:04 +02:00 |
|
Konstantin Pastbin
|
e3e4a1985a
|
Organic Maps sources as of 02.04.2025 (fad26bbf22ac3da75e01e62aa01e5c8e11861005)
To expand with full Organic Maps and Maps.ME commits history run:
git remote add om-historic [om-historic.git repo url]
git fetch --tags om-historic
git replace squashed-history historic-commits
|
2025-05-08 21:10:51 +07:00 |
|