780 Commits (55cdba635e61b68658e0d209a58cfb2f1537df93)

Author SHA1 Message Date
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
Nirbheek Chauhan a97291dc6d Add get_version() method to all dependencies 8 years ago
Nirbheek Chauhan 18f581f2c4 Add an installed soname unit test 8 years ago
Jussi Pakkanen 98c4fd2d5d Add per target argument for Fortran. 8 years ago
Jussi Pakkanen 701e393261 Make cross tests use same framework as regular tests. 8 years ago
Jussi Pakkanen 3fc67f4951 Minimal fixes to make tests pass when cross compiling. 8 years ago
Nirbheek Chauhan 589a56e78f Cache the scripts used for postconf and install phases 8 years ago
Igor Gnatenko 9ffc0d2f89 tree-wide: remove blank lines at EOF 8 years ago
Igor Gnatenko 8268eb4959 tree-wide: remove unused imports 8 years ago
Nirbheek Chauhan 6b8df9da84 custom_target: Make directory outputs installable 8 years ago
Nirbheek Chauhan c693bd9bb4 Allow passing arguments to install scripts 8 years ago
Nirbheek Chauhan e3a529886c tests/125 shared module: Run with the VS backend 8 years ago
Nirbheek Chauhan eaafca6f4a Qt: Allow passing a name arg to preprocess() 8 years ago
Nirbheek Chauhan 6292122a19 has_header: Don't compile, only preprocess 8 years ago
Nirbheek Chauhan ff8cdf86f4 tests/vala/14: Disable running of GTK+ test 8 years ago
Nirbheek Chauhan de0ce7f25c Add a test that uses hand-written vapi files 8 years ago
Nirbheek Chauhan 330d9ba7fe Test target glib version and gresources in Vala 8 years ago
Sam Thursfield 627faa0d39 Add a testcase for 'Duplicate outputs' bug 8 years ago
Jussi Pakkanen b01d2c35b7 Only add build dir inlude directives if the corresponding dir exists. Closes #1185. 8 years ago
Nirbheek Chauhan 2c83bd16fc Test targets with only generated and prebuilt objects 8 years ago
Nirbheek Chauhan 3fad3cbb81 Test extracting static objects into a shared library 8 years ago
Nirbheek Chauhan 3e2d894f55 Add test for cc.symbols_have_underscore_prefix 8 years ago
Nirbheek Chauhan 4967b2a5ea tests/common/124: Print an error when square fails 8 years ago
Elliott Sales de Andrade ec47db6c0c Add Compiler.has_multi_arguments method. 8 years ago
Jussi Pakkanen 5787a4b4fb Make Java compilation work with inner classes. Closes #1157. 8 years ago
Nirbheek Chauhan 38f6fee86d Test that g++ and Clang++ can compile assembly 8 years ago
Nirbheek Chauhan 0cd11747f1 Add a test for LLVM IR and ASM compilation 8 years ago
Nirbheek Chauhan be04aa2a0b has_function: Fix checking for builtins with includes 8 years ago
Nirbheek Chauhan 2c5680d721 python3 dep: Check arch of libraries before using 8 years ago
Nirbheek Chauhan f5a9b3b249 Fix shared module support on Windows 8 years ago
Jussi Pakkanen dc1f537fb3 Skip shared module test on VS because it fails for some reason nobody understands. 8 years ago
Nirbheek Chauhan 7b8f41ce31 Compiler checks can only accept external dependencies 8 years ago
Jussi Pakkanen b54fc1d00e Apply magical flags to make OSX ignore missing symbols in plugins. 8 years ago