aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-04-19Added test case for C++ app using winmain.Jussi Pakkanen2-0/+16
2013-04-19Added test case for Windows cpp building.Jussi Pakkanen2-0/+11
2013-04-19Added a test using winmain.Jussi Pakkanen2-0/+14
2013-04-19Added a Windows test.Jussi Pakkanen3-1/+11
2013-04-17Some comments to Qt5 sample.Jussi Pakkanen1-3/+3
2013-04-12Fix find_program test on Windows using terrible hack.Jussi Pakkanen2-9/+19
2013-04-11Set languages in objc/ojbc++.Jussi Pakkanen1-0/+2
2013-04-10Can use Apple frameworks with Objective C.Jussi Pakkanen3-4/+35
2013-04-09Detect ObjC compilers on OSX.Jussi Pakkanen1-0/+4
2013-04-06Run objective C tests in test suite.Jussi Pakkanen1-0/+6
2013-04-06Added ObjC++ support.Jussi Pakkanen4-5/+64
2013-04-06Added support for GNUStep.Jussi Pakkanen3-0/+65
2013-04-06Basic support for Objective C.Jussi Pakkanen4-6/+76
2013-04-06Inherit InterpreterException from MesonException.Jussi Pakkanen1-1/+1
2013-04-01Update readme to say that Python 3.3 is required.Jussi Pakkanen1-1/+1
2013-04-01Print version strings on error.Jussi Pakkanen1-4/+4
2013-04-01Can build Qt5 applications.Jussi Pakkanen4-3/+20
2013-04-01Qt5 apps compile with only a slight amount of cheating.Jussi Pakkanen4-7/+31
2013-04-01Add generated files as dependencies to targets.Jussi Pakkanen2-3/+21
2013-04-01Can generate sources with moc and uic.Jussi Pakkanen2-2/+18
2013-04-01Ui rule too, and store rules in the backend object.Jussi Pakkanen2-2/+10
2013-04-01Can generate custom rules for dependencies.Jussi Pakkanen3-0/+39
2013-04-01Deleted useless class.Jussi Pakkanen1-23/+3
2013-04-01Fixed class hierarchy of dependencies.Jussi Pakkanen3-14/+27
2013-04-01Qt5 test case and some implementation.Jussi Pakkanen6-2/+85
2013-04-01Can have multiple different configurations of the same dependency.Jussi Pakkanen5-9/+34
2013-04-01Better external program detection.Jussi Pakkanen3-10/+9
2013-04-01Basic work on supporting Qt5.Jussi Pakkanen1-9/+24
2013-04-01Extracted dependencies to their own file.Jussi Pakkanen5-165/+192
2013-04-01Removed shell backend.Jussi Pakkanen3-260/+10
2013-03-26Up the version number for development.Jussi Pakkanen1-1/+1
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
test suite now checks for tabs.
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