aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-19Bump versions to 1.3.1 for stable release1.3Nirbheek Chauhan2-2/+2
2023-12-19macos: Fix test_pkgconfig_parse_libs() test on armAndres Freund1-1/+2
2023-12-19vs: Manually link generated .o filesarch1t3cht4-17/+20
2023-12-19Always use posix paths when retrieving link nameErwin Jansen1-4/+4
2023-12-19Fix coverage with lcov 2.0 and uncovered subprojectsDavid Robillard1-0/+1
2023-12-19macos: Do not emit -undefined,error for Sonoma compatibilityAndres Freund1-1/+9
2023-12-19Fix test failure on Darwin on a case-sensitive fsRandy Eckenrode1-1/+1
2023-12-19python: fix mingw python detection code in case pkg-config isn't availableChristoph Reiter1-6/+7
2023-12-19macos: Fix test case for constructor_priority when using gccAndres Freund1-0/+5
2023-12-19macos: Fix path in test to be Sonoma compatibleAndres Freund1-1/+1
2023-12-19Handle macos linker reporting error message in pluring during detectionAndres Freund1-2/+3
2023-12-19Only convert boolean values for cmake formatsJan2001011-1/+1
2023-12-19cmake: Handle compiler.find_library returning NoneDylan Baker1-1/+5
2023-12-19dependencies/base: Make MissingCompiler inherit Compiler for mypyDylan Baker1-1/+20
2023-12-19mlog: Catch OSError when closing pagerXavier Claessens1-1/+1
2023-12-19clike: Deduplicate rpath linker flagsFini Jastrow1-2/+2
2023-12-19Make the Requires.private line in generated .pkgconfig files reproducibleChris Lamb1-1/+1
2023-11-19Generate release notes for 1.3.0.1.3.0Jussi Pakkanen34-298/+339
2023-11-19Bump version number for release.Jussi Pakkanen1-1/+1
2023-11-18Fix unity builds (#12452)David Seifert6-1/+31
2023-11-17note on glib libraryalbert1-0/+2
2023-11-16Remove shebang from rewriter.pyMarcel Telka1-1/+0
2023-11-14dependencies: allow get_variable to define multiple pkgconfig definesEli Schwartz8-9/+48
2023-11-14Bump version number for rc3.1.3.0rc3Jussi Pakkanen1-1/+1
2023-11-14type_checking: simplify error message for object validationDylan Baker1-1/+1
2023-11-14type_checking: fix typoDylan Baker1-1/+1
2023-11-13fix another regression in converting build_target kwargs to typed_kwargsEli Schwartz2-4/+7
2023-11-13rust: Add transitive dependencies to ninja rulesXavier Claessens5-4/+31
2023-11-12CI: adapt to renamed fedora package when building updated imagesEli Schwartz1-1/+1
2023-11-12fix regression in converting build_target kwargs to typed_kwargsEli Schwartz2-1/+9
2023-11-12Renumber test dirs for rc3.Jussi Pakkanen100-17/+17
2023-11-12Handle dupe number in test renumberer.Jussi Pakkanen1-0/+2
2023-11-12Merge pull request #12485 from xclaesse/rust-link-regressJussi Pakkanen16-107/+204
2023-11-10mtest: -C argument does not need type convertorXavier Claessens1-3/+0
2023-11-10msvc: Do not include pch obj when b_pch=falseXavier Claessens1-1/+1
2023-11-09rust: Make sure -l and -L are a single argXavier Claessens1-4/+3
2023-11-09rust: Fix linking with C libraries (again)Xavier Claessens16-83/+163
2023-11-09build: Add dummy base class for CustomTarget and CustomTargetIndexXavier Claessens1-3/+22
2023-11-09build: Simplify recursive function that extracts objects in link_wholeXavier Claessens1-19/+18
2023-11-07Prohibit symlinks in test data dir because they get mangled by setup.py.Jussi Pakkanen8-3/+30
2023-11-06ci: Add arm rust toolchain in ubuntu-rolling imageXavier Claessens1-0/+1
2023-11-06tests: skip llvm modules test more thoroughlyEli Schwartz1-1/+1
2023-11-06rust: Add unique metadata idXavier Claessens1-0/+1
2023-11-06msubprojects: Fix --sourcedir argument not workingXavier Claessens1-1/+1
2023-11-06Increment version number for rc2.1.3.0rc2Jussi Pakkanen2-2/+2
2023-11-05gnome module: fix invalid find_tool variable contents causing crashEli Schwartz1-1/+6
2023-11-05Update Users.mdMichael Gene Brockus (Dreamer)1-0/+1
2023-11-05Adding Trilobite Data to Users.mdMichael Gene Brockus (Dreamer)1-0/+1
2023-11-04Fix visibility attribute support check for GCC on WindowsChristoph Reiter2-21/+36
2023-11-04Fine-tune the error message when trying to build outside the project rootEli Schwartz2-9/+27