Update version and release notes.
Merge with single-dev
Make it work with my new clang.
Actually move all of the source into one file.
Update the makefile and scripts for actual sing...
Merge dev -> default
Added tag V2.0.0 for changeset b8f85e10b522
Merge default -> dev
Update Version.txt to 2.0.0
Update the README to make it clear it's a singl...
Added tag V1.3.3 for changeset ddf6b3e7073d
Add create_single_header to top makefile.
Move unitcpp.pc to Scripts
Close branch "single-file"
Merge single-file -> dev.
Added tag V1.3.1 for changeset 78611daa2758
Fix a mistake in the README.
Removed tag 1.4.0 for changeset 2e50be86e26b
Use common.mk in Example
Added tag V1.2.1 for changeset de22a4c0daba
Added tag V1.1.0 for changeset d3cd068bfd59
Added tag V1.3.2 for changeset 249f993c6e32
Move scripts into a script folder.
Change to an MIT licence.
Add create_single_header.py and use it.
Take out common parts of the makefiles into com...
Added tag V1.2.0 for changeset b2f46c51e4a2
Merge default -> single-file
Merge default -> dev
Add reminder about sourceforge in release.sh
Merge single-file -> dev
Merge dev -> default.
Added tag 1.4.0 for changeset 2e50be86e26b
Merge dev -> single-file
Change to version 1.4.0
Added tag V1.4.0 for changeset 2e50be86e26b
Added tag V1.3.4 for changeset ed14552f595e
Change variable name in Testing makefile
Added tag V1.1.1 for changeset 4d59124dbb9c
Change includes to <UnitCpp.h>
Added tag V1.3.0 for changeset c787e6f36b8a
Make scripts directory called Scripts.
Strip blank lines out of UnitCpp.h and add copy...
Add a test menu and get it 80% working.
Up to version 1.1.0
Merge dev into trunk.
Make the failure reporting better.
Make the interactive menu work more robustly, a...
Select the correct test from command line argum...
Remove some duplicated code, make test now works.
Update Example to use run_tests_interactive()
Clear up a little code.
Add REALEASE_NOTES and up the version to 1.1.1
Fix RELEASE_NOTES spelling.
Rename [stop/restart]_print() -> [stop/restart]...
Remove commented out code from TestRegister.
Update README for friend declaration changes.
Make a feature branch "dev-menu" for working on...
Make the examples tests run properly.
Update Version to 1.2.0 and RELEASE_NOTES accor...
Add dependency on UnitCpp files in Example and ...
Add an example of using UNITCPP_FRIEND_TEST
Make release.sh work on linux.
Make release.sh more robust.
Add test for seeing class internals.
Remove spurious friend macro in TestCase.
Go to version 1.2.1
Merge version 1.1.1 into dev.
Add friend macro decalaration.
Add stop_print() and restart_print() to TestCase.
Remove an incorrect test.
Merge dev-menu into default.
Add test menu docs to the readme.
Remove the friend declaration, test fails to co...
Close complete branch dev-menu
Change version to 1.1.0 in dev branch.
Change makefile for level 4 warnings, with the ...
Update README with stop/restart_printing().
Update to version 1.3.1
Merge dev to default.
Add language to .travis.yml and chmod the script.
Add utest_Issue_4.
Merge default into dev.
Merge with dev
Remove docs for now.
Merge dev -> default
Fix and test bug with variadic printing.
Add releasenotes and increment version.
Make the bold headers in README work properly.
Add failing test utest_Issue_3.cpp
Always print failures.
Merge from dev.
Update to version 1.3.0 and update RELEASE_NOTE...
Merge dev into default.
Add documentation
Make the test macros variadic.