organicmaps/traffic
Victor Popov 256c548264 [pybindings] Fix linking on Mac
Mac has different linker defaults than linux, and by default it
does not allow undefined symbols to be left in resulting pybinding
library.
To allow it, we specifically pass linker argument when linking final
pybinding object.

This is done to avoid linking excessively to libpythonX.Y since at the
time pybinding is loaded into Python process, all libpython symbols
would be immediately available.
2020-11-06 12:01:03 +03:00
..
pytraffic [pybindings] Fix linking on Mac 2020-11-06 12:01:03 +03:00
traffic_tests [cmake] Add succinct dependency. 2019-11-27 17:18:56 +03:00
CMakeLists.txt
speed_groups.cpp Got rid of the old style std/ includes for several files, mostly in map/ and platform/. 2019-09-23 13:25:26 +03:00
speed_groups.hpp Got rid of the old style std/ includes for several files, mostly in map/ and platform/. 2019-09-23 13:25:26 +03:00
traffic_cache.cpp
traffic_cache.hpp
traffic_info.cpp [data][indexer][generator][python] Rename dat section to features. 2020-04-27 16:45:41 +03:00
traffic_info.hpp Got rid of the old style std/ includes for several files, mostly in map/ and platform/. 2019-09-23 13:25:26 +03:00