1. 13 May, 2015 1 commit
    • Coverage support with LCOV and GCOV · 36c1eb69
      Matt Clarkson authored
      This patch adds a `coverage` target that allows coverage statisitics to be
      retrieved for the project. It requires that lcov and gcov is installed and
      that the generator is unix makefiles but this can be improved upon in
      future releases.
      
      To make it work use the coverage build type:
      
      ```
      cmake -DCMAKE_BUILD_TYPE=Coverage .
      make coverage
      ```
  2. 12 May, 2015 4 commits
  3. 05 May, 2015 1 commit
    • Only warn on errors in release mode · 7418bbbb
      Matt Clarkson authored
      This improves development iterations when working in debug mode as you
      don't have to fix up warnings to get the code to compile. Once a feature
      is complete you can then run a release build and fix up all the warnings.
  4. 01 May, 2015 1 commit
  5. 06 Apr, 2015 4 commits
  6. 03 Apr, 2015 9 commits
  7. 02 Apr, 2015 1 commit
  8. 01 Apr, 2015 6 commits
  9. 31 Mar, 2015 13 commits