Commit Graph

7 Commits

Author SHA1 Message Date
Robert Adam
dda161138b REFAC: Make sure all macros are #undef'd again
If they are not there is the potential of name clashes when performing a
unity build.

See: https://stackoverflow.com/questions/847974/the-benefits-disadvantages-of-unity-builds
2021-03-06 18:57:22 +01:00
Robert Adam
59ae429972 MAINT: Update copyright notice to 2021
This was done by running scripts/updateLicenseHeaders.py and then
manually editing the LICENSE file.
2021-03-02 10:15:01 +01:00
Robert
af7dac72f4 FORMAT: Run clang-format 10 on all C/CXX source-files 2020-09-11 18:29:33 +02:00
Popkornium18
e098a038b6 REFAC(tests): replace NULL with nullptr
This changes all occurances of NULL in the tests source
dir to nullptr. Additionally explicit comparisons with NULL were
removed.
2020-07-02 00:55:41 +02:00
Kissaki
33295b8ae4 tests-files: Add description to file
* Add descriptions to files in src/tests
* Minor formatting in OverlayTest.cpp
2013-06-09 18:02:41 +02:00
Thorvald Natvig
3847ac168a Indent, changelog and submodule update 2009-08-18 02:34:00 +02:00
Thorvald Natvig
12f9c690e5 Locking test 2009-08-16 16:06:49 +02:00