aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2021-05-20vala: Test that adding C manually isn't requiuredDylan Baker1-1/+2
2021-05-19interpreter: Automatically add 'c' to languages when 'vala' is usedDylan Baker2-9/+0
2021-05-19.C files are now treated as C++ codeVolker-Weissmann2-0/+13
2021-05-18pkgconfig: Do not escape custom variablesXavier Claessens1-0/+4
2021-05-18Add a rust test for internal c linkageDylan Baker5-0/+76
2021-05-13test:fortran:21: fix Windows by using configure_file(copy:)Michael Hirsch2-2/+2
2021-05-13interpreter: flatten environment() initial valuesXavier Claessens2-1/+5
2021-05-12gnome: Fix gtkdoc generationXavier Claessens8-4/+88
2021-05-11Make objective C use C standard version. Closes #5495.Jussi Pakkanen2-2/+2
2021-05-08modules/fs: support FileOrString argumentsFlorian Fischer2-1/+29
2021-05-08test cases: Add test ensuring that -include in gcc won't break pchMarco Trevisan (Treviño)4-0/+36
2021-04-26Condense test directory names.Jussi Pakkanen1230-0/+0
2021-04-26introspection: export all sources for custom targetsJason Francis1-3/+8
2021-04-26store the list of initializes subprojects in the coredata structureDylan Baker2-0/+5
2021-04-26Interpreter: Fallback when required is false but forcefallback is trueXavier Claessens2-0/+11
2021-04-26Merge if and else tests to a single project.Jussi Pakkanen3-12/+12
2021-04-25Xcode: make Swift projects work.Jussi Pakkanen2-1/+1
2021-04-24Xcode: some more skips.Jussi Pakkanen1-0/+5
2021-04-24Xcode: fix linking to customtargetindex objects.Jussi Pakkanen3-12/+30
2021-04-23Xcode: one more skip.Jussi Pakkanen1-0/+4
2021-04-23Xcode: a few more skips.Jussi Pakkanen2-0/+8
2021-04-23Xcode: skip one more object extraction test.Jussi Pakkanen1-0/+12
2021-04-22Xcode: use native path naming scheme.Jussi Pakkanen1-1/+6
2021-04-22Xcode: skip link language override test.Jussi Pakkanen1-0/+10
2021-04-21Xcode: one more whole-archive skip.Jussi Pakkanen1-0/+4
2021-04-20Xcode: fix file objects in various places.Jussi Pakkanen1-0/+4
2021-04-20Xcode: skip all-object library test.Jussi Pakkanen1-0/+4
2021-04-19Xcode: disable asm and LLVM ir projects.Jussi Pakkanen4-0/+17
2021-04-19pkgconfig: Add support for CustomTarget objects in generatorXavier Claessens2-1/+22
2021-04-18Xcode: skip object extraction test that can not be made to work.Jussi Pakkanen1-0/+12
2021-04-14Xcode: fix path of extracted objects in subdirs.Jussi Pakkanen1-1/+1
2021-04-12dependency: Add JDK system dependencyTristan Partin7-0/+105
2021-04-09Add global_source/build_root()Xavier Claessens2-2/+5
2021-04-08Fix Xcode targets in subdirs.Jussi Pakkanen1-1/+2
2021-03-29Do not add custom target dir automatically when implicit false.Jussi Pakkanen6-0/+43
2021-03-28Strip host-compiler -std flag from NVCC line.cudafix0572Olexa Bilaniuk2-0/+24
2021-03-26pkgconfig: Allow setting prefix in dataonly pc fileXavier Claessens1-1/+6
2021-03-24Merge pull request #8568 from dcbaker/submit/qt-dependency-factoryJussi Pakkanen1-0/+11
2021-03-24Merge pull request #8571 from xclaesse/spurious-warningJussi Pakkanen3-2/+8
2021-03-24compilers: clang-cl: Also accept .s files (#8520)D Scott Phillips5-5/+29
2021-03-23Refactor Qt Dependency into proper split classes with factoriesDylan Baker1-0/+11
2021-03-23interpreter: Fix spurious warning in include_directories()Xavier Claessens3-2/+8
2021-03-23environment(): Allow stacking append() and prepend() (#8547)Xavier Claessens4-21/+12
2021-03-18add test case for installed targets uninstalling a single directoryEli Schwartz3-3/+18
2021-03-18Allow add_dist_script() in subprojectsXavier Claessens5-0/+27
2021-03-18interpreter: Add varname as positional arg in dep.get_variable()Xavier Claessens1-0/+2
2021-03-17Warn when grabbing internals of subprojects with include_directories.Jussi Pakkanen4-0/+20
2021-03-17One more unixy fix.Jussi Pakkanen2-1/+5
2021-03-16clangformat: Add include and ignore filesXavier Claessens7-0/+17
2021-03-16Add range() functionXavier Claessens1-0/+20