944 Commits (10c435fabe5d531f018aac7bade504b1be91a27d)

Author SHA1 Message Date
Jussi Pakkanen d7dd20b1c1 Created doxygen sample project. 8 years ago
Nirbheek Chauhan a306a1f676 tests/common/95: Add a test for #1368 8 years ago
Jussi Pakkanen 14e0529a03 Do not strip jar targets. Closes #1343. 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
Nirbheek Chauhan 2bb58c909f Use CompilerArgs for generation of compile commands 8 years ago
Nirbheek Chauhan 626bdd1836 tests/common/117: Check that capturing wrote to a file 8 years ago
Nirbheek Chauhan 4677f37366 tests: Move build-by-default unit test to common 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 0e078adf5a interpreter: Implement array.get(index, fallback) 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 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 8ec9b0a71f Better error message when using = rather than : for defining keywords. 8 years ago
Jussi Pakkanen 0a2daf84eb No longer require a binary called python3 on Windows. The default name is "python". 8 years ago
Nirbheek Chauhan 7d6f628ed4 Support file perms for install_data and install_subdir 8 years ago
Nirbheek Chauhan 23f3cec9d0 Force installation dir options to be inside prefix 8 years ago
Nirbheek Chauhan d9c31d4a24 tests/4 qt: Force the use of -std=c++11 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 11f9425a5e Can use targets directly in test arguments. 8 years ago
Jussi Pakkanen 21d8505825 build_by_default it is. 8 years ago
Nirbheek Chauhan 0bc44da702 tests/common/126: Also skip unsupported CPUs here 8 years ago
Jussi Pakkanen db8ad2a4bd Add test for build_on_all. 8 years ago
Hemmo Nieminen 5833bd6735 tests: Add a test for new test suite selection. 8 years ago
Elliott Sales de Andrade 78b030cf19 Add support for Files passed to generators. 8 years ago
Jussi Pakkanen 6ac9a8e738 Add .find_python() method. Supersedes #777. 8 years ago
Jussi Pakkanen 24221d71cc Created a Python 3 module for simpler building of Python extension modules. 8 years ago
Jussi Pakkanen 340781c515 Fix Gnome module. 8 years ago
Jussi Pakkanen 00f62d0755 Can get values in ConfigurationData objects. 8 years ago
Jussi Pakkanen 8f3616e72e Compile asm only on supported cpus. Closes #1287. 8 years ago
Nirbheek Chauhan 2589009d23 ifort: Derive from IntelCompiler base class 8 years ago
Nirbheek Chauhan 6b774982fe tests/common/94: Set the default C++ std to C++11 8 years ago
Nirbheek Chauhan 731aca216e icc: Fix C/C++ std options and add a unit test for them 8 years ago
Nirbheek Chauhan e36183aab4 tests: Use the new test skipping facility everywhere 8 years ago
Nirbheek Chauhan 28e491c706 Skip a few tests properly 8 years ago
Nirbheek Chauhan 2f5943d34d Add a new test for depfile generation with spaces 8 years ago
Nirbheek Chauhan f024114c29 tests/common/25: Remove spaces in exe name 8 years ago
Nirbheek Chauhan 84931e1f78 test/7 gnome: Fix on ICC and suppress a warning 8 years ago
Nirbheek Chauhan 78325f884d tests/failing build/1: Fix test with ICC 8 years ago
Jussi Pakkanen b3d51abff2 Can put external programs to test suite exe wrappers directly. 8 years ago
Jussi Pakkanen 74f15263b6 Can set envvars in test setups. 8 years ago
Jussi Pakkanen ee8a6e6fc5 Can specify test setups and run them with mesontest. 8 years ago
Igor Gnatenko 2017d8578a style: fix E226 violations 8 years ago
Jussi Pakkanen d716d53b32 Can override project option default values in subproject(). 8 years ago
Jussi Pakkanen 73042c7912 Can set project options (but not global options) in subproject default options. 8 years ago
Jussi Pakkanen f85c348b94 Move option file parsing to after the project() inputs have been decoded to access default options. 8 years ago
Elliott Sales de Andrade 157549fe72 Add include_directories to windows.compile_resources. 8 years ago
Jussi Pakkanen 775729eb59 Can specify include directories to compiler tests. 8 years ago