1. 19 Oct, 2018 1 commit
  2. 18 Oct, 2018 1 commit
  3. 26 Sep, 2018 1 commit
  4. 25 Sep, 2018 3 commits
  5. 14 Sep, 2018 1 commit
  6. 30 Aug, 2018 4 commits
  7. 29 Aug, 2018 1 commit
  8. 25 Jul, 2018 1 commit
  9. 01 May, 2018 1 commit
  10. 10 Apr, 2018 1 commit
  11. 29 Mar, 2018 1 commit
  12. 11 Jan, 2018 5 commits
  13. 10 Jan, 2018 1 commit
  14. 05 Jan, 2018 1 commit
  15. 04 Jan, 2018 1 commit
  16. 24 Dec, 2017 1 commit
  17. 09 Dec, 2017 1 commit
  18. 07 Dec, 2017 1 commit
  19. 18 Oct, 2017 3 commits
  20. 05 Sep, 2017 5 commits
  21. 04 Sep, 2017 2 commits
  22. 01 Sep, 2017 1 commit
  23. 30 Aug, 2017 1 commit
    • Herbert Thielen's avatar
      use upper-case build type · dae044d4
      Herbert Thielen authored
      While cmake does not complain on build type 'debug', the cmake
      documentation always spells it 'Debug', so take this.
      dae044d4
  24. 29 Aug, 2017 1 commit
    • Herbert Thielen's avatar
      run combined build only · d33861dc
      Herbert Thielen authored
      There is no need for separate 'googlemock' and 'googletest' builds,
      as the 'googlemock' build includes 'googletest' and it's unit tests.
      d33861dc