2042 Commits (3e54719ab810fa5a01b786810ca4df2db892c895)

Author SHA1 Message Date
Daniel Mensinger d9481f2359
cmake: Added Code generation test 6 years ago
Daniel Mensinger bf81aac465
cmake: Added project tests 6 years ago
Daniel Mensinger 5089eb356b
cmake: extract the codemodel 6 years ago
Daniel Mensinger 8d3bd6eea8
cmake: Server handshake 6 years ago
Jussi Pakkanen 82e36a6bfe Add tests for std usage. Closes #5097. 6 years ago
John Ericson af2d7af998 Per machine do 'build.' and '' option prefixes 6 years ago
Daniel Mensinger 94c6da33a7 rewriter: Fix that default_options would not set the correct id 6 years ago
Dylan Baker 99b848f469 dependencies/cmake: correctly handle spaces in variable names 6 years ago
Dylan Baker 2e2c3c968c tests: Test the cmake parser more thuroughly 6 years ago
Mathieu Duponchelle 12a82e763d interpreter: add fallback argument to subproject.get_variable() 6 years ago
Christoph Reiter 20eb948b97 gnome: make sure the target build directory is passed first for linking 6 years ago
Dylan Baker 0714ba58c7 coredata: add cmake_prefix_path option 6 years ago
Paolo Bonzini 06b1f457d5 sourceset: add a realistic example as a testcase 6 years ago
Paolo Bonzini d894c48660 new module "sourceset" to match source file lists against configuration data 6 years ago
Jussi Pakkanen 79d530e325 Generators can have extra target dependencies. Closes #4131. 6 years ago
Jussi Pakkanen 60e1676651 Combine the two different pipeline test dirs into one. 6 years ago
Dylan Baker 27b6c62ffd fixup! fixup! tests: Add test for Dependency.get_variable 6 years ago
Dylan Baker 7f1cecf25b compilers/fortran: Fix all has_argument methods in meson 6 years ago
Daniel Mensinger cacc585b44 ast: fix #5376 6 years ago
Dylan Baker ecc1f17f8e tests/fortran/14: Add vsdef files 6 years ago
Dylan Baker 23d2311d12 tests/fortran/9 cpp: It's okay to link ICL and ifort 6 years ago
Dylan Baker 0dc88487dd tests/fortran/1: call compiler.get_id() == str instead of compiler == str 6 years ago
Dylan Baker d3a1994031 tests/204: Fix intel-cl expectations 6 years ago
Dylan Baker 7d4e3d2589 tests/206: Fix intel vs intel-cl expectations 6 years ago
Dylan Baker 73d6bde9b6 tests/143: Add xilib check for ICL 6 years ago
Dylan Baker 43c1ab0d98 tests/132: ICL should not run this test like MSVC and clang-cl 6 years ago
Dylan Baker 86a8bf1148 tests/124: ICL alos does not use ASM 6 years ago
Dylan Baker c91e779d8b tests/123: Add /nologo to cl and ml 6 years ago
Dylan Baker dc564a71a3 tests/123: For MSVC like compilers to treat the .S file like a .c file 6 years ago
Dylan Baker ac5b1d1bc8 tests/common/40: ICL behaves like MSVC and should be tested like it 6 years ago
Dylan Baker 28aac9fc3b test cases: Add ICL branches in addition to ICC branches 6 years ago
Dylan Baker 53c8852f47 tests: Add test for Dependency.get_variable 6 years ago
Daniel Eklöf c2ee82cc41 add support for "target_type: 'shared_module'" in build_target() 6 years ago
Jussi Pakkanen b0f90a793f Better detection of tab indentation. 6 years ago
nicole mazzuca 24d5c73b0a add -fno-exceptions if cpp_eh=none is specified 6 years ago
Jon Turney 261878f438 Fix an assertion exception when misusing install_data 6 years ago
Daniel Mensinger 1fba945b61
cmake: LLVM better modules handling 6 years ago
Daniel Mensinger a9930fe066
LLVM: Added CMake backend 6 years ago
Michael Hirsch, Ph.D 06bfc2dab6 per-target manual specification of link_language 6 years ago
Dylan Baker 98b7b0f5c2 tests: Extend tests that use Threads internally to set method 6 years ago
Peter Hutterer 70997ca969 mtest: check for an empty suite list 6 years ago
Jussi Pakkanen 7ac03f6264 Non-required appleframework deps should not be an error. Closes #5295. 6 years ago
TheQwertiest 2d0550378a Added additional tests for linking with custom_target[i] 6 years ago
TheQwertiest a098684cf3 Added tests for custom_target[i] 6 years ago
Jon Turney ccc4ce28cc consistent invalid escape sequence behaviour 6 years ago
Daniel Mensinger a6281939df
ast: Improved test case 6 years ago
Daniel Mensinger 38f2eae681
ast: Make sure to avoid infinite recursions 6 years ago
Daniel Mensinger 75b7a856cd
ast: support elementary object methods 6 years ago
Daniel Mensinger feff2630ae
ast: resolve simple arithmetic nodes 6 years ago
Daniel Mensinger 2bb4ec19f2
ast: resolve ID nodes in flatten_args 6 years ago