aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-20configure_file: Substitute @INPUT@/@OUTPUT@/etc in commandNirbheek Chauhan6-22/+72
2017-02-20gnome: Document why we need absolute paths for mkenumsNirbheek Chauhan1-0/+1
2017-02-20custom_target: Substitute input into outputNirbheek Chauhan6-3/+38
2017-02-20Rewrite custom_target template string substitutionNirbheek Chauhan4-43/+334
2017-02-20configure_file: Don't allow both command and configuration kwargsNirbheek Chauhan1-1/+5
2017-02-20gnome: Print an error message when generated files are passed to compile_reso...Nirbheek Chauhan1-1/+8
2017-02-17Prohibit absolute paths in subdir().Jussi Pakkanen3-0/+10
2017-02-17Prohibit manually built paths that point in srcdir in include_directories and...Jussi Pakkanen2-1/+23
2017-02-17custom_target: Recursively flatten `command:`Nirbheek Chauhan3-32/+37
2017-02-17Merge pull request #1377 from mesonbuild/64_32Jussi Pakkanen3-4/+39
2017-02-17Don't forbid "test:" as a target name anymore.Hemmo Nieminen1-1/+0
2017-02-13Merge pull request #1363 from kymeria/cross_compile_link_args_orderJussi Pakkanen1-36/+41
2017-02-13Detect Boost libraries primarily with the C++ compiler's find_library.Jussi Pakkanen2-4/+18
2017-02-12Detect x86/amd64 from the compilers because system info may be incorrect.Jussi Pakkanen1-0/+21
2017-02-09Merge pull request #1368 from dimkr/subproject_defaultsJussi Pakkanen3-3/+6
2017-02-09gnome: Do not use gir specific `--extra-lib` to generate gtkdoc argsThibault Saunier1-8/+14
2017-02-09tests/common/95: Add a test for #1368Nirbheek Chauhan1-1/+2
2017-02-08Added myself to authors.txtDima Krasner1-0/+1
2017-02-07Bump version number for new development.Jussi Pakkanen1-1/+1
2017-02-07Updated version numbers on manpages.0.38.1Jussi Pakkanen5-5/+5
2017-02-07dependencies: Distinguish native/cross while cachingNirbheek Chauhan2-7/+19
2017-02-07Bug fix - KeyError on subproject without default optionsDima Krasner1-2/+3
2017-02-06Update contributor list.Jussi Pakkanen1-0/+1
2017-02-06Merge pull request #1360 from centricular/fix-arch-pythonJussi Pakkanen4-2/+2
2017-02-06Fix absolute prefix/xxxdir subdir check on WindowsNirbheek Chauhan2-2/+10
2017-02-06Do not strip jar targets. Closes #1343.Jussi Pakkanen3-1/+7
2017-02-06Change the order of link_args when cross_compiling with ninja.Matthieu Gautier1-2/+2
2017-02-06Use named field for command_template when generating ninja command.Matthieu Gautier1-36/+41
2017-02-05tests/common/134: Rename copy.py to copyfile.pyNirbheek Chauhan2-1/+1
2017-02-04test cases\common\135 generated assembly: rename copy.pyMike Sinkovsky2-1/+1
2017-02-02Merge pull request #1342 from centricular/commonpath-py34Jussi Pakkanen4-4/+49
2017-02-02ninja: Don't scan generated fortran files for mod depsNirbheek Chauhan1-1/+6
2017-02-02compilers: Don't use CompilerArgs() for sanity checksNirbheek Chauhan1-2/+2
2017-02-02Fix an uninitialized variable access error.Hemmo Nieminen1-0/+2
2017-02-02coredata: Fix setting of prefix inside default_optionsNirbheek Chauhan1-1/+1
2017-01-30Run some unit tests on all platformsNirbheek Chauhan1-1/+3
2017-01-30coredata: Use our own implementation of commonpathNirbheek Chauhan3-2/+45
2017-01-29Increment version number for new development.Jussi Pakkanen1-1/+1
2017-01-29Bump version number for release.0.38.0Jussi Pakkanen5-6/+6
2017-01-29Cope with files created with a different umask.Jussi Pakkanen1-2/+4
2017-01-28Check cross-pkg-config's viability with ExternalProgram. Closes #1329.Jussi Pakkanen1-3/+8
2017-01-28Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmdJussi Pakkanen16-71/+199
2017-01-28Merge pull request #1321 from centricular/compiler-args-classJussi Pakkanen21-271/+730
2017-01-28[mesontest] Implement a quiet option.Hemmo Nieminen1-1/+8
2017-01-28vs: Add support for the 'werror' builtin optionNirbheek Chauhan1-4/+5
2017-01-28vs: Use CompilerArgs() for compile and link argsNirbheek Chauhan2-62/+120
2017-01-28Disable E266 in flake8Nirbheek Chauhan1-1/+3
2017-01-28Use CompilerArgs for generation of link commandsNirbheek Chauhan2-55/+81
2017-01-28Add get_no_stdinc_args() for C++ tooNirbheek Chauhan1-0/+3
2017-01-28Add __repr__ for IncludeDirsNirbheek Chauhan1-0/+4