aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2023-04-24mtest: prevent parse error with gtest protocolCharles Brunet1-1/+5
2023-04-24dependencies: allow to fallback on CMake to find the SDL2 libraryMatthieu Bouron1-1/+2
2023-04-24Initial support for Metrowerks C/C++ compilerNomura8-4/+485
2023-04-23fix python.version() not working in some casesCharles Brunet1-0/+1
2023-04-21rust: Add new `rust_dependency_map` target configurationSebastian Dröge3-12/+18
2023-04-21modules/rust: Add -DNDEBUG to bindgen if b_ndebug is falseDylan Baker1-0/+3
2023-04-21rust: add support for b_ndebugDylan Baker1-1/+5
2023-04-21compilers: split code for deciding if debug is needed into a helperDylan Baker1-4/+12
2023-04-21compilers: convert method to get assert control to a booleanDylan Baker4-15/+28
2023-04-20intro: add more details to generated json filesCharles Brunet4-30/+129
2023-04-20extra_files keyword in declare_dependency()Charles Brunet5-8/+23
2023-04-20rust: Also disallow `.` in Rust library target namesSebastian Dröge2-6/+6
2023-04-20rust: Don't allow spaces/dashes in Rust library namesSebastian Dröge1-0/+9
2023-04-19rust: Don't use prefer-dynamic in case of proc-macro Rust dependenciesSebastian Dröge1-2/+3
2023-04-18pkgconfig module: fix traceback on invalid missing descriptionEli Schwartz1-6/+8
2023-04-17Add c++23 to the list of C++ standards.Jussi Pakkanen1-1/+5
2023-04-17select the correct python_command for pyinstaller builds, even on not-WindowsEli Schwartz1-2/+2
2023-04-14mbuild: .pdb files are created only when debug symbols are enabledDaniele Nicolodi1-5/+9
2023-04-14minstall: work around broken environments with missing UIDsEli Schwartz1-2/+10
2023-04-14minstall: do not drop privileges if msetup also ran under sudoEli Schwartz1-0/+4
2023-04-14minstall: Fix install_subdir() excludes with path separators on WinDaniele Nicolodi1-0/+2
2023-04-14rust: Use `isinstance(d, build.StaticLibrary)` instead of comparing the type ...Sebastian Dröge1-1/+1
2023-04-14rust: Link staticlib/cdylib link targets like link targets from any other lan...Sebastian Dröge1-1/+4
2023-04-14rust: Don't prefer dynamic linking of Rust libraries for cdylibsSebastian Dröge1-5/+9
2023-04-14rust: Use the corresponding rustc version when clippy-driver is chosen as Rus...Sebastian Dröge1-1/+12
2023-04-14rust: Convert dashes in crate names to underscoresSebastian Dröge1-4/+14
2023-04-14rust: Don't pass dependency compile arguments to the compilerSebastian Dröge1-0/+7
2023-04-11backend/vs: Fix OpenMPSupportJosh Soref1-2/+2
2023-04-11fix various spelling issuesJosh Soref41-114/+114
2023-04-11better algo to find DLL paths on WindowsCharles Brunet1-6/+62
2023-04-11Revert "find dll path on Windows"Charles Brunet1-34/+10
2023-04-11Change "can not" to "cannot" throughout projectHiPhish15-16/+16
2023-04-10Bump version number for new development.Jussi Pakkanen1-1/+1
2023-04-10Bump version number for release.1.1.0Jussi Pakkanen1-1/+1
2023-04-04propagate the most accurate node to error messagesEli Schwartz1-3/+6
2023-04-03get_llvm_tool_names: add released llvm versionsChristoph Reiter1-0/+2
2023-04-02Bump version number for rc2.1.1.0rc2Jussi Pakkanen1-1/+1
2023-03-30fix regression that broken git-based wraps with dirty contentsEli Schwartz1-1/+2
2023-03-30backend/vs: ensure that build dir is preferred to src dirBarnabás PƑcze1-1/+2
2023-03-30msetup: Allow (re)configure of not empty builddirXavier Claessens1-1/+4
2023-03-30msetup: use more consistent exceptions on exitXavier Claessens1-8/+13
2023-03-30coredata: Fix changing prefix optionXavier Claessens1-2/+2
2023-03-29Make --vsenv a readonly builtin optionXavier Claessens12-19/+24
2023-03-28python dependency: avoid redefinition warnings for MS_WIN64Eli Schwartz1-1/+1
2023-03-28Bump version number for rc1.1.1.0rc1Jussi Pakkanen1-2/+2
2023-03-28backends: fix bug where meson_exe crashed if constructed with found programsEli Schwartz1-1/+1
2023-03-28do not resolve symlinks when calculating the meson commandEli Schwartz1-1/+1
2023-03-28Add support for meson.options as a replacement for meson_options.txtDylan Baker4-13/+32
2023-03-28Import cpu detection fix from Debian.Jussi Pakkanen1-0/+1
2023-03-27Allow --reconfigure and --wipe of empty builddirXavier Claessens1-13/+13