1. 19 Oct, 2015 5 commits
  2. 18 Oct, 2015 2 commits
  3. 15 Oct, 2015 7 commits
  4. 13 Oct, 2015 1 commit
  5. 08 Oct, 2015 1 commit
  6. 29 Sep, 2015 1 commit
  7. 28 Sep, 2015 3 commits
  8. 25 Sep, 2015 4 commits
  9. 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
  10. 23 Sep, 2015 1 commit
  11. 21 Sep, 2015 2 commits
  12. 19 Sep, 2015 1 commit
  13. 16 Sep, 2015 2 commits
  14. 15 Sep, 2015 2 commits
  15. 14 Sep, 2015 1 commit
  16. 11 Sep, 2015 4 commits
  17. 09 Sep, 2015 1 commit
  18. 28 Aug, 2015 1 commit