summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-06added basic version of VCS supprt for configuring files based on VCS state du...Axel Waggershauser
2015-02-05basic support for 'build_always' feature of custom targetsAxel Waggershauser
2015-02-04Fix destdir for install targets. Closes #32.Jussi Pakkanen
2015-02-04Rework installation logic so we can go outside the install prefix.Jussi Pakkanen
2015-02-04Moved files.Jussi Pakkanen
2015-02-02Add thread_link_flags to static linkers.Jussi Pakkanen
2015-02-02Logging fix.Jussi Pakkanen
2015-02-02First cut at the Wrap dependency downloader.Jussi Pakkanen
2015-01-30Put /usr/local/lib ahead of /usr/lib in library search order.Jussi Pakkanen
2015-01-30Add thread flags to compilers and use them on dependencies that require threa...Jussi Pakkanen
2015-01-25Removed shebang lines from files that are not executable.Jussi Pakkanen
2015-01-24Made Boost unit testing framework work and added a test.Jussi Pakkanen
2015-01-19New version number for new development.Jussi Pakkanen
2015-01-19Bumped version number for release.Jussi Pakkanen
2015-01-19Comment out a line that does not compile and is not needed for the test.Jussi Pakkanen
2015-01-12Some tweaks.Jussi Pakkanen
2015-01-12Added support for wxwidgets. Closes #27.Jussi Pakkanen
2014-12-30Run targets are in the console pool for obvious reasons.Jussi Pakkanen
2014-12-30More warnings by default.Jussi Pakkanen
2014-12-28Print message when no tests are defined.Jussi Pakkanen
2014-12-26Added pedantic flag which I though had already been there since the beginning.Jussi Pakkanen
2014-12-23Refix Java.Jussi Pakkanen
2014-12-22Removed remnants of old debug funcs.Jussi Pakkanen
2014-12-21Verify that option names do not have invalid characters.Jussi Pakkanen
2014-12-18Print colorful thingies.Jussi Pakkanen
2014-12-17Typo fix.Jussi Pakkanen
2014-12-17Detect frameworks on OSX as external dependencies.Jussi Pakkanen
2014-12-03Extracted compiler definitions to their own file.Jussi Pakkanen
2014-12-03Get envvar flags for objc and objcpp.Jussi Pakkanen
2014-12-03To celebrate the new version of Ninja in Debian, start using the console pool.Jussi Pakkanen
2014-11-24Create simple Emacs major mode.Jussi Pakkanen
2014-11-24Better Ninja detection.Jussi Pakkanen
2014-11-24Add uppercase phony to forbidden target names.Jussi Pakkanen
2014-11-23Highlight multiline string.Jussi Pakkanen
2014-11-23Start work on gtksourceview syntax highlighting file.Jussi Pakkanen
2014-11-23Merge pull request #26 from Xenopathic/phonyjpakkane
2014-11-23Always run tests and external commandsRobin McCorkell
2014-11-17Tests are fun.Jussi Pakkanen
2014-11-16Created a contribution info file.Jussi Pakkanen
2014-11-16Harmonised copyright declarations.Jussi Pakkanen
2014-11-16Test fixing.Jussi Pakkanen
2014-11-16More strict type checking for arithmetic operations.Jussi Pakkanen
2014-11-16Merge pull request #18 from Xenopathic/arithmetic.Jussi Pakkanen
2014-11-16Merge pull request #24 from Xenopathic/kill-testsjpakkane
2014-11-16Signal handling for run_tests.pyRobin McCorkell
2014-11-16Create symlinks properly. Fixes #19.Jussi Pakkanen
2014-11-16Add number, string and array arithmeticRobin McCorkell
2014-11-16Allow getting builtin options with get_option. Fixes #23.Jussi Pakkanen
2014-11-16Do not quote $out or $in because Ninja does it by itself.Jussi Pakkanen
2014-11-07Minor tweak.Jussi Pakkanen