Dennis Luxen
|
c1136099a9
|
fix link order to make symbol available in libosrm
|
2014-10-20 13:26:51 +02:00 |
|
Dennis Luxen
|
06f8a975c0
|
prevent double compile of dependent compile units
|
2014-10-20 13:04:44 +02:00 |
|
alex85k
|
c3aec4f627
|
do not use gcc-ar for MinGW 4.9
|
2014-10-18 19:13:46 +06:00 |
|
alex85k
|
113852eed4
|
use math defines on Mingw
|
2014-10-18 18:47:17 +06:00 |
|
Dennis Luxen
|
edd8caa2bf
|
compile Fingerprint only once
|
2014-10-17 12:30:11 +02:00 |
|
Dennis Luxen
|
4fbefaef9a
|
catch an uncaught exception and give git revision in springclean tool
|
2014-10-13 09:42:47 +02:00 |
|
Dennis Luxen
|
274140d309
|
refactor SimpleLogger into simple_logger compile unit
|
2014-10-10 19:32:49 +02:00 |
|
Dennis Luxen
|
ed960ccc8d
|
refactor angle computation into class/compile unit
|
2014-10-10 18:47:28 +02:00 |
|
Dennis Luxen
|
52ed8a7ed0
|
move springclean functionality in its own tools, remove from datastore
|
2014-10-10 16:55:24 +02:00 |
|
Dennis Luxen
|
9449c99e25
|
enable partitioning on LTO, good riddance GCC 4.7
|
2014-10-10 10:46:43 +02:00 |
|
Dennis Luxen
|
9c3a572646
|
link unlocking tool against Threads
|
2014-09-29 16:59:09 +02:00 |
|
Dennis Luxen
|
abc6b4180c
|
better checking for luabind compilation, fixes some OSX woes
|
2014-09-19 16:33:24 +02:00 |
|
alex85k
|
f14c6e6845
|
Auto-detect Lua compatible with installed Luabind
|
2014-09-18 23:34:51 +06:00 |
|
Dennis Luxen
|
02428f1e06
|
add object library to benchmarks
|
2014-09-15 12:21:13 +02:00 |
|
Dennis Luxen
|
b8b08cb114
|
use object libraries in cmake, bump cmake to 2.8.8+
|
2014-09-15 11:34:55 +02:00 |
|
Dennis Luxen
|
ebbbf1059d
|
Revert "disable LUA 5.2", cf. #1179
This reverts commit 994bd0a910 .
|
2014-09-15 10:24:44 +02:00 |
|
Dennis Luxen
|
994bd0a910
|
disable LUA 5.2
|
2014-08-22 10:31:47 +02:00 |
|
Dennis Luxen
|
2e20fdb462
|
allow building of packages
|
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 |
|
Patrick Niklaus
|
4d0571fd73
|
Fix win32 linking and run test automatically in AppVayor
|
2014-07-22 18:23:43 +02:00 |
|
Patrick Niklaus
|
d754e4eeca
|
Add benchmark for StaticRTree
Build with 'make benchmarks'
|
2014-07-22 17:17:56 +02:00 |
|
Patrick Niklaus
|
8108ecc4d3
|
Add test for StaticRTree
|
2014-07-22 17:17:56 +02:00 |
|
Patrick Niklaus
|
e776a51c73
|
Added test for StaticGraph
|
2014-07-22 17:17:56 +02:00 |
|
Patrick Niklaus
|
8d46ee85f1
|
Add test for BinaryHeap
|
2014-07-22 17:17:56 +02:00 |
|
Dennis Luxen
|
fc90162f69
|
fix typo, thx @joto, see #1126
|
2014-07-21 10:55:13 +02:00 |
|
Dennis Luxen
|
3de98f7a9d
|
prevent in-source builds
|
2014-07-14 16:21:16 +02:00 |
|
Dennis Luxen
|
98dfc218d9
|
install tools if activated
|
2014-07-11 15:25:26 +02:00 |
|
Dennis Luxen
|
ce684cf9d4
|
fixes #1110, linker issues on CentOS
|
2014-07-02 14:38:02 +02:00 |
|
Dennis Luxen
|
a09f97c9d5
|
remove OpenMP library linking
|
2014-07-02 14:34:44 +02:00 |
|
Dennis Luxen
|
70f257b62f
|
add BUILD_TOOLS flag, retire WITH_TOOLS soon
|
2014-07-01 15:16:41 +02:00 |
|
Dennis Luxen
|
31fbf99109
|
fail hard when building tools and not all prequisites are met
|
2014-06-25 10:53:51 +02:00 |
|
Dennis Luxen
|
3b2893944c
|
remove non-existing dependency
|
2014-06-24 12:45:16 +02:00 |
|
Dane Springmeyer
|
2064934939
|
link -lrt to osrm-prepare
|
2014-06-23 16:02:58 -07:00 |
|
alex85k
|
1148652101
|
Add Mingw support (tune libraries and disable cpuid with #ifdef)
|
2014-06-11 20:58:53 +06:00 |
|
Dennis Luxen
|
096f187d6f
|
remove empty line
|
2014-06-11 15:19:11 +02:00 |
|
Alexei Kasatkin
|
0209272831
|
fix includes and definitions (avoid unistd.h, isatty, fix min,max, round and M_PI)
|
2014-06-11 18:15:15 +06:00 |
|
Alexei Kasatkin
|
0e16c4ed97
|
Add more Boost libraries on Windows, fix TBB debug linking, stop building
on old Microsoft compilers
|
2014-06-11 18:15:14 +06:00 |
|
Patrick Niklaus
|
c43b67ea2e
|
Fixes build using gcc 4.9 with LTO.
Otherwise sem_close is not found.
|
2014-06-05 17:26:19 +02:00 |
|
alex85k
|
7335e0809a
|
Globally rename UUID to FingerPrint
|
2014-06-05 10:31:19 +02:00 |
|
alex85k
|
baf4ea2e8c
|
add a cmake option WITH_TOOLS
|
2014-06-03 18:38:33 +06:00 |
|
Dennis Luxen
|
3625308585
|
moved ImportNode/Edge into compile units
|
2014-05-29 18:31:02 +02:00 |
|
Dennis Luxen
|
cc864191b8
|
remove some unneeded flags when compiling with clang
|
2014-05-28 18:18:57 +02:00 |
|
Dennis Luxen
|
547455245e
|
link against UUID (needed in node-OSRM)
|
2014-05-28 16:09:51 +02:00 |
|
Dennis Luxen
|
6ad6c94355
|
further CMakeLists.txt lint removal
|
2014-05-26 18:42:29 +02:00 |
|
Dennis Luxen
|
4573ae21e6
|
unlinting CMakeLists.txt
|
2014-05-26 18:36:11 +02:00 |
|
Dennis Luxen
|
3fd8ab8d3a
|
use parallel sorting when loading OSRM data files
|
2014-05-23 14:49:50 +02:00 |
|
Dennis Luxen
|
d240ae3b03
|
sort edges in StaticGraph in parallel
|
2014-05-23 14:32:40 +02:00 |
|
Dennis Luxen
|
20cbfd95d6
|
remove OpenMP references from CMakeLists.txt
|
2014-05-22 18:39:11 +02:00 |
|
Patrick Niklaus
|
f487845e9d
|
Port Contractor to TBB
|
2014-05-21 21:49:22 +02:00 |
|
Patrick Niklaus
|
da1fd96d4e
|
Port extractor to TBB
|
2014-05-21 21:49:22 +02:00 |
|
Dennis Luxen
|
3968349480
|
deactivate LTO on debug build
|
2014-05-16 15:00:31 +02:00 |
|
Patrick Niklaus
|
d05c4fa9ed
|
Fix lto option in gcc 4.9 by using gcc-ar / gcc-ranlib
|
2014-05-11 21:56:09 +02:00 |
|
Patrick Niklaus
|
2c0fa2a9f6
|
Split RestrictionMap and NodeBasedGraph from EdgeBasedGraphFactory
First step in an effort to simplify EdgeBasedGraphFactory.
|
2014-05-09 00:05:27 +02:00 |
|
Dennis Luxen
|
fdd0c8470f
|
refactor Tools dir for C++11
|
2014-05-08 18:34:58 +02:00 |
|
Dennis Luxen
|
acef734643
|
break out RouteParameters into compile unit
|
2014-05-07 15:33:24 +02:00 |
|
Dennis Luxen
|
d3a4857826
|
bump min boost version to 1.49, install from ppa
|
2014-05-07 10:38:29 +02:00 |
|
Dennis Luxen
|
297128c19c
|
activate C+11 flags by default
|
2014-05-07 10:38:29 +02:00 |
|
Dennis Luxen
|
25a385c940
|
activate C+11 flags by default
|
2014-05-07 10:38:29 +02:00 |
|
Dennis Luxen
|
b0b67a0cdc
|
fix typo setting potentially wrong flags in debug build
|
2014-04-24 18:14:35 +02:00 |
|
Dennis Luxen
|
b679a94930
|
first segment needs to be properly cut
|
2014-04-24 12:15:04 +02:00 |
|
Dennis Luxen
|
165c252fc8
|
disable lto partitioning when possible (fixes GCC < 4.8 issues, e.g. Debian stock compiler)
|
2014-04-02 10:49:32 +02:00 |
|
Dennis Luxen
|
d21f63d327
|
activate LTO on platforms that support it, ie. most recent compilers
|
2014-04-01 18:11:45 +02:00 |
|
Clint Harris
|
1823a4da36
|
Added missing Boost date_time component. Resolves issue #925.
|
2014-03-22 12:30:24 -04:00 |
|
Clint Harris
|
d60caf7095
|
CMake now adds RPATH info to executables. Resolves issue #960.
|
2014-03-22 11:44:51 -04:00 |
|
Dennis Luxen
|
720abbc81e
|
minor tweak to disable C++11 flag on demand
|
2014-03-13 22:08:03 +01:00 |
|
Dennis Luxen
|
e3183cfd16
|
set stdlib explicitly, fix indentations
|
2014-03-13 13:28:58 +01:00 |
|
Dennis Luxen
|
d8d6b91257
|
std lib adjustable on all versions of OS X
|
2014-03-06 14:48:20 +01:00 |
|
Dennis Luxen
|
117ebe1c32
|
add switch to override stdlib implementation on OS X < 10.9
|
2014-02-27 11:07:53 +01:00 |
|
Dane Springmeyer
|
c3e0b68399
|
fix pkg-config --static when pthread is reported
|
2013-12-21 13:14:48 -05:00 |
|
Dane Springmeyer
|
f0dd1fdfc7
|
pkg-config fixes
|
2013-12-20 14:00:30 -05:00 |
|
DennisOSRM
|
5fd8c0938a
|
include and typo fixes
|
2013-12-20 18:14:09 +01:00 |
|
DennisOSRM
|
ac07c78664
|
build libOSRM static library implicitly. Overridable by -DBUILD_SHARED_LIBS:BOOL=OFF
|
2013-12-20 13:24:25 +01:00 |
|
DennisOSRM
|
4a3db7e2c3
|
Merging PR #847 manually
|
2013-12-20 13:15:57 +01:00 |
|
DennisOSRM
|
838322299a
|
generate pkgconfig file
|
2013-12-20 13:13:35 +01:00 |
|
Dane Springmeyer
|
5e4121ac58
|
libosrm as static lib
|
2013-12-18 18:08:25 -05:00 |
|
Dennis Luxen
|
81d8c8f9bf
|
don't inline code in debug build
|
2013-12-18 18:33:24 +01:00 |
|
Dennis Luxen
|
0d246a4422
|
enable profiling information in debug build
|
2013-12-18 13:16:32 +01:00 |
|
Dennis Luxen
|
21ff3fbccd
|
un-lint'ing CMakeLists.txt
|
2013-12-17 21:42:00 +01:00 |
|
Dennis Luxen
|
90efbefbec
|
install includes to include/osrm
|
2013-12-17 20:26:15 +01:00 |
|
Dennis Luxen
|
fd2f000075
|
install lib header files with make install target
|
2013-12-17 17:59:44 +01:00 |
|
Dane Springmeyer
|
bb244646df
|
bake gitdescription and uuid into OSRM library to avoid failure points of linking them directly
|
2013-12-16 18:49:35 -05:00 |
|
Dane Springmeyer
|
238dd07cf6
|
fix linking order to unbreak linux builds against static protobuf and libz
|
2013-12-16 17:03:17 -05:00 |
|
Dennis Luxen
|
cb6f4ad646
|
(partially) sanitize capitalization
|
2013-12-16 17:58:57 +01:00 |
|
Dennis Luxen
|
f7b72dd136
|
minor typo
|
2013-12-16 17:52:45 +01:00 |
|
Dennis Luxen
|
b1c83e6588
|
link against right pthreads library
|
2013-12-16 17:25:17 +01:00 |
|
Dennis Luxen
|
c55bd11377
|
Merge PR 838
Conflicts:
CMakeLists.txt
|
2013-12-16 12:52:41 +01:00 |
|
Dennis Luxen
|
885a9df356
|
remove duplicate symbol
|
2013-12-16 11:39:38 +01:00 |
|
Dennis Luxen
|
0a373018c6
|
properly link osrm-prepare
|
2013-12-16 11:36:59 +01:00 |
|
Dennis Luxen
|
3c2bf76103
|
implements #839, check for 32 bits properly, bump required boost version to 1.46
|
2013-12-16 11:21:30 +01:00 |
|
Dane Springmeyer
|
13bc41fc36
|
CMake: Respect CXXFLAGS set in environment
Without this change the `CXXFLAGS` environment setting is not respected (tested on OS X 10.8/clang++)
|
2013-12-15 15:32:15 -05:00 |
|
Dennis Luxen
|
b030fe7db2
|
break out Coordinate in compile unit
|
2013-12-13 17:26:57 -05:00 |
|
Dennis Luxen
|
c3396fa6fd
|
add compile targets for the main binaries (not the aux utils)
|
2013-12-13 10:55:57 -05:00 |
|
Dennis Luxen
|
5ef7ea794a
|
move Hilbert curve computation in compile unit
|
2013-12-08 15:52:20 +01:00 |
|
DennisOSRM
|
7de27df309
|
fix linking on Ubuntu 13.10
|
2013-11-20 16:22:39 +01:00 |
|
DennisOSRM
|
b06db1ba39
|
Merge branch 'dep-liblua' of https://github.com/NochEinDirk/Project-OSRM-contribute into NochEinDirk-dep-liblua
|
2013-11-20 10:56:47 +01:00 |
|
Dennis Luxen
|
cabaad4b17
|
replaced contigouos output data with collection of small'ish sub blocks. saves (re-)allocations. also removed a remaining stringstream
|
2013-11-14 17:16:26 -05:00 |
|
Dennis Luxen
|
dc4a3e9b89
|
untangle server and http components
|
2013-11-14 12:29:56 -05:00 |
|
Dennis Luxen
|
a9f54c44e9
|
move Reply into compile unit
|
2013-11-13 18:42:42 -05:00 |
|
Dennis Luxen
|
1863e85bf5
|
move polyline compressor into compile unit
|
2013-11-13 17:32:44 -05:00 |
|
Dennis Luxen
|
abb7509f03
|
link against libc++ on OS X Mavericks by default
|
2013-11-13 11:08:27 -05:00 |
|