- Update actions/checkout from v2 to v4
- Update actions/cache from v2 to v4
- Update docker/login-action to v3
- Update docker/metadata-action to v5
- Update docker/build-push-action to v6
- Add -L flag to curl commands to follow redirects
- Use HTTPS for Geofabrik downloads
- Fix Docker CMake boost_system variant issue with -DBoost_USE_DEBUG_RUNTIME=OFF
vcpkg isn't installed by default, and I'm not familiar enough with how
to install + use it. Hopefully the Makefile build will catch Apple Silicon issues
* Rely on packaged rapidjson dependency
* Add rapidjson to cmake
* Add -pthread option to LIB flags variable in Makefile.
* Allow environment setting of CXXFLAGS.
* Avoid git during build
* Github CI build using ubuntu 18.04
Co-authored-by: Felix Delattre <felix@delattre.de>
* Parallel reading
* Fix win build
* Simplifier correctly init nodes
* Use generator to open input file(s)
* Bit more consistent naming of osm_store files
* Make number of locks in attribute store function of number of threads
* Small optimization, don't use virtual method calls
* Restore nodeListPolygon correct
* Don't drop self intersecting polygons