3185 Commits (d9a4b367b476f96a2b0bdeb9b636767ed9b0037c)
 

Author SHA1 Message Date
Nirbheek Chauhan d9a4b367b4 mesontest: Don't overwrite test status on timeout 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
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
Nirbheek Chauhan f762e896d2 mintro.py: Assume the current dir is a builddir if not specified 8 years ago
Nirbheek Chauhan d9c31d4a24 tests/4 qt: Force the use of -std=c++11 8 years ago
Nirbheek Chauhan f71136b89e Print the problematic headers in these assertions 8 years ago
Nirbheek Chauhan 7b3957afbd Fix targets with generated LLVM IR and Assembly sources 8 years ago
Nirbheek Chauhan 86a0c39f4b Add test for generated assembly 8 years ago
Nirbheek Chauhan f934598865 Add a test for generated LLVM IR files 8 years ago
Jussi Pakkanen 577a9b40d5 Merge pull request #1312 from centricular/print-pkgdep-error-osx 8 years ago
Mike Sinkovsky 550761d97b cleanup: @staticmethod 8 years ago
Mike Sinkovsky dac8351ff1 cleanup: Unbound local variable 8 years ago
Mike Sinkovsky c9423cc3a8 cleanup: Replace assignment with augmented assignment 8 years ago
Mike Sinkovsky 969be1f679 cleanup: Remove redundant parentheses 8 years ago
Mike Sinkovsky 1d177fb127 cleanup: Unused local variables 8 years ago
Mike Sinkovsky 22eed4c417 cleanup: Redundant character escape 8 years ago
Nirbheek Chauhan 705612f7cf pkgdep: Print found message after setting cargs/libs 8 years ago
Nirbheek Chauhan 2d31851d3b Print pkg-config error when framework dep isn't found 8 years ago
Nirbheek Chauhan e441a74282 Derive all exceptions correctly from base exceptions 8 years ago
Jussi Pakkanen 11f9425a5e Can use targets directly in test arguments. 8 years ago
Jussi Pakkanen cfc33ac421 Merge pull request #1303 from mesonbuild/buildonall 8 years ago
Jussi Pakkanen 7a28f387e2 More readable total statistics. 8 years ago
Jussi Pakkanen 21d8505825 build_by_default it is. 8 years ago
Jussi Pakkanen 72a346dacf Merge pull request #1257 from QuLogic/generator-files 8 years ago
Nirbheek Chauhan 0bc44da702 tests/common/126: Also skip unsupported CPUs here 8 years ago
Jussi Pakkanen 58878b998d Get rid of hasattr. 8 years ago
Jussi Pakkanen db8ad2a4bd Add test for build_on_all. 8 years ago
Jussi Pakkanen b1087f011c Moved detection of targets to build on all into own function. 8 years ago
Jussi Pakkanen 7abc7c64b0 Created base class for all targets and moved common functionality there. 8 years ago
Jussi Pakkanen 4aea0276f0 Merge pull request #1279 from trhd/master 8 years ago
Hemmo Nieminen 5833bd6735 tests: Add a test for new test suite selection. 8 years ago
Hemmo Nieminen b90956c2f2 mesontest: Improve test suite selection. 8 years ago
Elliott Sales de Andrade 78b030cf19 Add support for Files passed to generators. 8 years ago
Mike Sinkovsky eea0670872 style: disable flake8 warnings E241, E251, E305, E401 8 years ago
Mike Sinkovsky 5b626ab4cb style: [E1**] Indentation 8 years ago
Mike Sinkovsky 0dd1e33898 style: [E251] unexpected spaces around keyword / parameter equals 8 years ago
Mike Sinkovsky ab4f7b56ce style: [E272] multiple spaces before keyword 8 years ago
Mike Sinkovsky 3adf5aed81 style: [E402] module level import not at top of file 8 years ago
Mike Sinkovsky 77515ee541 style: [E303] too many blank lines (2) 8 years ago
Mike Sinkovsky 84902cb93a style: [E301] expected 1 blank line, found 0 8 years ago