8bcd4ea Add explicit cast operator from osmium::Timestamp to uint32_t. 0b24814 Fixed the full_queue_sleep_duration const (again). 5e19dd2 Try different workaround for windows... df5d6c9 Fix build error on Windows. 1553adf Workaround for missing support for u8 string literals on Windows. aa5e44a Do not build benchmarks in Appveyor to speed up build. 2b22b31 Remove warning generated by assert by casting to largest type. 148c5e3 Fix inclusion of our own css file into doxygen documentation. 13bce6f Split out test thats fails on Windows and do not run it on appveyor. ca04757 Make CMake add_unit_test() function more flexible. 6c04a63 Tell CMake to output json file with compile commands. c0dd848 Fix indentation in some tests. dfa7e4b Formatting: Consistently use spaces around equal signs. 08fe6db Add change log, release version 2.1.0. 667192e Add XML tests. 28acfc7 Make sorting the PBF stringtables optional. 8184781 Fix PBFInputFormat. Use member variable instead of static variable. 2b48945 Fix comment. 6d37054 Rename m_done to m_quit_input_thread to clarify what it is for. bc23083 Fix race condition in PBF reader. 7fc380e Add various docs, noexcepts, asserts, and tests. aeaf4d7 Not a good idea to how overbroad patterns in .gitignore. c1ef2f9 Bugfix: Multipolygon collector was accessing non-existent NodeRef. 0ef9a13 Add noexcept and docs to some functions in NodeRefList class. da4d764 Workaround for Doxygen bug. e67d5d9 use absolute paths to osmium in YouCompleteMe configuration 38abeac remove template parameter from NodeRefList c47adf0 Add check that osm xml file has <osm> or <osmChange> as top-level element. 5e4af90 Updated version number to 2.0.0. 5b2bc3e Workaround in cmake test for sparsehash size. git-subtree-dir: third_party/libosmium git-subtree-split: 8bcd4ea771696812bbb08ebc58e3ee22d0538070
79 lines
1.0 KiB
Plaintext
79 lines
1.0 KiB
Plaintext
# Compiled source #
|
|
###################
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.o
|
|
*.so
|
|
|
|
# Packages #
|
|
############
|
|
# it's better to unpack these files and commit the raw source
|
|
# git has its own built in compression methods
|
|
*.7z
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
|
|
# Logs and databases #
|
|
######################
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
ehthumbs.db
|
|
Icon?
|
|
Thumbs.db
|
|
|
|
# build related files #
|
|
#######################
|
|
/build/
|
|
/util/fingerprint_impl.hpp
|
|
/util/git_sha.cpp
|
|
/cmake/postinst
|
|
|
|
# Eclipse related files #
|
|
#########################
|
|
.setting*
|
|
.scb
|
|
.cproject
|
|
.project
|
|
|
|
# stxxl related files #
|
|
#######################
|
|
.stxxl
|
|
stxxl.log
|
|
stxxl.errlog
|
|
|
|
# Compiled Binary Files #
|
|
####################################
|
|
/osrm-extract
|
|
/osrm-io-benchmark
|
|
/osrm-components
|
|
/osrm-routed
|
|
/osrm-datastore
|
|
/osrm-prepare
|
|
/osrm-unlock-all
|
|
/osrm-cli
|
|
/osrm-check-hsgr
|
|
/osrm-springclean
|
|
/nohup.out
|
|
|
|
# Sandbox folder #
|
|
###################
|
|
/sandbox/
|
|
|
|
/test/profile.lua
|
|
|
|
# Deprecated config file #
|
|
##########################
|
|
/server.ini
|