aboutsummaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)AuthorFilesLines
2021-01-20ninjabackend: Correct RPATH orderFini Jastrow6-0/+44
2021-01-19rust: Accept generated sources for main.rsDylan Baker2-0/+32
2021-01-14Merge pull request #8192 from dcbaker/submit/minstall-type-annotationsJussi Pakkanen1-1/+1
2021-01-13build/interpreter: Split InstallDir to fix layering violationDylan Baker1-1/+1
2021-01-13Fix misspellsAntonin Décimo1-2/+2
2021-01-12Allow '//' as project function id due to git bash path conversion.Luke Elliott4-2/+29
2021-01-12Interpreter: Fix nested subsubproject detectionXavier Claessens6-3/+13
2021-01-10cmake: add PATH logic to preliminary dep check (fixes #8133)Daniel Mensinger4-1/+12
2021-01-05modules: Add an unstable-rust moduleDylan Baker2-0/+22
2021-01-05mtest: Add support for rust unit testsDylan Baker2-0/+56
2021-01-04unit:cpp17: make C++17 test stricter checkMichael Hirsch1-5/+27
2021-01-04cmake: fix missing languages from CMake (fixes #8132)Daniel Mensinger6-0/+49
2020-12-30Handle uppercase dependency names in wraps.Jussi Pakkanen5-0/+30
2020-12-29cmake: fix -framework dependencies (fixes #8045)Daniel Mensinger2-0/+19
2020-12-14Merge pull request #8013 from mesonbuild/cppmodulesJussi Pakkanen12-0/+92
2020-12-13Support native tests in crossbuildOleg B2-0/+23
2020-12-11Create unit test for C++ modules and accept ixx as C++ source extension.Jussi Pakkanen12-0/+92
2020-12-03Add prelinking support for static libraries.Jussi Pakkanen8-0/+73
2020-11-29Add aarch64 assembly testmimi899991-1/+10
2020-11-24compiler: allow non-built internal dependencies as argumentsPaolo Bonzini1-0/+6
2020-11-21Handle cmake dependencies which require a specified versionJason Ekstrand3-0/+27
2020-11-21cmVers: use env instead of hardcoding bash locationDylan Baker1-1/+1
2020-11-18Merge pull request #7894 from obilaniu/cudaupdatesJussi Pakkanen1-3/+57
2020-11-17Revert "Add thinlto support. Closes #7493."Jussi Pakkanen1-1/+1
2020-11-17gnome: Drop use of volatile in GLib type functionsPhilip Withnall4-16/+16
2020-11-14Merge pull request #7843 from dcbaker/submit/rustc-fixesJussi Pakkanen1-1/+1
2020-11-13Use c99 instead of c11 for buildoptions testjpark371-1/+1
2020-11-13run_unittests: use textwrap.dedentDylan Baker1-1/+1
2020-11-13gnome: Handle libraries that are not in the current build dirSam Thursfield9-0/+377
2020-11-12interpreter: Add get_keys function for configuration_data (#7887)Jones1-0/+1
2020-11-12Merge pull request #7965 from dcbaker/wip/2020-11/macos-github-actionsJussi Pakkanen5-0/+18
2020-11-12dependencies: Put pkgconfig options before operandsHaelwenn (lanodan) Monnier1-1/+1
2020-11-11tests/rust: dynamic linking doesn't work on darwinDylan Baker2-0/+8
2020-11-11tests/frameeworks 8/flex: fix undefined functionsDylan Baker2-0/+8
2020-11-10tests/28 multiline string: include required headersDylan Baker1-0/+2
2020-11-08Add thinlto support. Closes #7493.Jussi Pakkanen1-1/+1
2020-11-05Update CUDA module's nvcc_arch_flags() and nvcc_arch_readable() for newOlexa Bilaniuk1-0/+54
2020-11-05Add newer CUDA Toolkit version entries.Olexa Bilaniuk1-3/+3
2020-11-05docs: Recommend to use SPDX license identifiers [skip ci]Michael Weiss1-3/+3
2020-11-05rust: implement support for --editionDylan Baker3-0/+30
2020-11-03Condense test directory names again.Jussi Pakkanen1075-0/+0
2020-11-01interpreter: store correct files for project regenerationDylan Baker4-0/+14
2020-10-24cmake: Disable the new (CMake 3.16) PCH supportDaniel Mensinger2-0/+8
2020-10-22depenencies/llvm: Handle llvm-config --shared-mode failing (#7379)Dylan Baker3-39/+55
2020-10-19In text, betterer grammer usings.Jussi Pakkanen2-2/+2
2020-10-17Fix gnome.compile_resources() when glib is a subprojectXavier Claessens1-1/+1
2020-10-16Add test case for "subproject:opt" in project()Xavier Claessens3-0/+7
2020-10-16Add CUDA compiler header symbol testsCarlos Bederian1-0/+27
2020-10-16Fix consistency in variables kwargXavier Claessens5-4/+8
2020-10-15intro: Add extra_files key to intro output (fixes #7310)Daniel Mensinger3-3/+12