organicmaps/map
Maxim Pimenov 73df2beda7 [coding] Default cache params in FileReader's constructor.
Now that we know all the places that depended on the
implicit params, fall back to the simple constructor.

The main problem here was that there used to be a component
in generator/intermediate_data.hpp where the same field could be
used both as a reader and as a writer via template metaprogramming.
This effectively forced the constructors of FileReader and
FileWriter to have the same parameter list.

Three default parameters in FileReader's constructor that could
be implicitly cast to one another only complicated the matters,
so once we have removed the |withException| param an extra
check was needed that all the constructors are now used as
intended.
2018-06-21 15:05:58 +03:00
..
benchmark_tool [indexer][editor] Move some code from indexer to editor 2018-06-01 16:17:52 +03:00
discovery Added new statistics + AppsFlyer mirroring 2018-06-14 13:51:13 +03:00
extrapolation Review fixes. 2018-06-19 19:11:12 +03:00
extrapolation_benchmark Review fixes. 2018-06-19 19:11:12 +03:00
map_integration_tests [cmake] Fix map_integration_tests 2018-06-13 12:14:29 +03:00
map_tests [coding] Default cache params in FileReader's constructor. 2018-06-21 15:05:58 +03:00
mwm_tests [indexer][editor] Move some code from indexer to editor 2018-06-01 16:17:52 +03:00
style_tests Save to bookmark data persistent feature types based on index. 2018-05-10 16:15:11 +03:00
transit Removed usage of large icons 2018-05-15 17:30:30 +03:00
address_finder.cpp [search] Search is extracted from Framework to SearchAPI. 2017-11-07 13:05:18 +03:00
api_mark_point.cpp UGC search results. 2018-05-17 13:16:42 +03:00
api_mark_point.hpp Fixed api marks style 2018-05-15 17:30:30 +03:00
benchmark_tools.cpp Review fixes 2017-11-14 11:18:31 +03:00
benchmark_tools.hpp Added graphics benchmark 2017-01-17 15:55:34 +03:00
booking_availability_filter.cpp [booking] Tests and bugfix 2018-06-09 18:27:33 +03:00
booking_availability_filter.hpp [booking] filter refactoring. Review fixes 2018-05-25 19:00:35 +03:00
booking_filter.hpp [booking] filter refactoring. Review fixes 2018-05-25 19:00:35 +03:00
booking_filter_cache.cpp [booking] review fixes - no mutexes 2017-12-14 14:10:18 +03:00
booking_filter_cache.hpp [booking] review fixes - no mutexes 2017-12-14 14:10:18 +03:00
booking_filter_params.hpp [booking] deals filter review fixes 2018-06-09 18:27:33 +03:00
booking_filter_processor.cpp [android][booking] review fixes 2018-06-09 18:27:33 +03:00
booking_filter_processor.hpp [android][booking] review fixes 2018-06-09 18:27:33 +03:00
bookmark.cpp Fixed catalog core 2018-06-18 18:26:57 +03:00
bookmark.hpp Added bookmarks catalog support 2018-05-17 20:14:56 +03:00
bookmark_catalog.cpp Fixed catalog core 2018-06-18 18:26:57 +03:00
bookmark_catalog.hpp Fixed catalog core 2018-06-18 18:26:57 +03:00
bookmark_helpers.cpp [coding] Default cache params in FileReader's constructor. 2018-06-21 15:05:58 +03:00
bookmark_helpers.hpp Substituted useBinary to enum 2018-05-17 20:14:56 +03:00
bookmark_manager.cpp Fixed catalog core 2018-06-18 18:26:57 +03:00
bookmark_manager.hpp Fixed catalog core 2018-06-18 18:26:57 +03:00
bookmarks_search_params.hpp Use base types from kml library. 2018-04-06 15:59:42 +03:00
chart_generator.cpp Added support of vehicle styles 2017-02-16 19:39:55 +03:00
chart_generator.hpp Calculating altitude chart points with the help of following method: ScaleChartData, ReflectChartData, ShiftChartData. 2016-09-14 11:21:40 +03:00
cloud.cpp [coding] Default cache params in FileReader's constructor. 2018-06-21 15:05:58 +03:00
cloud.hpp Added bookmarks cloud property to the lightweight framework 2018-06-06 17:11:07 +03:00
CMakeLists.txt Adding extrapolation benchmark project. Csv file parsing with user tracks is implemented. 2018-06-19 19:11:12 +03:00
displacement_mode_manager.cpp Review fixes. 2016-08-03 15:44:57 +03:00
displacement_mode_manager.hpp [build] Build fix for libstdc++. 2016-08-22 16:58:26 +03:00
displayed_categories_modifiers.cpp Fixed sponsored category position calculation 2018-04-06 11:27:01 +03:00
displayed_categories_modifiers.hpp Added support of FC2018 category in the core 2018-04-03 16:33:53 +03:00
everywhere_search_callback.cpp [booking] deals filter review fixes 2018-06-09 18:27:33 +03:00
everywhere_search_callback.hpp [booking][search] Review fixes 2018-06-09 18:27:33 +03:00
everywhere_search_params.hpp [booking][search] Review fixes 2018-06-09 18:27:33 +03:00
feature_vec_model.cpp Remove using std from base 2016-12-28 15:24:51 +03:00
feature_vec_model.hpp [index] Fixed notifications logic, added UPDATE event. 2016-03-23 16:21:14 +03:00
framework.cpp Moving the extrapolator to RoutingManager switching it on only for car and bicycle following mode. 2018-06-19 19:11:12 +03:00
framework.hpp Moving the extrapolator to RoutingManager switching it on only for car and bicycle following mode. 2018-06-19 19:11:12 +03:00
framework_light.hpp [storage][lightweight] review fixes 2018-06-19 19:27:18 +03:00
ge0_parser.cpp Move mercator.hpp to geometry. 2015-12-07 15:15:49 +03:00
ge0_parser.hpp Fix warnings in code 2015-10-19 14:05:31 +03:00
geourl_process.cpp Review fixes. 2016-08-08 11:39:37 +03:00
geourl_process.hpp
gps_track.cpp Review fixes. 2017-03-20 11:34:39 +03:00
gps_track.hpp Review fixes. 2017-03-20 11:34:39 +03:00
gps_track_collection.cpp Fixed evicted by Add new points 2016-01-13 15:54:43 +03:00
gps_track_collection.hpp Renamed popped to evicted 2016-01-13 15:54:08 +03:00
gps_track_filter.cpp [platform] Check the result of Settings::Get. 2017-05-05 15:08:08 +03:00
gps_track_filter.hpp Implemented LD filter for gps tracks 2016-01-13 15:55:43 +03:00
gps_track_storage.cpp Detailed exceptions description while creating gps track file. 2016-04-05 18:37:17 +03:00
gps_track_storage.hpp Write all points in storage, insert filtered points in runtime collection 2016-01-13 15:54:46 +03:00
gps_tracker.cpp [platform] Check the result of Settings::Get. 2017-05-05 15:08:08 +03:00
gps_tracker.hpp Fix: Apply duration to the track 2016-01-13 15:54:34 +03:00
local_ads_manager.cpp [coding] Default cache params in FileReader's constructor. 2018-06-21 15:05:58 +03:00
local_ads_manager.hpp Added hidden local ads objects 2018-05-10 11:21:44 +03:00
local_ads_mark.cpp Dropped UserMarkManager and UserMarksController. 2018-02-15 11:12:21 +03:00
local_ads_mark.hpp Minor renaming. 2018-02-15 11:12:21 +03:00
local_ads_supported_types.cpp local ads supported types 2017-05-19 15:02:26 +03:00
mwm_tree.hpp Moving num_mwm_id.hpp to routing_common. 2017-10-17 15:16:05 +03:00
mwm_url.cpp Fixed api marks style 2018-05-15 17:30:30 +03:00
mwm_url.hpp Added lead url parsing. 2017-05-19 16:42:18 +03:00
osm_opening_hours.hpp Code review 2015-11-12 15:06:45 +03:00
place_page_info.cpp [indexer][editor] Move some code from indexer to editor 2018-06-01 16:17:52 +03:00
place_page_info.hpp [indexer][editor] Move some code from indexer to editor 2018-06-01 16:17:52 +03:00
reachable_by_taxi_checker.cpp Removed strange type from taxi checker. 2016-12-08 19:42:16 +03:00
reachable_by_taxi_checker.hpp [core] uber into place page 2016-12-08 19:06:48 +03:00
routing_manager.cpp git-clang-format 2018-06-19 19:11:12 +03:00
routing_manager.hpp Moving the extrapolator to RoutingManager switching it on only for car and bicycle following mode. 2018-06-19 19:11:12 +03:00
routing_mark.cpp EditSession added. 2018-02-15 11:12:21 +03:00
routing_mark.hpp EditSession added. 2018-02-15 11:12:21 +03:00
search_api.cpp [booking] deals filter review fixes 2018-06-09 18:27:33 +03:00
search_api.hpp [booking] deals filter review fixes 2018-06-09 18:27:33 +03:00
search_mark.cpp Added sales badges for b.com hotels 2018-05-31 13:24:23 +03:00
search_mark.hpp Added sales badges for b.com hotels 2018-05-31 13:24:23 +03:00
taxi_delegate.cpp [taxi] review fixes 2018-03-23 17:52:08 +03:00
taxi_delegate.hpp [taxi] review fixes 2018-03-23 17:52:08 +03:00
track.cpp Fixed crash on track without style 2018-05-07 16:54:55 +03:00
track.hpp Bookmark tests fixes. Persistent id storage added. 2018-04-06 15:59:42 +03:00
traffic_manager.cpp Review fixes 2017-11-14 11:18:31 +03:00
traffic_manager.hpp Added drape engine safe ptr 2017-09-13 14:11:31 +03:00
user.cpp Added auth extended logging 2018-05-15 17:30:30 +03:00
user.hpp Added auth extended logging 2018-05-15 17:30:30 +03:00
user_mark.cpp Fixed api marks style 2018-05-15 17:30:30 +03:00
user_mark.hpp Added pricing badges 2018-04-09 14:28:51 +03:00
user_mark_id_storage.cpp Disable saving of bookmark ids during bookmarks loading. 2018-05-16 21:37:36 +03:00
user_mark_id_storage.hpp Disable saving of bookmark ids during bookmarks loading. 2018-05-16 21:37:36 +03:00
user_mark_layer.cpp Save last modified timestamp to bookmark category data. 2018-04-25 15:38:50 +03:00
user_mark_layer.hpp Save last modified timestamp to bookmark category data. 2018-04-25 15:38:50 +03:00
viewport_search_callback.cpp [booking] deals filter review fixes 2018-06-09 18:27:33 +03:00
viewport_search_callback.hpp [booking] deals filter review fixes 2018-06-09 18:27:33 +03:00
viewport_search_params.hpp [booking][search][android][ios] Workflow for booking filters is unified. Booking deals filter is added and enabled for search in viewport. Search callbacks are moved into map project. 2018-06-09 18:27:33 +03:00