You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
move argparse boilerplate code to private header (valhalla#4169)
* refactor valhalla_add_elevation a bit and move the mjolnir util to baldr
* add -j flag to all multithreaded executables
* changelog
* remove deprecated heder
* oops
* moved the argparse boilerplate code to a private header which all programs can share
* cxxopts entry not needed in cmake
* add missing midgard header
* some fixes
* huch, quite a logical mistake..
* few nits
* more fixes
* remove left-overs
* keep deduplication in the executable valhalla_add_elevation
* keep deduplication in the executable valhalla_add_elevation
* use __FILE__ to find the executable name; overhaul src/CMakeLists.txt, we need to put the ./src directory to target_include_directories()
* move get_tile_ids function into the executable
* add filesystem::stem() to return the file name without extension and adapt all executables
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@
6
6
* FIXED: typo in use value of map matching API (`platform_connection` was misspelled) [#4174](https://github.com/valhalla/valhalla/pull/4174)
7
7
***Enhancement**
8
8
* UPDATED: French translations, thanks to @xlqian[#4159](https://github.com/valhalla/valhalla/pull/4159)
9
+
* CHANGED: -j flag for multithreaded executables to override mjolnir.concurrency [#4168](https://github.com/valhalla/valhalla/pull/4168)
10
+
* CHANGED: moved the argparse boilerplate code to a private header which all programs can share [#4169](https://github.com/valhalla/valhalla/pull/4169)
9
11
* ADDED: CI runs a spell check on the PR to detect spelling mistakes [#4179](https://github.com/valhalla/valhalla/pull/4179)
10
12
* ADDED: `preferred_side_cutoff` parameter for locations [#4182](https://github.com/valhalla/valhalla/pull/4182)
11
13
* ADDED: PBF output for matrix endpoint [#4121](https://github.com/valhalla/valhalla/pull/4121)
0 commit comments