• 0.5.1 62230cd48f

    jpcx released this 2021-01-03 10:16:38 -08:00 | 3 commits to main since this release

    Updated copyright statements for 2021, improved README, and added #pragma warning ignores into cctest.h.

    Downloads
     
  • 0.5.0 0090b4cbe0

    Decomplicated Pre-Release

    jpcx released this 2020-12-26 17:18:45 -08:00 | 10 commits to main since this release

    Major changes have been implemented since the last release.
    All tests are now dynamic tests, and the TEST API only accepts one argument.

    See the CHANGELOG and README for usage instructions.

    Downloads
     
  • 0.4.2 3cebf14324

    jpcx released this 2020-09-03 08:57:12 -07:00 | 12 commits to main since this release

    Added EXCLUDE_FROM_DEFAULT_BUILD for compatibility.
    Fixed Changelog typo

    Downloads
     
  • 0.4.1 44934deb4e

    Default Target Fix Pre-Release

    jpcx released this 2020-09-03 08:45:34 -07:00 | 14 commits to main since this release

    Removed tests from default target

    Downloads
     
  • 0.4.0 7e1a84c6bb

    jpcx released this 2020-09-02 12:37:49 -07:00 | 17 commits to main since this release

    Removed interface compile flag for -std=c++17 and placed a preprocessor-based C++ version check in the main header.

    Downloads
     
  • 0.2.3 15500e36ae

    Readme Fixes Pre-Release

    jpcx released this 2020-09-02 07:49:50 -07:00 | 23 commits to main since this release

    Small fixes to setup documentation in README

    Downloads
     
  • 0.2.2 8c48898e47

    jpcx released this 2020-09-01 20:55:33 -07:00 | 26 commits to main since this release

    Changed

    • added clean target to .PHONY
    • removed patch version from find_package documentation
    Downloads
     
  • 0.2.1 ee005bf886

    jpcx released this 2020-09-01 20:40:57 -07:00 | 29 commits to main since this release

    Configure file destination set to cmake/ folder

    Downloads
     
  • 0.2.0 921f739e06

    Switched to CMake Pre-Release

    jpcx released this 2020-09-01 20:28:37 -07:00 | 31 commits to main since this release

    Changed

    • removed extra semicolons from test macros
    • moved include directory from root to include/
    • switched build system to CMake
    • updated README.md with new CMake documentation
    • added note regarding static tests and macro helpers to README.md
    • reverted library entry point back to cctest.h (from cctest/cctest.h)
    Downloads
     
  • 0.1.5 f8f7536793

    jpcx released this 2020-08-26 12:59:05 -07:00 | 39 commits to main since this release

    Downloads