aboutsummaryrefslogtreecommitdiffstats
path: root/tests/utils.h
Commit message (Expand)AuthorAgeFilesLines
* Add a common function to generate a long string to test.Tsuda Kageyu2016-10-311-0/+21
* Allow ScopedFileCopy to be const.Tsuda Kageyu2016-10-311-6/+6
* Correct the license information.Tsuda Kageyu2016-02-061-0/+25
* Silence a GCC warning in tests about ignoring a return value.Tsuda Kageyu2015-11-271-10/+4
* Silence some MSVC specific warnings in tests.Tsuda Kageyu2015-07-311-1/+5
* Silence a GCC warning about ignoring a return value in test.Tsuda Kageyu2015-06-101-1/+1
* A lot of zero-sized temporary files are left after a test session on Windows.Tsuda Kageyu2015-05-251-0/+1
* Fix test code to work on some environments.Tsuda Kageyu2015-05-211-1/+1
* Modify the test code to work on MSVC/Windows.Tsuda Kageyu2015-05-201-3/+3
* This should also work Windows and has less duplicated codeScott Wheeler2015-05-201-9/+5
* Don't use tempnam on UNIXScott Wheeler2015-05-201-15/+17
* Fix various memleaks in the testsUwe L. Korn2014-09-141-1/+4
* Fixed the tests to work with MSVC when UNICODE is set.Tsuda Kageyu2014-06-241-2/+2
* Reintroduce HAVE_CONFIG_H so that TagLib can be built without CMakeLukáš Lalinský2013-06-201-1/+3
* Separated public and private config.hTsuda Kageyu2013-05-031-2/+2
* Prefixed public variablesTsuda Kageyu2013-05-021-1/+1
* Removed config.h and moved macros into taglib_config.hTsuda Kageyu2013-05-021-3/+2
* Include sys/stat.h to define S_* properlynaota2012-11-281-0/+1
* fixed mod property names and added unit test for xmMathias Panzenböck2011-06-181-0/+31
* Make it possible to run the test suite out of the source treeLukáš Lalinský2011-04-111-1/+11
* Ignore trailing non-data atoms when parsing MP4 covr atomsLukáš Lalinský2010-04-021-2/+5
* Fix compilation fo the test runner on WindowsLukáš Lalinský2010-01-221-2/+11
* New utility class to make sure temporary files are always deletedLukáš Lalinský2009-11-021-0/+22
* Previous was me being stupid and too-quick on the commit button. Need unistd ...Adriaan de Groot2008-05-201-1/+2
* Need plain <fcntl.h> for open and its flags, not necessarily sys/fcntl.hAdriaan de Groot2008-05-201-0/+1
* Add a CppUnit-based test suite (only very few things is covered for now, but ...Lukáš Lalinský2007-11-101-0/+25