summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2014-11-07Further harmonise held_object.Jussi Pakkanen
2014-11-07Harmonise held_object usage somewhat.Jussi Pakkanen
2014-11-05Pkg-config detection cleanup.Jussi Pakkanen
2014-11-05Dafuq?Jussi Pakkanen
2014-11-05Implement a foreach loop construct. Closes #17.Jussi Pakkanen
2014-11-03Can install entire subtrees with one command. Closes #14.Jussi Pakkanen
2014-11-03Can install data files from subdirectories.Jussi Pakkanen
2014-11-03Can install man files from a subdir.Jussi Pakkanen
2014-11-03Use correct path when installing headers. Fixes #16.Jussi Pakkanen
2014-10-29Removed -qt5 arg as that should be handled elsewhere.Jussi Pakkanen
2014-10-29Added attribution.Jussi Pakkanen
2014-10-29Merge pull request #15 from osimola/custom_objectjpakkane
2014-10-29Pass -qt5 command line argument to qt5 tools because otherwise they fail on D...Jussi Pakkanen
2014-10-28Ninja backend: objects generated with custom_target can be linkedJuhani Simola
2014-10-27Do not hardcode path to Python3, because on e.g. OSX it can be anywhere.Jussi Pakkanen
2014-10-24Remove deprecated bits.Jussi Pakkanen
2014-10-24Bump version number for new development.Jussi Pakkanen
2014-10-24Bump version number for release.Jussi Pakkanen
2014-10-18Workaround for Clang linker bug where it can not find shared libraries in rpa...Jussi Pakkanen
2014-10-18Workaround for Clang pch include bug with help from Masashi Fujita.Jussi Pakkanen
2014-10-18Delete old symlinks if they exist.Jussi Pakkanen
2014-10-11Trademark info.Jussi Pakkanen
2014-10-11Renamed data() to install_data().Jussi Pakkanen
2014-10-11Renamed man() to install_man().Jussi Pakkanen
2014-10-11Renamed headers() to install_headers().Jussi Pakkanen
2014-10-11Nag Fortran compiler definition from Peter Koval.Jussi Pakkanen
2014-10-05Moved is_subproject into the meson object.Jussi Pakkanen
2014-09-30Gcc and clang can take assebmly files directly.Jussi Pakkanen
2014-09-26VS2013 argument fix.Jussi Pakkanen
2014-09-26Fortran dep fix on Windows.Jussi Pakkanen
2014-09-26A few suffix fixes.Jussi Pakkanen
2014-09-26Install script fix for Windows.Jussi Pakkanen
2014-09-26Some windows fixes.Jussi Pakkanen
2014-09-23A few fixes for bug #6.Jussi Pakkanen
2014-09-21Fix for arm library finding.Jussi Pakkanen
2014-09-20Multiple generated sources in one target now work.Jussi Pakkanen
2014-09-20Can have arrays of stuff.Jussi Pakkanen
2014-09-20Run scripts direct if possible.Jussi Pakkanen
2014-09-20Autodetect runnable commands on unix (where chmod values might be wrong) and ...Jussi Pakkanen
2014-09-19Custom targets can have multiple inputs and outputs.Jussi Pakkanen