organicmaps/base
Konstantin Pastbin 3d2b9982d4 [core] Fix minor warnings
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
2023-09-15 23:31:11 +02:00
..
base_tests [tests] Fixed ./data path and symlink. 2023-07-25 15:04:57 -03:00
internal Added UTM and MGRS formats support (#5225) 2023-06-01 07:11:48 +02:00
array_adapters.hpp
assert.hpp
atomic_shared_ptr.hpp
base.cpp
base.hpp
beam.hpp
bidirectional_map.hpp
bits.hpp
buffer_vector.hpp [feature] Added FeatureType::GetPoints() function. 2023-04-18 11:32:46 -03:00
cache.hpp
cancellable.cpp
cancellable.hpp
checked_cast.hpp
clustering_map.hpp
CMakeLists.txt [core] Warning fixes 2023-05-18 11:49:28 -03:00
collection_cast.hpp
control_flow.hpp [core] Warning fixes 2023-05-18 11:49:28 -03:00
deferred_task.cpp Fix small issues found by clang-tidy 2022-12-15 18:20:21 +01:00
deferred_task.hpp
dfa_helpers.hpp [search] Speedup GetNameScores routine with caching LevenshteinDFA. 2023-08-13 21:34:24 -03:00
exception.cpp
exception.hpp [core] Warning fixes 2023-05-18 11:49:28 -03:00
fifo_cache.hpp
file_name_utils.cpp
file_name_utils.hpp
geo_object_id.cpp
geo_object_id.hpp
gmtime.cpp
gmtime.hpp
levenshtein_dfa.cpp
levenshtein_dfa.hpp [search] Speedup GetNameScores routine with caching LevenshteinDFA. 2023-08-13 21:34:24 -03:00
limited_priority_queue.hpp
linked_map.hpp
logging.cpp Removed using namespace::std 2023-05-14 10:25:04 +02:00
logging.hpp
lower_case.cpp
lru_cache.hpp
macros.hpp
math.cpp
math.hpp
matrix.hpp
mem_trie.hpp Fix unqualified call to std::move warning 2023-04-29 14:53:39 +02:00
newtype.hpp
non_intersecting_intervals.hpp [core] Fix minor warnings 2023-09-15 23:31:11 +02:00
normalize_unicode.cpp Removed likely unnecessary workaround for old clang 2023-02-17 09:03:22 +01:00
observer_list.hpp
optional_lock_guard.hpp
pprof.cpp
pprof.hpp
random.cpp
random.hpp
range_iterator.hpp
ref_counted.hpp
rolling_hash.hpp
scope_guard.hpp
set_operations.hpp
shared_buffer_manager.cpp
shared_buffer_manager.hpp
small_map.hpp
small_set.hpp Fix new warnings. Add -Wpedantic. 2023-07-05 08:17:42 -03:00
src_point.cpp
src_point.hpp
stats.hpp
std_serialization.hpp
stl_helpers.hpp [core] Warning fixes 2023-05-18 11:49:28 -03:00
stl_iterator.hpp
string_utils.cpp Fix unqualified call to std::move warning 2023-04-29 14:53:39 +02:00
string_utils.hpp Fix new warnings. Add -Wpedantic. 2023-07-05 08:17:42 -03:00
strings_bundle.cpp
strings_bundle.hpp
suffix_array.cpp Removed using namespace::std 2023-05-14 10:25:04 +02:00
suffix_array.hpp
sunrise_sunset.cpp
sunrise_sunset.hpp
task_loop.hpp
thread.cpp Use fully qualified std::move at least in header files to avoid warnings. 2023-04-18 11:32:46 -03:00
thread.hpp Use fully qualified std::move at least in header files to avoid warnings. 2023-04-18 11:32:46 -03:00
thread_checker.cpp
thread_checker.hpp
thread_pool.cpp Minor std:: namespace fixes 2023-04-29 14:53:39 +02:00
thread_pool.hpp Minor std:: namespace fixes 2023-04-29 14:53:39 +02:00
thread_pool_computational.hpp
thread_pool_delayed.cpp Minor std:: namespace fixes 2023-04-29 14:53:39 +02:00
thread_pool_delayed.hpp
thread_safe_queue.hpp
thread_utils.hpp
threaded_container.cpp
threaded_container.hpp
threaded_list.hpp
timegm.cpp
timegm.hpp
timer.cpp Fixed minor gcc warning 2023-01-12 22:51:08 +01:00
timer.hpp
uni_string_dfa.cpp Minor code prettify. 2023-02-17 14:09:09 -03:00
uni_string_dfa.hpp Minor code prettify. 2023-02-17 14:09:09 -03:00
visitor.hpp
waiter.hpp