_-====-__-=-__-===-__-=======-__
_( _)
OO( PFAEDLE )
. o '===-______-===-____-==-__-====='
.o
. ______ _______________
_()_||__|| __o^o___ | [] [] [] [] |
( | | | |o
/-OO----OO""="OO--OO"="OO---------OO"
############################################################
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Bumped spdlog version
- Bumped buildcache
- Bumped catch2 testing framework used for gtfs lib tests
- fixed building on newer ubuntu compilers
- Fixed wrong generation of interpolated times.
- changelog support
- use new dependency management system named pkg
- new gtfs library underneath for handling gtfs feeds (much simpler and lighter)
- use of pugixml instead of pfxml for parsing xml osm data
- enhanced logging support (using spdlog for that)
- WIP clangformat and clang-tidy support
- releases for 2.* versions will be done from branch v2
- use of new c++ standards as much as possible
- reorganized and changed class namings to make things much clearer (for me atleast)
- usage of pfxml library for parsing osm data
- usage of cppgtfs for handling gtfs
1.0.0 - 2017-06-20
- Initial baseline for this repo