aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)AuthorFilesLines
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: Convert dashes in crate names to underscoresSebastian Dröge1-4/+14
2023-04-11backend/vs: Fix OpenMPSupportJosh Soref1-2/+2
2023-04-11fix various spelling issuesJosh Soref2-14/+14
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 projectHiPhish3-4/+4
2023-03-30backend/vs: ensure that build dir is preferred to src dirBarnabás Pőcze1-1/+2
2023-03-29Make --vsenv a readonly builtin optionXavier Claessens1-1/+1
2023-03-28backends: fix bug where meson_exe crashed if constructed with found programsEli Schwartz1-1/+1
2023-03-28Add support for meson.options as a replacement for meson_options.txtDylan Baker1-0/+1
2023-03-27find dll path on WindowsCharles Brunet1-10/+34
2023-03-20backends: add a new "none" backendEli Schwartz2-0/+34
2023-03-20backends: simplify class setupEli Schwartz9-9/+25
2023-03-20Add restat = 1 to the fortran_COMPILER ruleVolker Weißmann1-1/+4
2023-03-01rust: Fix handling of proc-macros in rust-project.jsonSebastian Dröge1-7/+9
2023-03-01rust: Store absolute paths in rust-project.jsonSebastian Dröge1-2/+6
2023-03-01backends: fix source dir stripping from rpathsStefan Hajnoczi1-2/+9
2023-02-22Implement rustc controlled whole-archive linkingDylan Baker1-1/+51
2023-02-21backend/ninja: fix rust cfg parsingKarol Herbst1-1/+1
2023-02-10cython: wire up support for emitting and using depfilesEli Schwartz1-1/+5
2023-02-10backends: handle cython ninja rules a bit more idiomaticallyEli Schwartz1-6/+7
2023-02-01pylint 2.16: remove pointless parens around equality assignmentsEli Schwartz1-1/+1
2023-02-01simplify instantiation of builtin type using builtins instead of functionsEli Schwartz1-1/+1
2023-01-15BUG: Fix generated sources not being included as dependencies in cython trans...Thomas Li1-0/+14
2023-01-10backends: Stop passing generator exes to ExecutableSerialisation as stringsDylan Baker3-7/+6
2023-01-08avoid detecting masm as a MSVC-like compiler for detecting showincludesEli Schwartz1-2/+2
2023-01-08msvc: handle filename extensions for incdetect based on the compiler languageEli Schwartz1-2/+3
2023-01-03backends/backends: Add helpful message for getting rid of warningDylan Baker1-1/+1
2022-12-27add builtin option to install licensesEli Schwartz1-6/+12
2022-12-27add license_files kwarg to projectEli Schwartz1-0/+8
2022-12-07Remove useless EmptyExternalProgramXavier Claessens1-4/+1
2022-12-07devenv: Always include env for HOST machineXavier Claessens1-3/+1
2022-12-07devenv: Add executables locations to both PATH and WINEPATHXavier Claessens1-7/+12
2022-12-05when generating optional utility targets in ninja, skip existing aliases tooEli Schwartz1-7/+6
2022-11-30pylint: enable the set_membership pluginDylan Baker2-3/+3
2022-11-30tests: Write out LD_LIBRARY_PATH for built shared librariesDaniel Stone1-1/+14
2022-11-29pylint: enable the bad_builtin checkerDylan Baker2-3/+3
2022-11-24Fix various spelling errorsDavid Robillard1-1/+1
2022-11-17backend/ninja: replace ` ` with `_` in rust crate-namesDylan Baker1-2/+2
2022-11-10Fix options overrides for vsbackendDenis Fortin1-1/+1
2022-11-02backends: Try guessing install tag for all installed filesXavier Claessens1-3/+11
2022-10-31Revert "backends/ninja: run `ranlib -c $out` when using the apple ar"Eli Schwartz1-13/+2
2022-10-24Not all compilers support depfileXavier Claessens1-1/+2
2022-10-23vs backend: Add support for CompileTargetXavier Claessens2-0/+46
2022-10-23Add cc.preprocess() method for c-like compilersXavier Claessens2-0/+5
2022-10-23Compilers: Add a preprocessor mode for clike compilersXavier Claessens1-1/+3
2022-10-18ninja: Simplify getting rule name from compiler objectXavier Claessens1-17/+11