Skip to content

Releases: vesavlad/pfaedle

2.1.0

17 Feb 06:05
ce34c71
Compare
Choose a tag to compare

What's Changed

  • Update build dependencies and some libs in order to make build easy on newer ubuntu by @vesavlad in #3

Full Changelog: v2.0.1...v2.1.0

2.0.1

05 Mar 07:39
Compare
Choose a tag to compare
  • Fixed wrong generation of interpolated times.

Full Changelog: v2.0.0...v2.0.1

2.0.0

24 Jan 08:28
b412d57
Compare
Choose a tag to compare
  • 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