Changes between Version 6 and Version 7 of oss/lolunit
- Timestamp:
- Sep 8, 2011, 10:31:43 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
oss/lolunit
v6 v7 14 14 * does not require an external library, everything is in the `.h` 15 15 * very resilient to user error: does not require any information duplication 16 * works on embedded or gaming platforms: can be used without exceptions and/or RTTI16 * works on embedded or gaming platforms: can be used without exceptions and/or RTTI 17 17 * formats its standard text output in the same way as CppUnit 18 18 … … 23 23 Download the single [http://lol.zoy.org/browser/trunk/src/lol/unit.h?format=txt <lol/unit.h>] file. 24 24 25 LolUnit is distributed under the terms of the [http://sam.zoy.org/wtfpl WTFPL]. 26 25 27 == Documentation == 26 28