aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2021-06-18modules/qt: use append rather than extend in preprocessDylan Baker1-0/+10
2021-06-18interpreter: add type annotations to build_incdir_objectDylan Baker1-1/+1
2021-06-18dependency: Empty fallback is the same as allow_fallback: falseXavier Claessens3-0/+16
2021-06-17update gettext test to use new intl dependencyEli Schwartz2-3/+4
2021-06-17tests: update dependency factory tests to check type_name is saneEli Schwartz1-11/+26
2021-06-16interpreter: Extract dependency() logic into its own helper classXavier Claessens21-30/+46
2021-06-16Merge pull request #8822 from dcbaker/submit/annotate-and-check-qt-moduleJussi Pakkanen1-6/+11
2021-06-15modules/qt: Add a compile_moc methodDylan Baker1-4/+4
2021-06-15modules/qt: Add a compile_ui methodDylan Baker1-1/+2
2021-06-15modules/qt: Add a `compile_resources` methodDylan Baker1-1/+5
2021-06-15Merge pull request #8878 from dcbaker/submit/dependency-type-fixesJussi Pakkanen1-1/+1
2021-06-14interpreter: use typed_*args for test and benchmarkDylan Baker1-1/+1
2021-06-14Fix issue with generated Cython code in a subdirRalf Gommers3-0/+33
2021-06-14dependencies: Use the SystemDependencyDylan Baker1-1/+1
2021-06-08Merge pull request #8512 from bonzini/feature-methodsJussi Pakkanen4-0/+27
2021-06-08interpreter: add feature.disable_auto_if()Paolo Bonzini1-0/+6
2021-06-08interpreter: add feature.require()Paolo Bonzini4-0/+17
2021-06-07cython: Add a test for generated filesDylan Baker6-0/+104
2021-06-07cython: add 1 basic testDylan Baker7-0/+104
2021-06-02test cases/common/103 has header symbol: set c++ standardDylan Baker1-1/+5
2021-05-31interpreter: add feature.allowed()Paolo Bonzini1-0/+4
2021-05-29cmake: Update test caseDaniel Mensinger5-3/+31
2021-05-28tests: Add a test for dependencies with native set in a host == build configu...Dylan Baker2-0/+32
2021-05-28modules/gnome: Correctly handle generated sources for generate_girDylan Baker2-1/+27
2021-05-27test cases: Disable whole archive test on older VS IDEChun-wei Fan1-0/+4
2021-05-27MSVC: Always enable common tests 137 and 170Chun-wei Fan2-15/+0
2021-05-23Handle macOS filesystem sometimes setting lower digits to zero.Jussi Pakkanen1-1/+15
2021-05-23Rename VERSION because case insensitive file systems are a thing.Jussi Pakkanen2-1/+1
2021-05-21Fix LTO test on CygwinJon Turney3-6/+15
2021-05-20Revert "Disable failing Cygwin GIR test."Jon Turney5-20/+0
2021-05-20Revert "Disable broken asm test on Cygwin as nobody knows how to fix it."Jon Turney1-4/+0
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