Merge branch 'master' into ghoshkaj_mmaperize

This commit is contained in:
Daniel Patterson 2018-10-29 09:52:50 -07:00 committed by GitHub
commit 954121634f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -3,6 +3,8 @@
- Features:
- ADDED: direct mmapping of datafiles is now supported via the `-mmap` switch. [#5242](https://github.com/Project-OSRM/osrm-backend/pull/5242)
- REMOVED: the previous `--memory_file` switch is now deprecated and will fallback to `--mmap` [#5242](https://github.com/Project-OSRM/osrm-backend/pull/5242)
- Windows:
- FIXED: Windows builds again. [#5249](https://github.com/Project-OSRM/osrm-backend/pull/5249)
# 5.19.0
- Changes from 5.18.0:

View File

@ -29,7 +29,7 @@ THE SOFTWARE.
#include <math.h>
#if defined(_MSC_VER)
#include "msinttypes/stdint.h"
#include "rapidjson/msinttypes/stdint.h"
#include <intrin.h>
#else
#include <stdint.h>