1. 31 Jul, 2018 2 commits
  2. 30 Jul, 2018 1 commit
  3. 28 Jul, 2018 15 commits
  4. 27 Jul, 2018 3 commits
  5. 13 Jul, 2018 1 commit
  6. 06 Jul, 2018 1 commit
    • Thomas A. F. Thorne's avatar
      Add cmake Setup Instructions For make test · 652d1e0b
      Thomas A. F. Thorne authored
      make test will not work without first enabling the build of the tests.
      The README.md documentation was not updated when the change that
      requires the variable be enabled (863eba92) was pushed.
      
      This resolves part of Issue #249 in that with it in place and clean
      working directory the tests will compile and run.
      
      It is probably not enough to consider #249 complete at present as all of
      the test fail on my system, suggesting something is grossly wrong.
      652d1e0b
  7. 04 Jul, 2018 1 commit
  8. 06 Jun, 2018 4 commits
    • Nico Caprioli's avatar
      Clang compilation · bf98a1cf
      Nico Caprioli authored
      changed invalid define, removed costexpr evaluated as invalid by clang
      bf98a1cf
    • Nico Caprioli's avatar
      String view experimental support · 12a74715
      Nico Caprioli authored
      Some compilers such as CLANG 5 set __cplusplus macro to 2017 version but keep string_view in experimental namespace. This checks for include existence and maps everithing to std::string_view
      12a74715
    • Nico Caprioli's avatar
      Aligned to C++11 · 07e22d26
      Nico Caprioli authored
      Compiler uses latest C++ STD version, compiled from 11 to 17
      07e22d26
    • Nico Caprioli's avatar
      Tree Structure and Removal · 651f25be
      Nico Caprioli authored
      * Added C++17 compliant string_view subset
      * Moved Routes on a Fragments Tree Structure
      * Added ability to remove routes
      651f25be
  9. 01 Jun, 2018 2 commits
  10. 31 May, 2018 1 commit
  11. 28 May, 2018 1 commit
  12. 15 May, 2018 2 commits
  13. 28 Apr, 2018 1 commit
  14. 04 Apr, 2018 1 commit
  15. 02 Apr, 2018 2 commits
  16. 21 Mar, 2018 1 commit
    • fxp's avatar
      Update optional.h · b32c66be
      fxp authored
      Fix macro CheckSize conflict with member function in cryptopp library
      b32c66be
  17. 16 Mar, 2018 1 commit