Skip to content

First real release

Compare
Choose a tag to compare
@red-rj red-rj released this 30 May 01:49
· 79 commits to master since this release

Changes from v0.0.6

  • ditched the crappy environ_cache, path_iterator and other internal classes in favor of a range-based alternatives.
  • implemented join_paths
  • re-implemented environment::keys()/values()
  • removed ranges submodule and embedded catch2, using cmake find_package instead.