1. 18 Oct, 2015 1 commit
  2. 13 Oct, 2015 1 commit
  3. 08 Oct, 2015 1 commit
  4. 29 Sep, 2015 1 commit
  5. 28 Sep, 2015 3 commits
  6. 25 Sep, 2015 4 commits
  7. 24 Sep, 2015 1 commit
    • Alex Ames's avatar
      Removed call to pop_back on std::string. · 703b7909
      Alex Ames authored
      The pop_back function was added to strings in C++11 and it appears not
      all compilers we target support it. The call to pop_back has been
      replaced with a call to erase.
      
      Tested on Linux. All unit tests pass.
      703b7909
  8. 23 Sep, 2015 1 commit
  9. 21 Sep, 2015 2 commits
  10. 19 Sep, 2015 1 commit
  11. 16 Sep, 2015 2 commits
  12. 15 Sep, 2015 2 commits
  13. 14 Sep, 2015 1 commit
  14. 11 Sep, 2015 4 commits
  15. 09 Sep, 2015 1 commit
  16. 28 Aug, 2015 1 commit
  17. 26 Aug, 2015 2 commits
  18. 19 Aug, 2015 5 commits
  19. 15 Aug, 2015 2 commits
  20. 14 Aug, 2015 1 commit
  21. 13 Aug, 2015 1 commit
  22. 12 Aug, 2015 2 commits