Dennis Luxen
7436835244
Remove corech options, redundant tests ( #6989 )
...
* Remove corech options, redundant tests
* Small fix
2024-07-10 16:28:07 +02:00
Siarhei Fedartsou
18dcd27a9b
Use node-api instead of NAN ( #6452 )
2022-11-16 15:44:36 +01:00
Siarhei Fedartsou
7be9039f53
Get rid of Mason ( #6387 )
2022-10-06 14:13:12 +02:00
Siarhei Fedartsou
52b516e943
Use clang-format from CI base image ( #6391 )
2022-10-06 12:50:31 +02:00
Denis Chaplygin
2d0b2ca987
Removed STXXL support.
2020-08-20 11:54:02 +03:00
Denis Chaplygin
493e821b93
Monaco test map moved to the git repository.
2020-07-23 11:27:56 +03:00
Salim KAYABASI
717406043a
Remove unused Node binary publishing, and upgrade build environment.
...
Upgrades the build environment to Node 10, which let's us pull down some security fixes in package dependencies that were unfixed in Node 4.
Also removes Node 4 and 6 binary publishing which were almost never used (20 downloads out of 50,000).
Fixes https://github.com/Project-OSRM/osrm-backend/issues/5312
2018-12-14 21:34:48 -07:00
Mateusz Loskot
d8e3b03ec1
Ignore CMakeSettings.json for CMake integration with VS2017
...
CMakeSettings.json is an auxiliary file used to customize
CMake configuration while building from within VS2017.
[ci skip]
2018-02-14 13:30:32 +01:00
Mateusz Loskot
3b8e5cec88
Ignore build directories starting with _build
...
Convenient to manage multiple builds with basic
naming convention (eg. _build.gcc7, _build.vs2017).
[ci skip]
2017-08-08 11:14:39 +02:00
Mateusz Loskot
1e704aa7f2
Ignore Visual Studio/Visual Studio Code related files
2017-07-03 14:42:51 +00:00
Patrick Niklaus
addf4d90e9
Use .gitignore default instead of .npmignore
2017-04-13 21:19:09 +00:00
Daniel J. Hofmann
c772210cc0
Back to Monaco for unit tests
2017-03-21 20:10:39 +00:00
Daniel J. Hofmann
2351b5a084
Merges node-osrm into repository
...
Build with
cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_NODE_BINDINGS=On -DENABLE_MASON=On
2017-03-21 20:10:39 +00:00
Emil Tin
445225bf6d
clean up lua debugging
2017-01-25 16:37:41 +01:00
Dane Springmeyer
4598599f52
# This is a combination of 4 commits.
...
# The first commit's message is:
Add support for building against mason-provided deps
# This is the 2nd commit message:
back to just one travis job: linux/release
# This is the 3rd commit message:
remove pkg-config debugging [skip ci]
# This is the 4th commit message:
use clang++ 3.8.1 for mason builds since 3.8 is what we have been using
2016-10-27 23:26:33 -07:00
Moritz Kobitzsch
5d91b759d1
Implement Turn Lane Api
2016-06-27 10:07:48 +02:00
Moritz Kobitzsch
efa29edf09
basic turn lane handling
2016-06-27 10:07:41 +02:00
Lauren Budorick
b8f7569e93
Implement arbitrary turn penalty file IO and integration ( #2306 )
...
Closes #1830
2016-04-29 00:48:13 -07:00
Daniel J. Hofmann
7ed474af8d
Puts auto-generated monaco test files on gitignore
2016-04-05 22:58:32 +02:00
Daniel J. Hofmann
dded2c2463
Adapt the example to include all osrm public headers
2016-04-05 22:58:32 +02:00
Patrick Niklaus
54ee76bcef
Add benchmark target to Makefile and save timings
2016-04-05 18:57:31 +02:00
Lauren Budorick
c8bb50497b
Rewrite cucumber test suite in JS
2016-03-24 16:01:01 -07:00
Daniel J. Hofmann
43dcdb21ec
Revert "Build osmium_convert in order to be able to eventually replace osmosis"
...
This reverts commit 344588114dd5076385b35e0fbaef966de681f95f.
2016-01-13 17:57:22 +01:00
Daniel J. Hofmann
3727637145
Build osmium_convert in order to be able to eventually replace osmosis
...
This provides a script to build the libosmium examples such as
osmium_convert (to convert from xml to pbf).
I initially tried a CMake ExternalProject setup, but this was more
complicated than I initially thought; this is the more elegant solution.
The goal is to eventually rip out osmosis, so that we no longer depend
on java for the cucumber tests.
References:
- https://github.com/Project-OSRM/osrm-backend/issues/1788
2016-01-13 17:57:22 +01:00
Patrick Niklaus
05658aeb3b
Ignore .swp file
2016-01-11 20:06:12 +01:00
Kal Conley
38e7b1a262
Remove non-existent git_sha.cpp from .gitignore
2015-10-19 21:33:10 +02:00
Kal Conley
cd458e7a44
Don't generate util/fingerprint_impl.hpp in source tree
2015-10-19 21:33:10 +02:00
bergwerkgis
a5fd7cf4e9
make AppVeyor green again
2015-06-18 18:16:51 +02:00
Dennis Luxen
5adf792fad
fix build issue where cmake does not pick up generated output of a custom target
...
renamed: ../util/fingerprint.cpp.in -> ../util/fingerprint_impl.hpp.in
2015-03-31 10:45:35 +02:00
Dennis Luxen
3503cd9b71
remove another windows directory from ignored files/dirs
2015-01-28 12:35:52 +01:00
Dennis Luxen
73cc040792
add new lower case files and directories to .gitignore
2015-01-28 12:32:09 +01:00
Dennis Luxen
ef9074f8e4
renamed: Util/finger_print.* -> Util/fingerprint.*
...
thx @emiltin
2015-01-13 11:16:13 +01:00
Dennis Luxen
6bbd7c0c0b
update ignore list in git
2015-01-05 14:37:35 +01:00
Dennis Luxen
58de37e822
renamed: DataStructures/* -> data_structures/*
2014-11-28 12:15:31 +01:00
Dennis Luxen
665523bc7e
add springclean tool to ignore list
2014-11-20 17:05:55 +01:00
Dennis Luxen
aab5e8430f
ignore package related files
2014-08-11 16:16:56 +02:00
Dennis Luxen
4990e544cf
add a distinct tool to check if hsgr file is valid, closes #1081
2014-07-28 14:51:33 +02:00
alex85k
7335e0809a
Globally rename UUID to FingerPrint
2014-06-05 10:31:19 +02:00
Dennis Luxen
0ee94a5729
add new tool to ignore list
2014-02-13 18:11:53 +01:00
Dennis Luxen
1ba5abbaef
add all binaries to ignore list
2013-10-15 14:32:43 +02:00
DennisOSRM
d91382208d
ignore server.ini
2013-10-12 15:18:51 +02:00
Emil Tin
e42b8fc37d
use boost program_options in extractor
2013-08-14 15:15:35 +02:00
DennisOSRM
f5f7269f70
Trigger rebuild of fingerprint everytime
2013-07-19 14:38:12 +02:00
DennisOSRM
129a846393
add bit size to config object
2013-07-17 15:27:38 +02:00
DennisOSRM
51a7d3ff50
merge conflict CMakeLists.txt
2013-07-09 13:38:44 +02:00
Dennis Luxen
c3c0c8d881
readding profile.lua
2013-07-02 22:51:52 +02:00
Dennis Luxen
fff1460dfb
ignore osrm-cli tool
2013-06-27 16:11:13 -04:00
DennisOSRM
dad4981a57
remove scons files from ignored list
2013-04-23 19:04:23 +02:00
DennisOSRM
7c5ca8f199
ignore changes on profile symlink
2013-02-04 13:11:03 +01:00
Emil Tin
09e331a76b
fix gitignore to avoid ignoring subfolders. add missing lua file
2012-12-28 22:40:00 +01:00