summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump versions to 1.0.2 for stable release1.0.21.0Nirbheek Chauhan2023-04-212-2/+2
* ci: Skip LLVM 16 tests in the 1.0 stable branch onlyNirbheek Chauhan2023-04-211-1/+6
* ci: Move to the codecov github actionNirbheek Chauhan2023-04-218-20/+98
* CI: cygwin coverage uploader needs to run in bash tooEli Schwartz2023-04-211-1/+4
* rust: Also disallow `.` in Rust library target namesSebastian Dröge2023-04-212-6/+6
* rust: Don't allow spaces/dashes in Rust library namesSebastian Dröge2023-04-211-0/+9
* rust: Don't use prefer-dynamic in case of proc-macro Rust dependenciesSebastian Dröge2023-04-211-2/+3
* mbuild: .pdb files are created only when debug symbols are enabledDaniele Nicolodi2023-04-211-5/+9
* minstall: Fix install_subdir() excludes with path separators on WinDaniele Nicolodi2023-04-217-5/+18
* rust: Use `isinstance(d, build.StaticLibrary)` instead of comparing the type ...Sebastian Dröge2023-04-211-1/+1
* rust: Link staticlib/cdylib link targets like link targets from any other lan...Sebastian Dröge2023-04-211-1/+4
* rust: Don't prefer dynamic linking of Rust libraries for cdylibsSebastian Dröge2023-04-211-5/+9
* rust: Use the corresponding rustc version when clippy-driver is chosen as Rus...Sebastian Dröge2023-04-211-1/+12
* rust: Don't pass dependency compile arguments to the compilerSebastian Dröge2023-04-212-2/+13
* test cases: make various things werror-safeEli Schwartz2023-04-055-4/+11
* python dependency: avoid redefinition warnings for MS_WIN64Eli Schwartz2023-04-051-1/+1
* test that python modules nominally compile without warningsEli Schwartz2023-04-051-1/+1
* tests/94 threads: fix build error with clang 16Christoph Reiter2023-04-041-1/+1
* get_llvm_tool_names: add released llvm versionsChristoph Reiter2023-04-041-0/+2
* backend/vs: ensure that build dir is preferred to src dirBarnabás Pőcze2023-04-041-1/+2
* tests: add test to ensure that build dir is preferred to src dirBarnabás Pőcze2023-04-044-1/+7
* backends: fix bug where meson_exe crashed if constructed with found programsEli Schwartz2023-04-043-2/+2
* do not resolve symlinks when calculating the meson commandEli Schwartz2023-04-042-3/+2
* custom_target: libfoo.so.1 is linkableXavier Claessens2023-04-042-5/+18
* Fix run_tool() when git is not installedAlyssa Ross2023-04-041-3/+3
* Add restat = 1 to the fortran_COMPILER ruleVolker Weißmann2023-04-041-1/+4
* CUDA: make "Ampere" equivalent to SM8.0+SM8.6David Seifert2023-04-041-1/+8
* Small fix on how cc.sizeof (and similar functions) use the 'prefix' kwargVolker Weißmann2023-04-041-14/+14
* Fix "meson subprojects checkout -b" regressionXavier Claessens2023-04-041-2/+3
* modules/i18n: fix typo in gettext decoratorCorentin Noël2023-04-041-1/+1
* Fix warning_level=everything with GCC 8David Robillard2023-04-041-1/+3
* Make generator exe more resilient.Jussi Pakkanen2023-04-041-2/+10
* detect.py: Be more precise about detecting xtensa gcc toolchainsKhem Raj2023-04-041-1/+1
* configure_file: emit FeatureNew when a cmake-formatted file has too many tokensEli Schwartz2023-04-042-8/+13
* rust: Fix handling of proc-macros in rust-project.jsonSebastian Dröge2023-04-041-7/+9
* rust: Store absolute paths in rust-project.jsonSebastian Dröge2023-04-041-2/+6
* unittests: add test for source dir stripping from rpathsStefan Hajnoczi2023-04-041-0/+42
* backends: fix source dir stripping from rpathsStefan Hajnoczi2023-04-041-2/+9
* prevent unhandled exception for operations on NoneCharles Brunet2023-04-041-9/+47
* documentation: there is no unary + operatorCharles Brunet2023-04-041-1/+1
* clangformat: don't noisily print status messages for every checked fileEli Schwartz2023-04-041-4/+8
* Bump versions to 1.0.1 for release1.0.1Nirbheek Chauhan2023-02-242-2/+2
* Implement rustc controlled whole-archive linkingDylan Baker2023-02-2314-14/+113
* python dependency: handle broken pylong on many more versions of pythonEli Schwartz2023-02-221-1/+2
* python dependency: fix embed handling for system dependencyEli Schwartz2023-02-221-10/+15
* python dependency: verify that the python header is installed for sysconfigEli Schwartz2023-02-221-0/+3
* backend/ninja: fix rust cfg parsingKarol Herbst2023-02-231-1/+1
* handle more corner cases where locking the build directory failsEisuke Kawashima2023-02-211-0/+3
* CI: skip gpgme-config test on ArchEli Schwartz2023-02-211-1/+1
* vala: don't build .h, .vala, and .gir if export_dynamic is FalseDylan Baker2023-02-191-1/+1