aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-04-17Add kernel and userland properties to machine objects.syspropsJussi Pakkanen3-3/+37
2023-04-17Alphabetize methods in MesonMain.Jussi Pakkanen1-21/+21
2023-04-17select the correct python_command for pyinstaller builds, even on not-WindowsEli Schwartz1-2/+2
2023-04-17fix data collection with pyinstallerEli Schwartz1-1/+1
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 Nicolodi7-5/+18
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öge2-2/+13
2023-04-11backend/vs: Fix OpenMPSupportJosh Soref1-2/+2
2023-04-11zsh: fix help / descriptionsJosh Soref1-3/+3
2023-04-11ci: properly check `test cases/windows` filesJosh Soref1-2/+2
2023-04-11ci: rename workflowJosh Soref1-3/+3
2023-04-11syntax-highlighting: vim: fix mesonSpaceErrorJosh Soref1-1/+1
2023-04-11packaging: fix options hostArchitectures attributeJosh Soref1-1/+1
2023-04-11fix various spelling issuesJosh Soref151-248/+248
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 projectHiPhish41-45/+45
2023-04-11Fix spelling and grammar in Dependencies.mdPete Dietl1-3/+3
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-10Generate relnotes for 1.1.0.Jussi Pakkanen20-198/+225
2023-04-04propagate the most accurate node to error messagesEli Schwartz48-50/+53
2023-04-04tests: make it easier to read overall results in githubEli Schwartz1-1/+7
2023-04-03tests/94 threads: fix build error with clang 16Christoph Reiter1-1/+1
2023-04-03get_llvm_tool_names: add released llvm versionsChristoph Reiter1-0/+2
2023-04-02Bump version number for rc2.1.1.0rc2Jussi Pakkanen2-2/+2
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-30tests: add test to ensure that build dir is preferred to src dirBarnabás Pőcze4-1/+7
2023-03-30msetup: Allow (re)configure of not empty builddirXavier Claessens3-1/+40
2023-03-30msetup: use more consistent exceptions on exitXavier Claessens2-11/+18
2023-03-30coredata: Fix changing prefix optionXavier Claessens2-6/+6
2023-03-29Make --vsenv a readonly builtin optionXavier Claessens13-24/+45
2023-03-28test cases: make various things werror-safeEli Schwartz5-4/+11
2023-03-28python dependency: avoid redefinition warnings for MS_WIN64Eli Schwartz1-1/+1
2023-03-28test that python modules nominally compile without warningsEli Schwartz1-1/+1
2023-03-28doc: Use better name for builtin/return object titleXavier Claessens2-1/+2
2023-03-28doc: Fix some broken linksXavier Claessens2-3/+3
2023-03-28Bump version number for rc1.1.1.0rc1Jussi Pakkanen2-3/+3
2023-03-28Condense test directories for rc1.Jussi Pakkanen93-23/+23
2023-03-28Fix validation regexes to handle rc version numbers.Jussi Pakkanen2-2/+2
2023-03-28backends: fix bug where meson_exe crashed if constructed with found programsEli Schwartz3-2/+2
2023-03-28do not resolve symlinks when calculating the meson commandEli Schwartz2-3/+2