Dennis Luxen
|
9aeb28066d
|
fix inverted logic
|
2014-08-07 19:19:21 +02:00 |
|
Dennis Luxen
|
85f6ab869e
|
Revert "let ServerFactory return unique ptr instead of raw ptr"
This reverts commit cc7c6b9ece .
|
2014-07-28 14:08:54 +02:00 |
|
Dennis Luxen
|
cc7c6b9ece
|
let ServerFactory return unique ptr instead of raw ptr
|
2014-07-28 10:15:22 +02:00 |
|
alex85k
|
42d3ee9b94
|
workaround for std::packaged_task<void()> problem on MSVC
|
2014-06-11 18:38:00 +06:00 |
|
alex85k
|
7335e0809a
|
Globally rename UUID to FingerPrint
|
2014-06-05 10:31:19 +02:00 |
|
Dennis Luxen
|
c6a07acd90
|
use std::packaged_task and std::future to simulate boost:🧵:timed_join()
|
2014-05-13 10:03:37 +02:00 |
|
Dennis Luxen
|
c924b2067c
|
refactor and migrate root directory
|
2014-05-08 19:40:29 +02:00 |
|
Dennis Luxen
|
c1e7ba7118
|
replace all timing by C++11's chrono
|
2014-05-07 10:39:34 +02:00 |
|
Dennis Luxen
|
0167dfc3c9
|
shorten line
|
2014-04-28 12:54:11 +02:00 |
|
Dennis Luxen
|
02dc3dee04
|
shorten line
|
2014-04-28 12:52:55 +02:00 |
|
Dennis Luxen
|
a5d3bc9578
|
make function call more legible
|
2014-04-28 12:52:06 +02:00 |
|
Dennis Luxen
|
cfbc6b0441
|
remove useless parantheses
|
2014-04-28 12:50:44 +02:00 |
|
Dennis Luxen
|
0eed39cdf1
|
rebase branch onto develop
|
2014-04-24 18:13:50 +02:00 |
|
Dennis Luxen
|
c71c8b0047
|
Unpacking of intermediate paths
|
2014-04-24 12:03:19 +02:00 |
|
Dennis Luxen
|
aae3637e0c
|
implements #958
|
2014-03-25 14:54:52 +01:00 |
|
Emil Tin
|
0b655ea6a1
|
trial option
|
2014-03-22 00:16:45 +01:00 |
|
Dennis Luxen
|
8bd5f69e04
|
fixes #958, activates 2 additional tests
|
2014-03-20 13:19:36 +01:00 |
|
Dennis Luxen
|
c470ea9fa1
|
lock to RAM on Linux only after options are parsed
|
2014-03-20 09:53:05 +01:00 |
|
Dennis Luxen
|
2e4ff30103
|
fix parameter regression when using shared memory
|
2014-03-18 10:51:36 +01:00 |
|
Dennis Luxen
|
8c4c1a56fd
|
reduce compile time by using fwd decls
|
2013-12-16 11:29:38 +01:00 |
|
Dennis Luxen
|
758027e2e0
|
untangling includes to cut down compile time
|
2013-12-13 18:49:05 -05:00 |
|
Dennis Luxen
|
4ec79d61d0
|
Merge branch 'shared_memory' into develop
|
2013-10-30 15:10:07 +01:00 |
|
Dennis Luxen
|
ae96420925
|
output file paths only if internal memory is used
|
2013-10-30 11:47:48 +01:00 |
|
Dennis Luxen
|
0926bff0cc
|
fix issue #761
|
2013-10-16 17:38:09 +02:00 |
|
Dennis Luxen
|
593dfd0108
|
Merging and rebasing of develop into shared_memory
Conflicts:
DataStructures/SearchEngine.h
DataStructures/StaticRTree.h
Descriptors/DescriptionFactory.cpp
Library/OSRM.cpp
Library/OSRM.h
RoutingAlgorithms/BasicRoutingInterface.h
RoutingAlgorithms/ShortestPathRouting.h
Server/DataStructures/BaseDataFacade.h
Server/DataStructures/InternalDataFacade.h
Server/DataStructures/QueryObjectsStorage.cpp
Server/DataStructures/SharedDataFacade.h
routed.cpp
|
2013-10-15 17:04:53 +02:00 |
|
Dennis Luxen
|
59cf1a4937
|
deciding which memory subsystem to use depending on server.ini
|
2013-10-15 14:35:33 +02:00 |
|
Dennis Luxen
|
29499f21c5
|
License change to (simplified) 2-clause BSD. Good riddance, AGPL
|
2013-10-14 13:42:28 +02:00 |
|
DennisOSRM
|
26ab8755b6
|
move program options for routed/simpleclient into common header
|
2013-10-12 15:19:59 +02:00 |
|
Emil Tin
|
5f90ed8b3e
|
support capitalized option names in extract/prepare
|
2013-10-12 09:59:42 +02:00 |
|
Emil Tin
|
644fad8355
|
allow old capitalized option names in routed, few other adjustments
|
2013-10-12 09:59:42 +02:00 |
|
Emil Tin
|
613e38d7f8
|
use boost program_options in osrm-prepare/routed
|
2013-10-12 09:59:42 +02:00 |
|
Dennis Luxen
|
fd7b22f639
|
deciding which memory subsystem to use depending on server.ini
|
2013-10-01 16:48:40 +02:00 |
|
Dennis Luxen
|
7ed3a1df04
|
removing dead code
|
2013-09-17 15:15:52 +02:00 |
|
Dennis Luxen
|
5bc5e0e8e9
|
logging into wrong channel
|
2013-08-11 23:25:22 +02:00 |
|
Dennis Luxen
|
60950c57e3
|
Fix coverity error 1061544
|
2013-08-09 12:53:23 +02:00 |
|
Dennis Luxen
|
0e2570b204
|
enable logging for deamon
|
2013-08-08 16:23:28 +02:00 |
|
Dennis Luxen
|
ef221e1c6c
|
Replacing log macros by more sophisticated mechanism
|
2013-08-08 14:17:01 +02:00 |
|
Dennis Luxen
|
b405029f0f
|
Refactoring base config class into proper ini file name
|
2013-08-06 17:23:40 +02:00 |
|
DennisOSRM
|
4a39a4af1c
|
Check for valid data files. Implements #224
|
2013-07-22 16:34:06 +02:00 |
|
Dennis Luxen
|
bfef8f39b7
|
First implementation of moving the algorithmic core into a library
|
2013-06-26 19:47:47 -04:00 |
|
DennisOSRM
|
e5b0e43e18
|
Removing typo
|
2013-05-23 13:45:16 +02:00 |
|
DennisOSRM
|
3f1d67ca4c
|
Workaround for #557
|
2013-03-03 18:05:36 +01:00 |
|
Emil Tin
|
da6b750378
|
endl at launch instead of shutdown, more info during shutdown
|
2012-12-15 12:38:07 +01:00 |
|
DennisOSRM
|
a502da7c0f
|
Implementing issue #428
|
2012-10-04 18:56:58 +02:00 |
|
DennisOSRM
|
ac588911ba
|
Fixing warning detected by additional compiler flags
|
2012-09-19 13:48:04 +02:00 |
|
DennisOSRM
|
1fdfac4aaf
|
Refactoring extraction stuff
|
2012-08-27 17:40:59 +02:00 |
|
DennisOSRM
|
6769f83d5b
|
Load timestamp string from file
|
2012-05-15 14:28:13 +02:00 |
|
DennisOSRM
|
9776158cac
|
Add dummy plugin to produce the timestamp of the latest consumed
minutely change set
|
2012-05-14 18:32:34 +02:00 |
|
DennisOSRM
|
ac6ba24861
|
Fixes issue #253
|
2012-05-08 11:14:48 +02:00 |
|
DennisOSRM
|
98ef2e18d4
|
Forbid any swapping of routing deamon on Linux
|
2012-05-03 15:21:19 +02:00 |
|