1. 918eca5 Improve single header generator by Martin Hořeňovský · 7 years ago
  2. c874a99 Enabled c++11 tests in approvals by Phil Nash · 7 years ago
  3. 93f84b5 Modified generateSingleHeader script to work with .cpp files better by Martin Hořeňovský · 7 years ago
  4. af66106 Updated Clara with handling for / on Windows by Phil Nash · 7 years ago
  5. da5964a Updated version of Clara (should fix Windows compile issues) by Phil Nash · 7 years ago
  6. b6d9976 Make generateSingleHeader.py Python 2.7 compatible by Martin Hořeňovský · 7 years ago
  7. 7f6773b Merge branch 'master' into dev-modernize by Martin Hořeňovský · 7 years ago
  8. 0020747 Generate single header even if output dir does not exist by Martin Hořeňovský · 7 years ago
  9. df5cf2d Minor fixup in updateVcpkgPackage.py by Martin Hořeňovský · 7 years ago
  10. 98e61c3 Approval tests now see different line endings as ok by Martin Hořeňovský · 7 years ago
  11. a3ceb8f Approval tests now can deal with different expansions of errno by Martin Hořeňovský · 7 years ago
  12. ac369b7 Add script that helps with updating the Vcpkg package. by Martin Hořeňovský · 7 years ago
  13. e04dc51 use inline 'libraryVersion()' function (closes #858) by Kevin Ushey · 7 years ago
  14. 46d1664 Set execute permission on runnable python scripts by Mickey Rose · 7 years ago
  15. 374c050 benchmarkCompile.py fixup by Martin Hořeňovský · 7 years ago
  16. b4c9bf5 Removed version # from readme by Phil Nash · 7 years ago
  17. fd6c7ae Fixed compile benchmark script by Martin Hořeňovský · 7 years ago
  18. 70ac6db Minor output improvements in approvalTests.py by Martin Hořeňovský · 7 years ago
  19. ad94288 Removed unused exception object from release notes script by Phil Nash · 7 years ago
  20. 2e08bfe Single include generator now handles spaces between # and include by Phil Nash · 7 years ago
  21. 1f71d1f Some minor clean-up to Python script by Phil Nash · 7 years ago
  22. 6da5e08 Benchmark script: allow passing flags to compiler by Martin Hořeňovský · 7 years ago
  23. 2049113 Benchmark script: use median AND mean of compile time by Martin Hořeňovský · 7 years ago
  24. 0837132 Make the benchmarking script Python 2 compatible by Martin Hořeňovský · 7 years ago
  25. 26df078 Added a script for running synthetic compile time benchmark by Martin Hořeňovský · 7 years ago
  26. 090fc74 Scripts intended to be run should now have x bit set. by Martin Hořeňovský · 7 years ago
  27. c390c4c Fixed inconsistent and trailing whitespace by Martin Hořeňovský · 7 years ago
  28. 7387220 Direct download link now links to latest release version by Martin Hořeňovský · 7 years ago
  29. 4ce11d6 Merge branch 'dev-performance' by Martin Hořeňovský · 7 years ago
  30. 99c2ea5 Renamed measurement script for benchmarking by Martin Hořeňovský · 7 years ago
  31. 225e90d Don’t include tests that rely on varying two-phase-lookup behaviour in approval tests by Phil Nash · 7 years ago
  32. 8115983 Python scripts can now be run directly from bash by Martin Hořeňovský · 7 years ago
  33. 78a2866 Approval tests are now mostly Windows compatible by Martin Hořeňovský · 7 years ago
  34. 9acc6b9 Approval tests now use Python std lib instead of call to diff by Martin Hořeňovský · 7 years ago
  35. c4b5057 Approval tests now uses path relative to cwd, not the catch folder. by Martin Hořeňovský · 7 years ago
  36. d38b926 simplify output filtering in approvalTests.py by Mickey Rose · 7 years ago
  37. b71a06c JUnit reporter outputs timestamps now by Martin Hořeňovský · 7 years ago
  38. 3b7511e First commit of benchmarks for Catch runtime perf. by Martin Hořeňovský · 7 years ago
  39. 62cbde3 Exclude test name from approval tests by Phil Nash · 7 years ago
  40. 1ae8489 Marked tests that use C++11 features with [c++11] tag and exclude them from approval tests by Phil Nash · 7 years ago
  41. 976a655 Approval tests can use Catch path fixed in env. var, and convert nullptr and __null to 0 for comparison by Phil Nash · 7 years ago
  42. 79acc05 Sort test ordering during Approval testing by Phil Nash · 8 years ago
  43. 315c83a Removed unnecessary parentheses by Phil Nash · 9 years ago
  44. 8c32b49 Added script to strip trailing whitespace from source files by Phil Nash · 9 years ago
  45. 5d5ed5a Updated approvalTests script to allow for modified version strings by Phil Nash · 9 years ago
  46. 804896c Fixed approval tests script for new version number formatting by Phil Nash · 9 years ago
  47. 21f7ef6 Committed to semantic versioning by Phil Nash · 9 years ago
  48. a99e75b Made approvals more platform agnostic by Phil Nash · 10 years ago
  49. 785db43 Fixed issue with single include generator by Phil Nash · 10 years ago
  50. b198856 Fixed single header generator for generating no-impl header by Phil Nash · 10 years ago
  51. 57374a1 Added ability for releaseNotes script to pull github issue titles by Phil Nash · 10 years ago
  52. 18845da Added script to extract stub for “release notes” by Phil Nash · 10 years ago
  53. 878c257 Merge pull request #255 from johannesmoene/fix-python-print by Phil Nash · 10 years ago
  54. 87891cf Updated approval tests baselines by Phil Nash · 10 years ago
  55. 77c9edf Fix python scripts for python 3 (print now a function rather than a keyword) by Martin Moene · 10 years ago
  56. 91ea20c Change <> to != by Martin Moene · 10 years ago
  57. 1f1ee3c New version of Clara by Phil Nash · 10 years ago
  58. d29cbec Updated single include generator to allow for embedded micro-libraries by Phil Nash · 10 years ago
  59. de49ec4 Fixed broken single header following script change by Phil Nash · 11 years ago
  60. c4a089c Refactored a lot of code from headers into impl headers only compiled into one TU by Phil Nash · 11 years ago
  61. a35ee20 Filter out version number from approval tests by Phil Nash · 11 years ago
  62. 16c21ee No, really trim paths in approval tests down to just filenames by Phil Nash · 11 years ago
  63. 1e74938 Trim paths in approval tests down to filenames by Phil Nash · 11 years ago
  64. 2f7a296 Split approve file into multiple files by Phil Nash · 11 years ago
  65. 11b5179 Redacted test durations from JUnit reporter output in approval test script by Phil Nash · 11 years ago
  66. b80280f Tidied up reporting of missing assertions in test cases by Phil Nash · 11 years ago
  67. a9b346b Removed line numbers from approval tests of xml too by Phil Nash · 11 years ago
  68. 40b8c77 Removed line numbers from approval tests by Phil Nash · 11 years ago
  69. 239fa28 Added run without -s to approvals by Phil Nash · 11 years ago
  70. 7d5f271 Fixed script for new readme by Phil Nash · 11 years ago
  71. 7293c97 header builder script writes to file rather than stdout by Phil Nash · 11 years ago
  72. 2278451 Refactored scripts to start using a common file by Phil Nash · 11 years ago
  73. f4254b8 Moved scripts into their own folder by Phil Nash · 11 years ago