osrm-backend/src/util
Daniel J. Hofmann 502aedb33e Provide a way to selectively enable assertions in release mode
- Throwing an assertion exception for proper stack unwinding, making
  sure destructors are called

- On in Debug mode, in Release, enable via:

      cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_ASSERTIONS=ON

Current problem that I'm seeing is that some code is not catching
exceptions or worse silently swallowing them. Would like to check the
whole pipeline before merging this in.
2016-01-21 15:37:25 +01:00
..
assert.cpp Provide a way to selectively enable assertions in release mode 2016-01-21 15:37:25 +01:00
coordinate_calculation.cpp Define compile-time constants for coordinate calculation only once 2016-01-12 19:59:02 +01:00
coordinate.cpp Run clang-format 2016-01-08 01:31:57 +01:00
fingerprint.cpp Remove license headers from project source files; global license 2016-01-04 19:06:32 +01:00
hilbert_value.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00
mercator.cpp Inline mercator transformations; no need for separate translation unit 2016-01-11 20:10:45 +01:00
osrm_exception.cpp Run clang-format 2016-01-08 01:31:57 +01:00
simple_logger.cpp Add namespace around all files 2016-01-08 01:30:52 +01:00