1. 11 5月, 2016 4 次提交
    • C
      Introduce structure to the test/ directory · af76508f
      Chris Kitching 提交于
      This introduces a clear separation between test data and test
      binaries. Test data is moved into test/data, and the test binaries
      move into test/src. A new CMake script specific to building the
      tests is introduced in /test to slightly clean up the toplevel
      one.
      
      As well as tidying things up, this makes the next step trivial...
      af76508f
    • C
      Use definitely-unique target/project name · 4e6aacda
      Chris Kitching 提交于
      There exist lots of json libraries, and project/target names must
      be globally unique. If someone integrated with this library in a
      particularly stupid way, using a generic name like "json" might
      cause a problem.
      4e6aacda
    • C
      Don't use variable for the test target name · b6becce8
      Chris Kitching 提交于
      I'm not sure that using a variable for target names really helps
      with clarity. Unlike paths, target names aren't really something
      you change. In a sense, targets are themselves a sort of variable,
      so having a variable to name a variable seems just a bit gnarly.
      b6becce8
    • C
      6a98a6c9
  2. 25 4月, 2016 4 次提交
  3. 22 9月, 2015 1 次提交
  4. 17 7月, 2015 3 次提交
  5. 20 6月, 2015 1 次提交
  6. 28 4月, 2015 1 次提交
  7. 27 4月, 2015 4 次提交
  8. 01 2月, 2015 1 次提交
    • N
      cleanup · befd90de
      Niels 提交于
      befd90de
  9. 11 1月, 2015 1 次提交
  10. 05 1月, 2015 1 次提交