3222 Commits (ad8048aac34caa044267561f53d22104fccbdd2c)
 

Author SHA1 Message Date
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
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
Nirbheek Chauhan 0e078adf5a interpreter: Implement array.get(index, fallback) 8 years ago
Jussi Pakkanen b81d00b4b6 Merge pull request #1328 from centricular/has-function-prefix 8 years ago
Thibault Saunier 1d6147a592 Fix mesonintrospect --installed 8 years ago
Jussi Pakkanen a32e3023f8 Add build_by_default to list of kwargs know by CustomTarget. 8 years ago
Nirbheek Chauhan 6778d0e2da mesontest: Don't add '.' at the end of some prints 8 years ago
Nirbheek Chauhan d9a4b367b4 mesontest: Don't overwrite test status on timeout 8 years ago
Nirbheek Chauhan e084a47a0a compilers: Don't run built-in checks on MSVC 8 years ago
Nirbheek Chauhan 85b8e92bc4 compilers: Fix has_function check for builtins 8 years ago
Nirbheek Chauhan 748fe80423 compilers: Add prefix before limits.h in has_function checks 8 years ago
Nirbheek Chauhan 3433fc54c9 compilers: Pass -fpermissive on all C++ compilers except MSVC 8 years ago
Nirbheek Chauhan bb2a6858d0 compilers: Use named placeholders for string formatting 8 years ago
Nirbheek Chauhan fbbfbfac7e compilers: Fix builtin checks with clang on Linux 8 years ago
Jussi Pakkanen 080674371f Use Python3 explicitly on this test because shutil.which does not exist on Python 2. 8 years ago
Jussi Pakkanen 5e4f04e8f1 Added man page for mesontest. 8 years ago
Jussi Pakkanen 8cb5f28a8d Use --coverage rather than hardcoding -lgcov. Closes #1311. 8 years ago
Jussi Pakkanen 4c9c14121f Merge pull request #1302 from centricular/install-mode 8 years ago
Jussi Pakkanen 8ec9b0a71f Better error message when using = rather than : for defining keywords. 8 years ago
Nirbheek Chauhan 7e1654bf08 compilers: Use __has_include macro for has_header checks 8 years ago
Nirbheek Chauhan f49b50d432 compilers: Remove unnecessary arguments to super() 8 years ago
Jussi Pakkanen 8e9f0c954c Gracefully fallback when cross pkg-config can not be found for an optional dependency. 8 years ago
Jussi Pakkanen 0a2daf84eb No longer require a binary called python3 on Windows. The default name is "python". 8 years ago
Jussi Pakkanen fa0382f1f9 Add option to mesonconf to wipe cached data. 8 years ago
Nirbheek Chauhan 7d6f628ed4 Support file perms for install_data and install_subdir 8 years ago
Nirbheek Chauhan 905ff35611 wx deps: Always set modversion, even if dep not found 8 years ago
Jussi Pakkanen 469a758c32 Merge pull request #1320 from centricular/fix-llvmir-and-assembly 8 years ago
Nirbheek Chauhan 23f3cec9d0 Force installation dir options to be inside prefix 8 years ago