3298 Commits (98af711ca6f166bacf2b9c6e697026f5b323827a)
 

Author SHA1 Message Date
Fabio Porcedda 16d4c466fc detect_c_compiler(): support extra commands and arguments in the string 8 years ago
Fabio Porcedda aa7f496144 detect_c_compiler(): use shlex.split() instead of str.split() for env 8 years ago
Jussi Pakkanen 7144b03fd4 Merge pull request #1363 from kymeria/cross_compile_link_args_order 8 years ago
Jussi Pakkanen 1f2f010765 Detect Boost libraries primarily with the C++ compiler's find_library. 8 years ago
Jussi Pakkanen 5973dcc25b Detect x86/amd64 from the compilers because system info may be incorrect. 8 years ago
Jussi Pakkanen 87632fa51e Merge pull request #1368 from dimkr/subproject_defaults 8 years ago
Thibault Saunier 00251f16b6 gnome: Do not use gir specific `--extra-lib` to generate gtkdoc args 8 years ago
Nirbheek Chauhan a306a1f676 tests/common/95: Add a test for #1368 8 years ago
Dima Krasner 795fc62b62 Added myself to authors.txt 8 years ago
Jussi Pakkanen f3d106e786 Bump version number for new development. 8 years ago
Jussi Pakkanen 3108f98d6b Updated version numbers on manpages. 8 years ago
Nirbheek Chauhan 781e69094a dependencies: Distinguish native/cross while caching 8 years ago
Dima Krasner 65029f4114 Bug fix - KeyError on subproject without default options 8 years ago
Jussi Pakkanen 4dae59dfea Update contributor list. 8 years ago
Jussi Pakkanen 34cc5bcc9f Merge pull request #1360 from centricular/fix-arch-python 8 years ago
Nirbheek Chauhan 97911c4384 Fix absolute prefix/xxxdir subdir check on Windows 8 years ago
Jussi Pakkanen 14e0529a03 Do not strip jar targets. Closes #1343. 8 years ago
Matthieu Gautier fab04b1fbe Change the order of link_args when cross_compiling with ninja. 8 years ago
Matthieu Gautier 0b2146c8f7 Use named field for command_template when generating ninja command. 8 years ago
Nirbheek Chauhan 8e585b468b tests/common/134: Rename copy.py to copyfile.py 8 years ago
Mike Sinkovsky f113f165f9 test cases\common\135 generated assembly: rename copy.py 8 years ago
Jussi Pakkanen a9c4428c69 Merge pull request #1342 from centricular/commonpath-py34 8 years ago
Nirbheek Chauhan ccb0580f4f ninja: Don't scan generated fortran files for mod deps 8 years ago
Nirbheek Chauhan ad8048aac3 compilers: Don't use CompilerArgs() for sanity checks 8 years ago
Hemmo Nieminen e42f366e0b Fix an uninitialized variable access error. 8 years ago
Nirbheek Chauhan 00846ce26d coredata: Fix setting of prefix inside default_options 8 years ago
Nirbheek Chauhan bbbc4e336b Run some unit tests on all platforms 8 years ago
Nirbheek Chauhan bb491735a9 coredata: Use our own implementation of commonpath 8 years ago
Jussi Pakkanen 380b9157b8 Increment version number for new development. 8 years ago
Jussi Pakkanen acdf5c2e71 Bump version number for release. 8 years ago
Jussi Pakkanen 66fbcde96e Cope with files created with a different umask. 8 years ago
Jussi Pakkanen c63b92f8ef Check cross-pkg-config's viability with ExternalProgram. Closes #1329. 8 years ago
Jussi Pakkanen 4a08841331 Merge pull request #1335 from tp-m/test-custom-target-used-in-test-cmd 8 years ago
Jussi Pakkanen 6357ad0cd0 Merge pull request #1321 from centricular/compiler-args-class 8 years ago
Hemmo Nieminen 85304bd8cf [mesontest] Implement a quiet option. 8 years ago
Nirbheek Chauhan 471904f0c5 vs: Add support for the 'werror' builtin option 8 years ago
Nirbheek Chauhan 57ec097b5f vs: Use CompilerArgs() for compile and link args 8 years ago
Nirbheek Chauhan 991ace04af Disable E266 in flake8 8 years ago
Nirbheek Chauhan 50c4851daa Use CompilerArgs for generation of link commands 8 years ago
Nirbheek Chauhan a83c7b9ad5 Add get_no_stdinc_args() for C++ too 8 years ago
Nirbheek Chauhan bc8c0730f3 Add __repr__ for IncludeDirs 8 years ago
Nirbheek Chauhan 2bb58c909f Use CompilerArgs for generation of compile commands 8 years ago
Nirbheek Chauhan 534ee8baa8 find_program: Translate 'python3' to sys.executable on Windows 8 years ago
Nirbheek Chauhan 626bdd1836 tests/common/117: Check that capturing wrote to a file 8 years ago
Nirbheek Chauhan 2e30912447 vs: Fix running of tests to use mesontest.py 8 years ago
Nirbheek Chauhan fc4e332601 backends: Add support for build_by_default to vs2010 backend 8 years ago
Nirbheek Chauhan 4677f37366 tests: Move build-by-default unit test to common tests 8 years ago
Nirbheek Chauhan 01547e8c61 ninja: Fix build_by_default=false targets in tests 8 years ago
Tim-Philipp Müller b98599ad96 tests: build_by_default : false targets used in tests should be built 8 years ago
Nirbheek Chauhan dbcbf19ece compilers: New class CompilerArgs derived from list() 8 years ago