summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2023-08-22compilers: fix checks handling of internal dependenciesBenoit Pierre
2023-08-18Revert "Revert "Add fs.relative_to()""Tristan Partin
2023-08-17Revert "Add fs.relative_to()"Eli Schwartz
2023-08-17skip test on pkgconf 2.0.1 that is broken there due to a reported bugEli Schwartz
2023-08-17Remove hacky setup for CustomTargetIndex tests in fs.relative_to()Tristan Partin
2023-08-17Remove XML filter from testlog.{json,txt} and std streamsTristan Partin
2023-08-17Add fs.relative_to()Tristan Partin
2023-08-16fs.read(): Catch FileNotFoundErrorXavier Claessens
2023-08-14Python: Add 'limited_api' kwarg to extension_moduleAndrew McNulty
2023-08-08tests: fix "4 custom target depends extmodule" with Python 3.8+ on WindowsChristoph Reiter
2023-08-07Error when an installed static library links to internal custom targetXavier Claessens
2023-08-07Compiler: Add werror kwarg to compiles(), links() and run() methodsXavier Claessens
2023-08-05compiler: Add required keyword to has_* methodsXavier Claessens
2023-08-04Add default_options argument to find_program()Nomura
2023-08-02Unify message(), format() and fstring formattingXavier Claessens
2023-08-02treewide: internally avoid deprecated machine file uses of "pkgconfig"Eli Schwartz
2023-07-26Fix install_data() default install pathDaniele Nicolodi
2023-07-25modules/pkgconfig: Don't insert None into devenv listDylan Baker
2023-07-23hdf5 tests: make cpp test actually use cpp HDF5George Sedov
2023-07-18tests: bump the C++ std for protobuf testsEli Schwartz
2023-07-18tests: mark gpgme test skippable on Ubuntu rollingEli Schwartz
2023-07-18ci: Skip test_generate_gir_with_address_sanitizerXavier Claessens
2023-07-16Fix build using GDC 13Jussi Pakkanen
2023-07-15rust: disable overflow-checks by defaultDylan Baker
2023-07-14compiler.compiles/links: fix failure when compiling a built File objectEli Schwartz
2023-07-13cmake: fix directory separators in generated packageConfig.cmake filesMatthieu Rogez
2023-07-13Silence some encoding warningsTristan Partin
2023-07-13mtest: fix unencodable XML charsNazir Bilal Yavuz
2023-07-10build: dependencies should come after link_with on link commandXavier Claessens
2023-07-10build: Fix linking multiple libraries and some are promotedXavier Claessens
2023-07-10Revert "backends: Cache creation of install data"Eli Schwartz
2023-07-05Renumber test dirs for rc2.Jussi Pakkanen
2023-07-05comp.preprocess(): Do not treat every file as assemblyXavier Claessens
2023-07-05Merge pull request #11742 from xclaesse/link-whole-casesJussi Pakkanen
2023-07-04tests: add standard option to get_define() testKacper Michajłow
2023-06-28Experimental 'genvslite' WIP. (#11049)GertyP
2023-06-28Condense test directory names for release.Jussi Pakkanen
2023-06-27rust: Override the default MSVCRT when linking Rust and !rust togetherDylan Baker
2023-06-27rust: get stdlib arguments for non-rust languages when linkingDylan Baker
2023-06-27modules/rust: Add a keyword argument to pass extra args to the rust compilerDylan Baker
2023-06-27modules/rust: Add a `link_with` kwarg to the test methodDylan Baker
2023-06-26mintro: record subproject in install_planDaniele Nicolodi
2023-06-26Revert "modules: move gnome targets into gnome module"Eli Schwartz
2023-06-26linkers: delay implementations import until detect is runEli Schwartz
2023-06-26stop importing cmake when it isn't usedEli Schwartz
2023-06-26dependencies: defer importing a custom dependency until it is usedEli Schwartz
2023-06-26dependencies: delay often-unused importsEli Schwartz
2023-06-26add profiling startup import check and testcase to count itEli Schwartz
2023-06-21rust: fix -C prefer-dynamic behaviorAlyssa Ross
2023-06-20interpreter: Accept more types in default_options dict valuesXavier Claessens