aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2013-03-03Split test suite into common and platform dependent parts.Jussi Pakkanen90-4/+19
2013-03-03Proper file extension for shared libraries in OSX.Jussi Pakkanen1-8/+25
2013-03-03Ooops.Jussi Pakkanen1-1/+3
2013-03-03All test cases now pass on OSX except for pkg-config.Jussi Pakkanen2-8/+15
2013-03-03A few more fixes for OSX.Jussi Pakkanen2-2/+2
2013-03-03Made depfixer work in 32 bit envs too.Jussi Pakkanen1-25/+70
2013-03-03Can run first test case in OSX.Jussi Pakkanen2-1/+3
2013-03-03Fix tool detection in OSX.Jussi Pakkanen1-3/+9
2013-03-03Fix shebang lines to work on OSX too.Jussi Pakkanen4-4/+4
2013-03-02Bump version for new work.Jussi Pakkanen1-1/+1
2013-03-02Set version number for release.0.1.0Jussi Pakkanen1-1/+1
2013-03-02Make install dir if it does not exist yet.Jussi Pakkanen1-0/+4
2013-03-02Do not lose line numbers to the great void of nothingness.Jussi Pakkanen2-7/+9
2013-03-02No longer require backslash for line continuation inside an argument list.Jussi Pakkanen3-7/+19
2013-03-02Added some comments.Jussi Pakkanen2-3/+4
2013-03-02Better status texts.Jussi Pakkanen1-1/+8
2013-03-01Use NinjaBuildElements in coverage too.Jussi Pakkanen2-21/+20
2013-03-01Only have one coredata object because two is just wasteful.Jussi Pakkanen3-32/+26
2013-03-01Can generate header files.Jussi Pakkanen6-8/+70