aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-26Bump version number for release.0.2.0Jussi Pakkanen1-1/+1
2013-03-25Guard against nonexisting linker.Jussi Pakkanen1-2/+5
2013-03-25Better header in Ninja file.Jussi Pakkanen1-1/+2
2013-03-25Guard against DOS line endings.Jussi Pakkanen1-5/+8
2013-03-24Typo fix.Jussi Pakkanen1-1/+1
2013-03-24Add clean targets for gdca and gcno.Jussi Pakkanen2-0/+21
2013-03-24Helper app to delete files with a given suffix.Jussi Pakkanen1-0/+32
2013-03-24Removed -tt from shebang lines because GNU env can't handle it and theJussi Pakkanen2-2/+2
2013-03-24Check for tabs whenever running the test suite.Jussi Pakkanen1-0/+16
2013-03-24Added detector for GMock.Jussi Pakkanen3-0/+59
2013-03-24Do not add standard include dir to include path.Jussi Pakkanen1-1/+6
2013-03-24Gtest now works, though still a bit hackish.Jussi Pakkanen4-9/+27
2013-03-24Work on adding GTest support.Jussi Pakkanen3-1/+38
2013-03-24Added custom detector framework and a Boost detector to it.Jussi Pakkanen6-29/+132
2013-03-24Added test case for Boost.Jussi Pakkanen3-0/+46
2013-03-23Added work dirs to gitignore.Jussi Pakkanen1-0/+2
2013-03-23Store test run time in log files.Jussi Pakkanen1-2/+2
2013-03-23Measure time spent in tests.Jussi Pakkanen1-3/+6
2013-03-23Capitalize Valgrind.Jussi Pakkanen1-1/+1
2013-03-22Sligthly better log output.Jussi Pakkanen2-3/+4
2013-03-22Create a logfile with full test output.Jussi Pakkanen1-6/+22
2013-03-22Can run test suite under Valgrind.Jussi Pakkanen1-2/+10
2013-03-22Can specify wrapper binary for unit tests.Jussi Pakkanen3-8/+21
2013-03-22Rework binary detection and find Valgrind.Jussi Pakkanen1-9/+19
2013-03-15Print friendlier error messages rather than the Python stack trace.Jussi Pakkanen2-2/+7
2013-03-15Prevent going into the same subdirectory multiple times.Jussi Pakkanen1-1/+7
2013-03-15Support for both basename and plainname in generators.Jussi Pakkanen2-5/+6
2013-03-15Fixed some printed text.Jussi Pakkanen1-2/+2
2013-03-12Added missing file.Jussi Pakkanen1-0/+14
2013-03-10Support for easier #define declarations.Jussi Pakkanen3-15/+43
2013-03-10Test application for config file.Jussi Pakkanen1-0/+3
2013-03-10Do not touch conf files if the new one would be identical to the old one.Jussi Pakkanen1-1/+10
2013-03-10For great atomicity justice!Jussi Pakkanen1-1/+6
2013-03-10A few fixes.Jussi Pakkanen3-2/+6
2013-03-10Handle more eols in array construction.Jussi Pakkanen2-3/+13
2013-03-10Add Python executable to command list when regenerating build.Jussi Pakkanen1-2/+3
2013-03-09Make sure build is up to date before running tests.Jussi Pakkanen1-1/+1
2013-03-09Prevent creation of targets with names that could lead to collisions.Jussi Pakkanen2-1/+16
2013-03-09Added clean target.Jussi Pakkanen1-0/+4
2013-03-09Library and program objects can be serialised.Jussi Pakkanen3-33/+68
2013-03-09Find and use external libraries.Jussi Pakkanen6-4/+81
2013-03-09Cache external programs in coredata.Jussi Pakkanen2-7/+6
2013-03-09Can use external programs.Jussi Pakkanen5-5/+57
2013-03-09Removed leftover print.Jussi Pakkanen1-1/+0
2013-03-08A few typo fixes.Jussi Pakkanen1-2/+2
2013-03-08Unit test pass on Windows.Jussi Pakkanen2-3/+12
2013-03-08Can run most of the test suite on Windows.Jussi Pakkanen1-4/+6
2013-03-08A few more Windows fixes.Jussi Pakkanen2-5/+10
2013-03-08First unit test compiles on Windows/MinGW.Jussi Pakkanen2-3/+10
2013-03-03Simple test for OSX.Jussi Pakkanen3-2/+10