1. 11 Nov, 2018 1 commit
  2. 03 Nov, 2018 4 commits
  3. 02 Nov, 2018 1 commit
  4. 28 Oct, 2018 1 commit
  5. 26 Oct, 2018 1 commit
  6. 25 Oct, 2018 4 commits
  7. 23 Oct, 2018 1 commit
  8. 22 Oct, 2018 4 commits
  9. 21 Oct, 2018 21 commits
  10. 20 Oct, 2018 2 commits
    • Dennis Jenkins's avatar
      Merge pull request #325 from oktal/dennisjenkins75-warning-redux · 7a5c4f44
      Dennis Jenkins authored
      Compiler warning reduction
      7a5c4f44
    • Dennis Jenkins's avatar
      Update description.h · ea24b955
      Dennis Jenkins authored
      gcc-7.3.0 and clang-6.0.1 compile without needing SubPath's copy constructor.  Whatever compiler Travis-CI is using, wants it.  I originally removed SubPath's copy-constructor because the struct contains a bare pointer that would be shallow-copied with the default constructor, potentially leading to a resource leak or use-after-free.
      ea24b955