aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-19Bumped version number for release.0.22.0Jussi Pakkanen4-5/+5
2015-01-19Comment out a line that does not compile and is not needed for the test.Jussi Pakkanen1-1/+1
2015-01-12Some tweaks.Jussi Pakkanen1-8/+7
2015-01-12Added support for wxwidgets. Closes #27.Jussi Pakkanen4-0/+157
2014-12-30Run targets are in the console pool for obvious reasons.Jussi Pakkanen1-0/+1
2014-12-30More warnings by default.Jussi Pakkanen1-2/+2
2014-12-28Print message when no tests are defined.Jussi Pakkanen1-1/+4
2014-12-26Added pedantic flag which I though had already been there since the beginning.Jussi Pakkanen1-6/+6
2014-12-23Refix Java.Jussi Pakkanen1-0/+8
2014-12-22Removed remnants of old debug funcs.Jussi Pakkanen2-17/+1
2014-12-21Verify that option names do not have invalid characters.Jussi Pakkanen4-3/+9
2014-12-18Print colorful thingies.Jussi Pakkanen1-0/+4
2014-12-17Typo fix.Jussi Pakkanen1-1/+1
2014-12-17Detect frameworks on OSX as external dependencies.Jussi Pakkanen1-11/+52
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen7-1515/+1554
2014-12-03Get envvar flags for objc and objcpp.Jussi Pakkanen1-0/+8
2014-12-03To celebrate the new version of Ninja in Debian, start using the console pool.Jussi Pakkanen1-2/+6
2014-11-24Create simple Emacs major mode.Jussi Pakkanen1-0/+43
2014-11-24Better Ninja detection.Jussi Pakkanen2-4/+2
2014-11-24Add uppercase phony to forbidden target names.Jussi Pakkanen1-0/+1
2014-11-23Highlight multiline string.Jussi Pakkanen1-0/+5
2014-11-23Start work on gtksourceview syntax highlighting file.Jussi Pakkanen1-0/+37
2014-11-23Merge pull request #26 from Xenopathic/phonyjpakkane1-5/+11
2014-11-23Always run tests and external commandsRobin McCorkell1-5/+11
2014-11-17Tests are fun.Jussi Pakkanen1-0/+2
2014-11-16Created a contribution info file.Jussi Pakkanen2-4/+42
2014-11-16Harmonised copyright declarations.Jussi Pakkanen26-28/+26
2014-11-16Test fixing.Jussi Pakkanen1-8/+4
2014-11-16More strict type checking for arithmetic operations.Jussi Pakkanen4-9/+15
2014-11-16Merge pull request #18 from Xenopathic/arithmetic.Jussi Pakkanen10-42/+164
2014-11-16Merge pull request #24 from Xenopathic/kill-testsjpakkane1-3/+19
2014-11-16Signal handling for run_tests.pyRobin McCorkell1-3/+19
2014-11-16Create symlinks properly. Fixes #19.Jussi Pakkanen1-1/+1
2014-11-16Add number, string and array arithmeticRobin McCorkell10-42/+164
2014-11-16Allow getting builtin options with get_option. Fixes #23.Jussi Pakkanen3-0/+35
2014-11-16Do not quote $out or $in because Ninja does it by itself.Jussi Pakkanen1-2/+12
2014-11-07Minor tweak.Jussi Pakkanen1-1/+1
2014-11-07Further harmonise held_object.Jussi Pakkanen2-10/+8
2014-11-07Harmonise held_object usage somewhat.Jussi Pakkanen2-20/+14
2014-11-05Pkg-config detection cleanup.Jussi Pakkanen1-10/+17
2014-11-05Dafuq?Jussi Pakkanen1-2/+0
2014-11-05Implement a foreach loop construct. Closes #17.Jussi Pakkanen8-1/+84
2014-11-03Can install entire subtrees with one command. Closes #14.Jussi Pakkanen9-0/+53
2014-11-03Can install data files from subdirectories.Jussi Pakkanen6-7/+15
2014-11-03Can install man files from a subdir.Jussi Pakkanen6-4/+12
2014-11-03Use correct path when installing headers. Fixes #16.Jussi Pakkanen6-9/+22
2014-10-29Removed -qt5 arg as that should be handled elsewhere.Jussi Pakkanen1-3/+3
2014-10-29Added attribution.Jussi Pakkanen1-0/+1
2014-10-29Merge pull request #15 from osimola/custom_objectjpakkane1-0/+2
2014-10-29Pass -qt5 command line argument to qt5 tools because otherwise they fail on D...Jussi Pakkanen1-4/+7