summaryrefslogtreecommitdiff
path: root/test cases/common
AgeCommit message (Expand)Author
2021-06-20fix: dicts and list need _holderify for fallbackDaniel Mensinger
2021-06-20fix: Fix set_variable not holderifying (fixes #8904)Daniel Mensinger
2021-06-18holders: Fix the remaining code to respect the holder changesDaniel Mensinger
2021-06-17tests: update dependency factory tests to check type_name is saneEli Schwartz
2021-06-16interpreter: Extract dependency() logic into its own helper classXavier Claessens
2021-06-08Merge pull request #8512 from bonzini/feature-methodsJussi Pakkanen
2021-06-08interpreter: add feature.disable_auto_if()Paolo Bonzini
2021-06-08interpreter: add feature.require()Paolo Bonzini
2021-06-02test cases/common/103 has header symbol: set c++ standardDylan Baker
2021-05-31interpreter: add feature.allowed()Paolo Bonzini
2021-05-28tests: Add a test for dependencies with native set in a host == build configu...Dylan Baker
2021-05-27test cases: Disable whole archive test on older VS IDEChun-wei Fan
2021-05-27MSVC: Always enable common tests 137 and 170Chun-wei Fan
2021-05-23Handle macOS filesystem sometimes setting lower digits to zero.Jussi Pakkanen
2021-05-23Rename VERSION because case insensitive file systems are a thing.Jussi Pakkanen
2021-05-21Fix LTO test on CygwinJon Turney
2021-05-20Revert "Disable broken asm test on Cygwin as nobody knows how to fix it."Jon Turney
2021-05-19.C files are now treated as C++ codeVolker-Weissmann
2021-05-18pkgconfig: Do not escape custom variablesXavier Claessens
2021-05-13interpreter: flatten environment() initial valuesXavier Claessens
2021-05-08modules/fs: support FileOrString argumentsFlorian Fischer
2021-05-08test cases: Add test ensuring that -include in gcc won't break pchMarco Trevisan (TreviƱo)
2021-04-26Condense test directory names.Jussi Pakkanen
2021-04-26Merge if and else tests to a single project.Jussi Pakkanen
2021-04-24Xcode: some more skips.Jussi Pakkanen
2021-04-24Xcode: fix linking to customtargetindex objects.Jussi Pakkanen
2021-04-23Xcode: one more skip.Jussi Pakkanen
2021-04-23Xcode: a few more skips.Jussi Pakkanen
2021-04-23Xcode: skip one more object extraction test.Jussi Pakkanen
2021-04-22Xcode: use native path naming scheme.Jussi Pakkanen
2021-04-22Xcode: skip link language override test.Jussi Pakkanen
2021-04-21Xcode: one more whole-archive skip.Jussi Pakkanen
2021-04-20Xcode: fix file objects in various places.Jussi Pakkanen
2021-04-20Xcode: skip all-object library test.Jussi Pakkanen
2021-04-19Xcode: disable asm and LLVM ir projects.Jussi Pakkanen
2021-04-19pkgconfig: Add support for CustomTarget objects in generatorXavier Claessens
2021-04-18Xcode: skip object extraction test that can not be made to work.Jussi Pakkanen
2021-04-14Xcode: fix path of extracted objects in subdirs.Jussi Pakkanen
2021-04-09Add global_source/build_root()Xavier Claessens
2021-04-08Fix Xcode targets in subdirs.Jussi Pakkanen
2021-03-26pkgconfig: Allow setting prefix in dataonly pc fileXavier Claessens
2021-03-24Merge pull request #8571 from xclaesse/spurious-warningJussi Pakkanen
2021-03-24compilers: clang-cl: Also accept .s files (#8520)D Scott Phillips
2021-03-23interpreter: Fix spurious warning in include_directories()Xavier Claessens
2021-03-23environment(): Allow stacking append() and prepend() (#8547)Xavier Claessens
2021-03-18add test case for installed targets uninstalling a single directoryEli Schwartz
2021-03-18interpreter: Add varname as positional arg in dep.get_variable()Xavier Claessens
2021-03-17Warn when grabbing internals of subprojects with include_directories.Jussi Pakkanen
2021-03-16Add range() functionXavier Claessens
2021-03-16Replace Unix shell commands with scripts.Jussi Pakkanen