Dennis Luxen
|
c3e6dc69bb
|
implements 0765ebf735 (commitcomment-3828005)
|
2013-08-09 21:33:30 +02:00 |
|
Dennis Luxen
|
0285bb6ea5
|
Implements 34735b8aad (commitcomment-3828247)
|
2013-08-09 20:16:26 +02:00 |
|
Dennis Luxen
|
a542292ce2
|
Check if files exist and contain data, fixes #693
|
2013-08-09 17:47:11 +02:00 |
|
Dennis Luxen
|
0765ebf735
|
Implements #692
|
2013-08-09 14:47:09 +02:00 |
|
Dennis Luxen
|
e86e8c37a8
|
const'ing parameters
|
2013-08-09 13:49:30 +02:00 |
|
Dennis Luxen
|
149a42cc94
|
Fixing coverity issue 1046672 and a potential memory leak
|
2013-08-09 13:24:05 +02:00 |
|
Dennis Luxen
|
8de4613a3e
|
Fix coverity errors 1061543 751298
|
2013-08-09 12:55:08 +02:00 |
|
Dennis Luxen
|
60950c57e3
|
Fix coverity error 1061544
|
2013-08-09 12:53:23 +02:00 |
|
Dennis Luxen
|
4727bb5c9b
|
Fix coverity error 1061545
|
2013-08-09 12:51:21 +02:00 |
|
Dennis Luxen
|
1e1e254897
|
Pass values by const ref
|
2013-08-09 12:50:21 +02:00 |
|
Dennis Luxen
|
df5455121c
|
Output uses new logging facility
|
2013-08-09 12:49:49 +02:00 |
|
Dennis Luxen
|
0e2570b204
|
enable logging for deamon
|
2013-08-08 16:23:28 +02:00 |
|
Dennis Luxen
|
f57519b909
|
adapt tool to output logs with new mechanism
|
2013-08-08 16:20: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
|
503324162f
|
Configure project for actually different build types
|
2013-08-08 14:58:58 +02:00 |
|
Dennis Luxen
|
5445b64376
|
Configure project for actually different build types
|
2013-08-08 14:58:40 +02:00 |
|
Dennis Luxen
|
7fe997d38c
|
Add missing newline on EOF
|
2013-08-08 14:53:49 +02:00 |
|
Dennis Luxen
|
d7673dad7b
|
fixing release build
|
2013-08-08 14:39:51 +02:00 |
|
Dennis Luxen
|
44eed9282b
|
Adding new SimpleLogger class
|
2013-08-08 14:25:57 +02:00 |
|
Dennis Luxen
|
0eeb94b24c
|
Merge branch 'develop' of https://github.com/DennisOSRM/Project-OSRM into develop
|
2013-08-08 14:18:13 +02:00 |
|
Dennis Luxen
|
ef221e1c6c
|
Replacing log macros by more sophisticated mechanism
|
2013-08-08 14:17:01 +02:00 |
|
Emil Tin
|
75cdefa4fe
|
show name of missing .ini file
|
2013-08-07 21:33:43 +02:00 |
|
Dennis Luxen
|
a609a1c6c2
|
Move common code into base class
|
2013-08-07 14:02:10 +02:00 |
|
Dennis Luxen
|
f4906a97b9
|
pass const refs instead of copy
|
2013-08-07 14:01:56 +02:00 |
|
Dennis Luxen
|
21ffd441fa
|
Refactoring base config class into proper ini file name
|
2013-08-06 17:46:49 +02:00 |
|
Dennis Luxen
|
a82383d78e
|
Refactoring base config class into proper ini file name
|
2013-08-06 17:33:26 +02:00 |
|
Dennis Luxen
|
b405029f0f
|
Refactoring base config class into proper ini file name
|
2013-08-06 17:23:40 +02:00 |
|
Dennis Luxen
|
db7d4f56b3
|
Fix build with updated hash table
|
2013-08-06 16:58:31 +02:00 |
|
Dennis Luxen
|
3151197471
|
boost timer library not needed
|
2013-08-06 16:50:20 +02:00 |
|
Dennis Luxen
|
e06fe6935a
|
refactor Hashtable
|
2013-08-06 16:39:04 +02:00 |
|
Dennis Luxen
|
e7cec83a4c
|
Use boost timer to provide platform independent timing
|
2013-08-06 14:28:03 +02:00 |
|
Dennis Luxen
|
e5f0ad4f0b
|
Use boost timer to provide platform independent timing
|
2013-08-06 14:27:36 +02:00 |
|
Dennis Luxen
|
cabbe70e47
|
reverting premature checkin
|
2013-08-06 14:01:03 +02:00 |
|
Dennis Luxen
|
b86c3681bb
|
reverting premature checkin
|
2013-08-06 13:54:04 +02:00 |
|
Dennis Luxen
|
0f8239bc8e
|
Fixing build of tools
|
2013-08-06 12:28:19 +02:00 |
|
Dennis Luxen
|
13f5baf608
|
Moving node data structure into more meaningful class name
|
2013-08-05 19:35:47 +02:00 |
|
Dennis Luxen
|
4f5d7f79bd
|
fixing tests for enhanced coordinate preceision
|
2013-08-05 19:00:09 +02:00 |
|
Dennis Luxen
|
23899613c3
|
Implement #495
|
2013-08-05 18:37:42 +02:00 |
|
Dennis Luxen
|
db46a915cc
|
simple wrapper around std::exception
|
2013-08-05 17:37:30 +02:00 |
|
Dennis Luxen
|
b591aa013d
|
Remove dead code
|
2013-08-05 17:35:16 +02:00 |
|
Dennis Luxen
|
c0db8b71dd
|
Merge branch 'develop' of https://github.com/DennisOSRM/Project-OSRM into develop
|
2013-08-05 17:30:17 +02:00 |
|
Dennis Luxen
|
444bf41fa4
|
use exceptions instead of hard abort
|
2013-08-05 17:29:34 +02:00 |
|
Dennis Luxen
|
54302a53e1
|
use exceptions instead of hard abort
|
2013-08-05 17:28:57 +02:00 |
|
Emil Tin
|
63059cfab3
|
make cuke tests work with ruby 2.x
|
2013-08-02 09:35:28 +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 |
|
Dennis Luxen
|
c9a756eddc
|
Updateing Readme to give proper reference (again)
|
2013-07-31 13:12:25 +02:00 |
|
Dennis Luxen
|
d4ea5fc74f
|
Updateing Readme to give proper reference
|
2013-07-31 13:09:25 +02:00 |
|