3 Revīzijas (9ba22b8a5850fa3d8f115d6cd8b6d2fa6db862be)

Autors SHA1 Ziņojums Datums
  Sam Hocevar d373081b80 build: use #pragma once instead of header guards because 1) fuck the dinosaurs, pirms 10 gadiem
  Sam Hocevar 6b64e2c337 lolunit: switch assert macros to lowercase. pirms 10 gadiem
  Sam Hocevar cadc4d18b0 test: move the unit tests to the engine, and lolunit out of the engine. pirms 10 gadiem
  Sam Hocevar ad9a388e80 misc: remove 100% of the "using namespace std;" madness. pirms 10 gadiem
  Sam Hocevar a581e1719f base: fix very minor issues found by static analysis. pirms 10 gadiem
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. pirms 12 gadiem
  Sam Hocevar 28728814cc core: replace usage of sin() or std::sin() with lol::sin() where appropriate. pirms 12 gadiem
  Sam Hocevar 8bea4cf189 math: ensure real::fabs() is never chosen over std::fabs() for arguments pirms 12 gadiem
  Sam Hocevar 5a5b811200 lolunit: rename a few methods for consistency. pirms 13 gadiem
  Sam Hocevar 2e314ddc2f lolunit: protect against multiple registration of the same fixture type. pirms 13 gadiem
  Sam Hocevar 75d8811c74 lolunit: rename test runner’s run() method to Run() for consistency. pirms 13 gadiem
  Sam Hocevar 8fba1a07d7 lolunit: add some comments to document the framework internals. pirms 13 gadiem
  Sam Hocevar bcc62b548a lolunit: add several helper macros for various comparison checks. pirms 13 gadiem
  Sam Hocevar c38732ad97 lolunit: tweak output formatting so that it more closely matches CppUnit. pirms 13 gadiem
  Sam Hocevar 2290b7b930 lolunit: add a LOLUNIT_SET_CONTEXT / LOLUNIT_UNSET_CONTEXT macro pair. pirms 13 gadiem
  Sam Hocevar 62b5838fc1 lolunit: reverse the expected/actual logic. pirms 13 gadiem
  Sam Hocevar 4d99340dfe lolunit: fix an uninitialised member in TestCase. pirms 13 gadiem
  Sam Hocevar b64d051e6a lolunit: free all the memory we allocated to avoid a minor memory leak, pirms 13 gadiem
  Sam Hocevar 5ab9eb3c62 test: get rid of the need for LOLUNIT_SETUP_FIXTURE(). pirms 13 gadiem
  Sam Hocevar 579f77bded test: make LolUnit's output match CppUnit's more closely. pirms 13 gadiem
  Sam Hocevar a374127e80 test: replace CppUnit with our LolUnit test suite. pirms 13 gadiem