summaryrefslogtreecommitdiff
path: root/test cases
AgeCommit message (Expand)Author
2023-09-28unittest: Fix clang-tidy-fixLei YU
2023-09-26tests: Skip "withIncludeFile" for PCH on Xcode backendAlbert Tang
2023-09-25tests: fix broken promises with linker scriptsEli Schwartz
2023-09-25rust: apply global, project, and environment C args to bindgenDylan Baker
2023-09-22Allow to fallback to cmake subprojectXavier Claessens
2023-09-19Rust: Prevent linking Rust ABI with C library/executableXavier Claessens
2023-09-19Rust: Remove unit test already covered in "rust/4 polyglot"Xavier Claessens
2023-09-19Rust: Replace rust_crate_type with rust_abiXavier Claessens
2023-09-19Rust: Add a rust.proc_macro() methodDylan Baker
2023-09-18Remove get_configtool_variable()Xavier Claessens
2023-09-18Remove get_pkgconfig_variable()Xavier Claessens
2023-09-13install_{data,headers,subdir}: implement follow_symlinksArsen Arsenović
2023-09-13Fix assertion raised with invalid option nameCharles Brunet
2023-09-12Merge pull request #12152 from bruchar1/ast-preserve-allJussi Pakkanen
2023-09-12fix bug with openssl when cmake is missingCharles Brunet
2023-09-11parser: allow whitespaces and comments in cont_eolCharles Brunet
2023-09-11raw printerCharles Brunet
2023-09-09gnome.mkenum_simple(): Fix include path when header is in subdirXavier Claessens
2023-09-09Add support for padding zeroes in int.to_string() methodNomura
2023-09-09Add macro_name option to configure_fileNicholas Vinson
2023-09-08Override config-tool get_variable args for qmakeNirbheek Chauhan
2023-09-07Fix include_directories test for relative pathCharles Brunet
2023-09-07Fix crash when installing a vala library and python sourcesXavier Claessens
2023-09-07Compiler checks must use per-subproject optionsXavier Claessens
2023-09-07Add compiler.has_defineMarvin Scholz
2023-09-06tests: Test extern'd globals on MacOS with the Apple ArchiverAilin Nemui
2023-09-06qt module: add include_directories to moc compileCharles Brunet
2023-09-05wrap: Use MESON_PACKAGE_CACHE_DIR as default packagecache pathXavier Claessens
2023-08-31add json output format to configure fileCharles Brunet
2023-08-30Re-enable "11 runpath rpath ldlibrarypath"Tristan Partin
2023-08-30Disable failing test on cygwin due to broken cmakeCharles Brunet
2023-08-30ci: Skip gir test on cygwinXavier Claessens
2023-08-30Merge pull request #10332 from xclaesse/std-optJussi Pakkanen
2023-08-29gnome: Fix crash in gtkdoc and generate_gir in C++ projectsXavier Claessens
2023-08-28include_directories: Always add both source and build dirsXavier Claessens
2023-08-24find_program: Fallback if version mismatchXavier Claessens
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-07c_std, cpp_std: Change to a list of desired versions in preference orderXavier Claessens
2023-08-07Compiler: Add werror kwarg to compiles(), links() and run() methodsXavier Claessens
2023-08-05compiler: Add required keyword to has_* methodsXavier Claessens