summaryrefslogtreecommitdiff
path: root/mesonbuild
Commit message (Expand)AuthorAgeFilesLines
* Initial support for Metrowerks AssemblerNomura2023-05-063-1/+125
* mcompile: Fix target name suggestionsXavier Claessens2023-05-051-1/+1
* Fix building python extensions on win-arm64Radek Bartoň2023-05-051-17/+8
* Python module: emit warning for debug buildtypes with MSVC and no debug PythonRalf Gommers2023-05-051-1/+24
* dependencies: allow config-tool to fallback to default program namesEli Schwartz2023-05-032-1/+5
* cmake module: fix many typing issuesEli Schwartz2023-05-031-23/+25
* cmake module: make configured file correctly handle the do_conf_file APIEli Schwartz2023-05-031-5/+5
* cmake module: use more typed_pos_args for consistencyEli Schwartz2023-05-032-20/+10
* Visual studio: Generate vcxproj.filters files to adds filters to imitated dir...Renan Lavarec2023-05-031-0/+62
* python bytecompile: use correct install tagEli Schwartz2023-05-031-1/+1
* bytecompile: switch to handling destdir in the script launcher envEli Schwartz2023-05-022-20/+20
* python module: add an automatic byte-compilation stepEli Schwartz2023-05-023-4/+130
* update the devenv module hooks to support generic modifications to BuildEli Schwartz2023-05-023-10/+10
* extend install scripts to allow specific directory variable exportsEli Schwartz2023-05-023-5/+14
* fix regression in precomputing CMAKE_SIZEOF_VOID_PMaxHearnden2023-05-021-1/+1
* Log python name when not foundCharles Brunet2023-05-021-3/+3
* Find python3.xx on windowsCharles Brunet2023-05-021-2/+2
* Ensure python fallback has the right versionCharles Brunet2023-05-021-1/+2
* wrap: Always pass posix paths to patchNirbheek Chauhan2023-04-291-1/+2
* detect_cpu: Fix mips32 detection on mips64Cyan2023-04-281-1/+9
* Don't use dyndep scanner when preprocessingVolker Weißmann2023-04-271-0/+2
* Add env kwarg to gnome.generate_gir().Volker Weißmann2023-04-262-1/+9
* Set the CC environment variable for g-ir-scanner.Volker Weißmann2023-04-261-1/+4
* Fix html coverage report generation when using clang on linuxJakob Widauer2023-04-251-1/+1
* yasm: Fix usage of incompatible optimization flagsL. E. Segovia2023-04-241-0/+4
* mtest: prevent parse error with gtest protocolCharles Brunet2023-04-241-1/+5
* dependencies: allow to fallback on CMake to find the SDL2 libraryMatthieu Bouron2023-04-241-1/+2
* Initial support for Metrowerks C/C++ compilerNomura2023-04-248-4/+485
* fix python.version() not working in some casesCharles Brunet2023-04-231-0/+1
* rust: Add new `rust_dependency_map` target configurationSebastian Dröge2023-04-213-12/+18
* modules/rust: Add -DNDEBUG to bindgen if b_ndebug is falseDylan Baker2023-04-211-0/+3
* rust: add support for b_ndebugDylan Baker2023-04-211-1/+5
* compilers: split code for deciding if debug is needed into a helperDylan Baker2023-04-211-4/+12
* compilers: convert method to get assert control to a booleanDylan Baker2023-04-214-15/+28
* intro: add more details to generated json filesCharles Brunet2023-04-204-30/+129
* extra_files keyword in declare_dependency()Charles Brunet2023-04-205-8/+23
* rust: Also disallow `.` in Rust library target namesSebastian Dröge2023-04-202-6/+6
* rust: Don't allow spaces/dashes in Rust library namesSebastian Dröge2023-04-201-0/+9
* rust: Don't use prefer-dynamic in case of proc-macro Rust dependenciesSebastian Dröge2023-04-191-2/+3
* pkgconfig module: fix traceback on invalid missing descriptionEli Schwartz2023-04-181-6/+8
* Add c++23 to the list of C++ standards.Jussi Pakkanen2023-04-171-1/+5
* select the correct python_command for pyinstaller builds, even on not-WindowsEli Schwartz2023-04-171-2/+2
* mbuild: .pdb files are created only when debug symbols are enabledDaniele Nicolodi2023-04-141-5/+9
* minstall: work around broken environments with missing UIDsEli Schwartz2023-04-141-2/+10
* minstall: do not drop privileges if msetup also ran under sudoEli Schwartz2023-04-141-0/+4
* minstall: Fix install_subdir() excludes with path separators on WinDaniele Nicolodi2023-04-141-0/+2
* rust: Use `isinstance(d, build.StaticLibrary)` instead of comparing the type ...Sebastian Dröge2023-04-141-1/+1
* rust: Link staticlib/cdylib link targets like link targets from any other lan...Sebastian Dröge2023-04-141-1/+4
* rust: Don't prefer dynamic linking of Rust libraries for cdylibsSebastian Dröge2023-04-141-5/+9
* rust: Use the corresponding rustc version when clippy-driver is chosen as Rus...Sebastian Dröge2023-04-141-1/+12