Dennis Luxen
|
fd2f000075
|
install lib header files with make install target
|
2013-12-17 17:59:44 +01:00 |
|
Dennis Luxen
|
204f7c918e
|
remove empty line
|
2013-12-16 17:26:18 +01:00 |
|
Dennis Luxen
|
7144f69683
|
movve osrm class into hidden object
|
2013-12-13 12:32:24 -05:00 |
|
Dennis Luxen
|
ba6641ed9a
|
fix node-OSRM build, https://github.com/DennisOSRM/node-OSRM/issues/19
|
2013-12-09 12:03:02 -05:00 |
|
Dennis Luxen
|
19285d61ab
|
reorder includes to cut compile time
|
2013-12-08 19:38:13 +01:00 |
|
Dennis Luxen
|
ee6c15b997
|
remove self include
|
2013-12-08 16:30:08 +01:00 |
|
Dennis Luxen
|
3319709526
|
rename file, untangle more includes
|
2013-11-14 12:42:33 -05:00 |
|
Dennis Luxen
|
dc4a3e9b89
|
untangle server and http components
|
2013-11-14 12:29:56 -05:00 |
|
Dennis Luxen
|
61d955f3de
|
move Reply into compile unit
|
2013-11-13 18:42:57 -05:00 |
|
Dennis Luxen
|
89d0412e22
|
fix include order
|
2013-11-08 10:08:27 -05:00 |
|
Dennis Luxen
|
bb87f28e80
|
remove debug output
|
2013-10-30 11:41:06 +01:00 |
|
Dennis Luxen
|
4144698540
|
make data store less verbose in release mode
|
2013-10-28 14:56:25 +01:00 |
|
Dennis Luxen
|
3e5e3175e0
|
check for new data with every query
|
2013-10-25 19:32:06 +02:00 |
|
Dennis Luxen
|
6ae880f61e
|
finished locking implementation in queries. YAY\!
|
2013-10-23 13:22:59 +02:00 |
|
Dennis Luxen
|
0d1149310c
|
implement shared lock in query
|
2013-10-22 19:06:47 +02:00 |
|
Dennis Luxen
|
4c02002265
|
iron out skeleton for implementation of shared sync
|
2013-10-21 19:06:58 +02:00 |
|
Dennis Luxen
|
19a457ab7d
|
implement update barrier
|
2013-10-17 18:11:53 +02:00 |
|
Dennis Luxen
|
53a0bc963a
|
indicate the type of memory to the user
|
2013-10-16 13:40:40 +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
|
aaf0fb9d12
|
Rework facades to accept ServerPaths object as configuration
|
2013-10-15 15:44:40 +02:00 |
|
Dennis Luxen
|
6a900ed6e7
|
remove unneeded member
|
2013-10-15 14:35:35 +02:00 |
|
Dennis Luxen
|
7951795ea4
|
Implementation of internal data storage
|
2013-10-15 14:19:53 +02:00 |
|
Dennis Luxen
|
ab1d3d1ced
|
Properly instantiate plugins
|
2013-10-15 14:17:44 +02:00 |
|
Dennis Luxen
|
a9ac0ac725
|
Mockups for data facades
|
2013-10-15 14:12:30 +02:00 |
|
Dennis Luxen
|
ab637e22b1
|
instantiate different inherited class at bcp that provides all data
|
2013-10-15 14:06:48 +02:00 |
|
Dennis Luxen
|
b51d3da7e5
|
Mockups for data facades
|
2013-10-15 14:04:11 +02:00 |
|
Dennis Luxen
|
861dbd5977
|
plugging in base facade ptr
|
2013-10-15 14:02:31 +02:00 |
|
Dennis Luxen
|
5556dff11e
|
instantiate different inherited class at bcp that provides all data
|
2013-10-15 14:00:50 +02:00 |
|
Dennis Luxen
|
29499f21c5
|
License change to (simplified) 2-clause BSD. Good riddance, AGPL
|
2013-10-14 13:42:28 +02:00 |
|
Emil Tin
|
613e38d7f8
|
use boost program_options in osrm-prepare/routed
|
2013-10-12 09:59:42 +02:00 |
|
Dennis Luxen
|
87e0f074e8
|
remove unneeded member
|
2013-10-09 17:34:48 +02:00 |
|
Dennis Luxen
|
b343a17b29
|
Implementation of internal data storage
|
2013-09-20 18:30:47 +02:00 |
|
Dennis Luxen
|
370f4f6257
|
Properly instantiate plugins
|
2013-09-19 18:55:19 +02:00 |
|
Dennis Luxen
|
2ab04e7e2f
|
Mockups for data facades
|
2013-09-19 12:00:36 +02:00 |
|
Dennis Luxen
|
a08fef172e
|
plugging in base facade ptr
|
2013-09-19 12:00:35 +02:00 |
|
Dennis Luxen
|
34ee6411d5
|
instantiate different inherited class at bcp that provides all data
|
2013-09-19 12:00:35 +02:00 |
|
Dennis Luxen
|
57a31d0ec9
|
Fixing coverity issue
|
2013-09-17 14:47:15 +02:00 |
|
Dennis Luxen
|
c2f9467f61
|
Moving DataStructures out of Plugin directory
|
2013-08-14 13:54:59 +02:00 |
|
Dennis Luxen
|
0285bb6ea5
|
Implements 34735b8aad (commitcomment-3828247)
|
2013-08-09 20:16:26 +02:00 |
|
Dennis Luxen
|
0765ebf735
|
Implements #692
|
2013-08-09 14:47:09 +02:00 |
|
Dennis Luxen
|
149a42cc94
|
Fixing coverity issue 1046672 and a potential memory leak
|
2013-08-09 13:24:05 +02:00 |
|
Dennis Luxen
|
088393ca12
|
Remove superflous output of endline
|
2013-08-08 16:19:25 +02:00 |
|
Dennis Luxen
|
375dc63db3
|
Make output conditional
|
2013-08-08 15:57:16 +02:00 |
|
Dennis Luxen
|
b405029f0f
|
Refactoring base config class into proper ini file name
|
2013-08-06 17:23:40 +02:00 |
|
Dennis Luxen
|
54302a53e1
|
use exceptions instead of hard abort
|
2013-08-05 17:28:57 +02:00 |
|
Dennis Luxen
|
ec7d3a9885
|
Fixing boost filesystem to work on old installations, too
|
2013-08-01 15:56:18 +02:00 |
|
Dennis Luxen
|
960b55fd6c
|
accidentially called deprecated boost filesystem function
|
2013-07-31 22:55:20 +02:00 |
|
Dennis Luxen
|
3067ba60ae
|
convert relative path in server.ini to absolute paths
|
2013-07-31 22:05:44 +02:00 |
|
DennisOSRM
|
80b9afc14d
|
Merge branch 'libosrm' of https://github.com/DennisOSRM/Project-OSRM into libosrm
|
2013-07-08 15:10:43 +02:00 |
|
DennisOSRM
|
df1f828488
|
Pass references instead of value types
|
2013-07-08 14:52:43 +02:00 |
|