aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2023-12-20Bump versions to 1.3.1 for stable release1.3.1Nirbheek Chauhan1-1/+1
2023-12-20dependencies/llvm: strip default include dirs also for config-tool versionKarol Herbst1-0/+1
2023-12-19vs: Manually link generated .o filesarch1t3cht1-15/+6
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-19python: fix mingw python detection code in case pkg-config isn't availableChristoph Reiter1-6/+7
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-19Bump version number for release.Jussi Pakkanen1-1/+1
2023-11-18Fix unity builds (#12452)David Seifert1-1/+1
2023-11-16Remove shebang from rewriter.pyMarcel Telka1-1/+0
2023-11-14dependencies: allow get_variable to define multiple pkgconfig definesEli Schwartz5-9/+23
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 Claessens1-4/+2
2023-11-12fix regression in converting build_target kwargs to typed_kwargsEli Schwartz2-1/+9
2023-11-12Merge pull request #12485 from xclaesse/rust-link-regressJussi Pakkanen2-90/+93
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 Claessens2-66/+52
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-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 Pakkanen1-1/+1
2023-11-05gnome module: fix invalid find_tool variable contents causing crashEli Schwartz1-1/+6
2023-11-04Fix visibility attribute support check for GCC on WindowsChristoph Reiter1-7/+7
2023-11-04Fine-tune the error message when trying to build outside the project rootEli Schwartz1-9/+19
2023-11-02scan-build: Exclude subprojects from scan-build reportAndrew McNulty2-5/+6
2023-11-02rust: proc-macro should be ignored in transitive dependenciesXavier Claessens1-0/+2
2023-11-02rust: Do not use +verbatim on MacOSXavier Claessens1-1/+2
2023-11-02rust: Fix link argumentsXavier Claessens1-46/+43
2023-10-31Fix traceback on AIX in shlib archiving codeAditya Vidyadhar Kamath1-0/+2
2023-10-31Use target.aix_so_archive to decide to archive shared library in AIXAditya Vidyadhar Kamath4-9/+15
2023-11-01Add comments suggesting to keep shell completion scripts up-to-date near cmd ...Luke Elliott15-0/+29
2023-10-30cargo subprojects: don't assume each target has dependenciesAlaska1-1/+1
2023-10-28simd module: fix regression that broke using only some simd variantsEli Schwartz2-2/+4
2023-10-27Bump version number for RC1.1.3.0rc1Jussi Pakkanen1-1/+1
2023-10-26i18n module: Invoke itstool with the full command lineChun-wei Fan2-2/+7
2023-10-25build: improve the warning for executables with the same nameDudemanguy2-6/+13
2023-10-20fix the repr for OrderedSet to actually execute correctlyEli Schwartz1-2/+2