aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-05-01Add kernel and userland properties to machine objects.eli/submit/doc-no-pr-publishJussi Pakkanen6-6/+109
2023-05-01avoid re-uploading the docs when a PR is based on the upstream repoEli Schwartz1-3/+2
2023-04-29wrap: Always pass posix paths to patchNirbheek Chauhan1-1/+2
2023-04-28detect_cpu: Fix mips32 detection on mips64Cyan2-9/+17
2023-04-27Don't use dyndep scanner when preprocessingVolker Weißmann3-0/+13
2023-04-27Specify c++ 11 flag as code uses c++ 11 featuresPeter Hull1-1/+2
2023-04-26Add env kwarg to gnome.generate_gir().Volker Weißmann11-12/+33
2023-04-26Set the CC environment variable for g-ir-scanner.Volker Weißmann1-1/+4
2023-04-25Fix html coverage report generation when using clang on linuxJakob Widauer1-1/+1
2023-04-24yasm: Fix usage of incompatible optimization flagsL. E. Segovia1-0/+4
2023-04-24mtest: prevent parse error with gtest protocolCharles Brunet1-1/+5
2023-04-24ci: Don't error out CI if codecov upload failsNirbheek Chauhan6-9/+9
2023-04-24ci: Don't search for llvm modules with LLVM 16.0.xNirbheek Chauhan1-16/+40
2023-04-24dependencies: allow to fallback on CMake to find the SDL2 libraryMatthieu Bouron4-6/+8
2023-04-24Initial support for Metrowerks C/C++ compilerNomura14-5/+571
2023-04-23fix python.version() not working in some casesCharles Brunet2-0/+4
2023-04-21rust: Add new `rust_dependency_map` target configurationSebastian Dröge7-14/+48
2023-04-21docs: update the Rust bindgen docs to talk about assertionsDylan Baker1-0/+9
2023-04-21modules/rust: Add -DNDEBUG to bindgen if b_ndebug is falseDylan Baker1-0/+3
2023-04-21rust: add support for b_ndebugDylan Baker4-2/+24
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-21ci: Move to the codecov github actionNirbheek Chauhan8-21/+95
2023-04-20intro: add more details to generated json filesCharles Brunet6-38/+172
2023-04-20extra_files keyword in declare_dependency()Charles Brunet7-8/+34
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-19Revert "cygwin CI: work around gcovr bug"Eli Schwartz1-6/+0
2023-04-19CI: update cygwin cache actions to new version supporting granular saveEli Schwartz1-3/+8
2023-04-18pkgconfig module: fix traceback on invalid missing descriptionEli Schwartz2-6/+17
2023-04-17CI: cygwin coverage uploader needs to run in bash tooEli Schwartz1-1/+4
2023-04-17Update Users.md [skip ci]Volker Weißmann1-0/+1
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-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