- fixed warning (VC++);
- CMake installation fix;
- GCC fix;
- Added example programs;
- README.md example(s);
- added coloured output (on failed messages);
- Windows compatibility;
- added two examples (one C, one C++);
- minor fixes to failure messages;
- compiler compatibility around
__FUNCTION__
/__func__
; - GCC (C) compatible
inline
; - CMake build scripts enhancements;
- canonicalise CMakeLists.txt files;
- boilerplate files canonicalisation and enhanced functionality
- CMake canonicalisation
- added CMake support and boilerplate files;
- added
BDUT_ASSERT_EQ()
,BDUT_ASSERT_NE()
macros; - added
BDUT_ASSERT_GE()
,BDUT_ASSERT_GT()
,BDUT_ASSERT_LE()
macros; BDUT_report_string_contains_failure_and_abort_()
now implemented in terms ofstd::snprintf()
rather thanstd::sprintf()
;
Various improvements and enhancements
First port out of shwild (as of version 0.11.5)
All history before this day is moot!