forked from valhalla/valhalla
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Towards better Windows compatibility: TOOLS, DATA_TOOLS & documentati…
…on (valhalla#2521) * use lua5.3 bitwise operators: https://www.lua.org/manual/5.3/manual.html#3.4.2 * update filename with OS specific path separator * try to build on azure with TOOLS and DATA_TOOLS * add kwarg to GraphTile::Suffix to distinguish between path and ID access * revert previous Lua5.3 syntax * add Windows section * stupid: install needed packages.. also try newest vcpkg master again * [ci skip] nope, still an issue. hope azure triggers, circleci not * revert graph.lua huge changeset * [ci skip] more packages missing.. * introduce new facet with OS specific 1000 separator to propely resolve file paths * [ci skip] explicitly provide LUA_DIR & LUA_LIB paths * VS Code doesn't auto-save files, thanks jetbrains for spoiling me.. * [ci skip] sorry, wrong vcpkg path.. * run a few exe's on azure CI; upgrade azure CI to VS 2019 * format * remove redundant mkdir * add changelog * double quotes for cmd.exe; try adding toolset name * change platform for x86 to Win32 * add do_grouping to url_facet and inherit directly from numpunct
- Loading branch information
Showing
10 changed files
with
305 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.