Dennis Luxen
61f3d85af1
add even more cast sanity
2014-06-18 11:49:01 +02:00
Dennis Luxen
804e515847
stream line code a bit in Reply
2014-06-18 11:25:56 +02:00
Dennis Luxen
35977b6c7f
add explicit cast
2014-06-18 11:24:50 +02:00
Dennis Luxen
23f1d3d83b
add explicit cast
2014-06-18 11:20:24 +02:00
Dennis Luxen
b8ea935424
cast bearing to unsigned
2014-06-18 11:17:51 +02:00
Dennis Luxen
7c0866f626
stream line code a bit in Reply
2014-06-18 11:17:23 +02:00
Dennis Luxen
0f2062b739
round bearing value to integers
2014-06-18 11:00:13 +02:00
Dennis Luxen
e91454eeee
use auto keyword to deduce types automatically
2014-06-18 10:59:43 +02:00
Dennis Luxen
58134200df
use float consistently in DescriptionFactory
2014-06-18 10:44:46 +02:00
Dennis Luxen
f6bab21928
use double consistently in JSONDescriptor
2014-06-18 10:44:09 +02:00
Dennis Luxen
011910811b
use float consistently in Contractor
2014-06-18 10:43:26 +02:00
Dennis Luxen
bbc0ba147a
reformat Descriptors/JSONDescriptor.h
2014-06-18 10:15:38 +02:00
Dennis Luxen
922a4331db
reformat source file datastore.cpp
2014-06-18 09:42:45 +02:00
Dennis Luxen
8f7f1e2683
reformat source file Server/RequestHandler.cpp
2014-06-18 09:40:53 +02:00
Dennis Luxen
1980cc007f
cast parameters before c'ting Coordinate
2014-06-17 19:10:26 +02:00
Dennis Luxen
39611f7477
couple more explicit casts
2014-06-17 18:52:01 +02:00
Dennis Luxen
e3d659576f
cast std::size_t and unsigned in a proper way
2014-06-17 16:01:06 +02:00
Dennis Luxen
46d4670b74
cast float to unsigned in a proper way
2014-06-17 16:00:42 +02:00
Dennis Luxen
15ca6d5ca9
use explicit casts where feasible
2014-06-17 15:57:03 +02:00
Dennis Luxen
58f23cda4a
use explicit casts where feasible
2014-06-17 15:51:43 +02:00
Dennis Luxen
a58d8420a2
add some formatting whitespace
2014-06-17 15:48:47 +02:00
Dennis Luxen
96f834fb81
use explicit casts
2014-06-17 15:47:59 +02:00
Dennis Luxen
86617eccb1
use explicit casts
2014-06-17 15:47:40 +02:00
Dennis Luxen
f2936d1c2d
add disabled HipChat notifications to Windows build
2014-06-17 15:47:16 +02:00
Dennis Luxen
0fc8e04ab5
use proper data types to avoid uncessary casts
2014-06-17 15:30:28 +02:00
Dennis Luxen
a65e2d3115
downcast size_t to unsigned
2014-06-17 13:19:59 +02:00
Dennis Luxen
ca6e25b11c
make many more conversions explicit
2014-06-17 13:18:55 +02:00
Dennis Luxen
3ec6a6f5bc
remove ignored parameter
2014-06-17 13:09:58 +02:00
Dennis Luxen
c12fae47e7
allow results at high latitudes to be a bit more imprecise
2014-06-17 13:00:13 +02:00
Dennis Luxen
604d2c698b
replace fp divisions by multiplications
2014-06-17 12:50:29 +02:00
Dennis Luxen
5d14016366
add static_casts to avoid unnecessary conversion from double to float
2014-06-17 12:37:55 +02:00
Dennis Luxen
b112becbba
use explicit casts to mitigate MSVC warnings
2014-06-17 12:15:40 +02:00
Dennis Luxen
e68a09fb3c
fix windows deploy on develop branch, partially fixes #1085
2014-06-16 15:13:19 +02:00
Dennis Luxen
30e9b4513a
Merge branch 'alex85k-develop' into develop
2014-06-16 13:43:26 +02:00
alex85k
671b14dac0
pack only develop version to zip on AppVeyor
2014-06-16 16:02:14 +06:00
Porjo
82e99988e8
Change content-type header for JSON data
2014-06-16 09:29:34 +02:00
Dennis Luxen
313a7ed7fa
Merge pull request #1076 from alex85k/patch-mingw
...
Add Mingw support (tune libraries and disable cpuid with #ifdef)
2014-06-15 21:55:18 +02:00
Dennis Luxen
cf3365574e
Merge branch 'TheMarex-thread-control' into develop
2014-06-15 12:35:26 +02:00
Dennis Luxen
0e1f6f50ea
Merge branch 'thread-control' of https://github.com/TheMarex/Project-OSRM into TheMarex-thread-control
2014-06-15 12:35:15 +02:00
Dennis Luxen
5b6518d4a9
Merge branch 'TheMarex-diffencoding' into develop
2014-06-15 12:10:18 +02:00
Patrick Niklaus
c009dce591
Another VC2013 fix
2014-06-15 11:42:59 +02:00
Patrick Niklaus
40e2d7932b
Fix VC2013 issues
2014-06-15 11:29:36 +02:00
Patrick Niklaus
e29b7a6eae
Fix some minor style issues
2014-06-15 11:04:10 +02:00
Patrick Niklaus
a3e9cbc000
Allow user to force thread number
...
This allows the user to do (potentially) stupid things, but warns him.
The default is TBBs default, so probably the right thing.
To enforce thread numbers in extractor it must be passed to the child
threads.
2014-06-14 17:02:43 +02:00
Patrick Niklaus
aedcc2ff40
Add array inlcude
2014-06-12 22:01:23 +02:00
Patrick Niklaus
4c17aeb180
Removed SSE code in RangeTable to rely on compiler optimazation
2014-06-12 22:01:23 +02:00
Patrick Niklaus
ef60ae652c
Fix edge cases in RangeTable
2014-06-12 22:01:23 +02:00
Patrick Niklaus
1d62ed028e
Fix off-by-one since back() gives last value inside [begin,end)
2014-06-12 22:01:23 +02:00
Patrick Niklaus
50bf7694c2
Constify some parts of RangeTable
2014-06-12 22:01:22 +02:00
Patrick Niklaus
807f1d7c1c
Initial support for SharedDataFacade
...
SharedDataLayout was refactored to include canary values at the
boundaries of each memory block. This makes it easy to detect overruns
and block-size mismatches between osrm-datastore and the
SharedDataFacade.
2014-06-12 22:01:22 +02:00