summaryrefslogtreecommitdiff
path: root/mesonbuild
Commit message (Expand)AuthorAgeFilesLines
* summary: Add from which subproject each subproject have been calledHEADmasterXavier Claessens2023-05-172-6/+12
* rust compiler: use better sanity check logging comparable to the clike oneEli Schwartz2023-05-161-7/+13
* meson_exe: print suitable debug information for DLL not found errorsEli Schwartz2023-05-161-1/+2
* Metrowerks: move PCH args to the end of the command lineNomura2023-05-151-1/+7
* Make `dependency('foo', static: true, method: 'cmake') link staticallyVolker Weißmann2023-05-132-0/+5
* During reconfigure, show that no compiler was found, if compiler fails sanity...Volker Weißmann2023-05-135-12/+14
* Fix paths of Fortran order dependenciesVolker Weißmann2023-05-131-4/+5
* 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