summaryrefslogtreecommitdiff
path: root/mesonbuild/backend
AgeCommit message (Expand)Author
2023-09-18xcode: Check for apple framework deps by nameAlbert Tang
2023-09-13install_{data,headers,subdir}: implement follow_symlinksArsen Arsenović
2023-09-10Recognise more include search path opts when populating 'NMakeIncludeSearchPa...Dan Hawson
2023-09-07Fix crash when installing a vala library and python sourcesXavier Claessens
2023-09-06backends/ninja: run `ranlib -c $out` when using the apple arDylan Baker
2023-08-18ninja backend: fix the automatic restat of outputs when reconfiguringEli Schwartz
2023-08-18Add more descriptive description to CustomTargetCharles Brunet
2023-08-11remove useless type annotationsEli Schwartz
2023-08-03ExecutableSerialisation: capture and feed are optional stringsXavier Claessens
2023-08-02Optimize extract_dll_paths in ninja backendCharles Brunet
2023-07-26Fix install_data() default install pathDaniele Nicolodi
2023-07-25make 'gui_app' an interpreter only conceptDylan Baker
2023-07-24ninjabackend: add or correct various bits of typingEli Schwartz
2023-07-24ninjabackend: track all outputs using a setEli Schwartz
2023-07-24ninjabackend: remove useless and unused API bits in phony targetsEli Schwartz
2023-07-23backend: fix checking dep instance for xcodeAlbert Tang
2023-07-21Display more timestamps when profiling ninjaCharles Brunet
2023-07-19fix implicit_reexport issues and enforce them going forwardEli Schwartz
2023-07-17Merge pull request #11976 from tristan957/cleanupsJussi Pakkanen
2023-07-13Fix display of generatorCharles Brunet
2023-07-12Fix return type of debugfile functionsTristan Partin
2023-07-10backends: Always take options from targetXavier Claessens
2023-07-10Revert "backends: Cache creation of install data"Eli Schwartz
2023-07-05Merge pull request #11742 from xclaesse/link-whole-casesJussi Pakkanen
2023-07-02genvslite: greatly simplify the implementation of non-genvslite backendsEli Schwartz
2023-06-28Experimental 'genvslite' WIP. (#11049)GertyP
2023-06-27Merge pull request #11902 from dcbaker/submit/rust-module-enhancementsJussi Pakkanen
2023-06-27Archive shared library in AIX (#11850)Aditya Kamath
2023-06-27rust: Override the default MSVCRT when linking Rust and !rust togetherDylan Baker
2023-06-27rust: get stdlib arguments for non-rust languages when linkingDylan Baker
2023-06-26Revert "modules: move gnome targets into gnome module"Eli Schwartz
2023-06-26linkers: delay implementations import until detect is runEli Schwartz
2023-06-26fix regression in handling output overwriting for ar-like linkersEli Schwartz
2023-06-26tree-wide: reduce unneeded imports on specific Dependency implsEli Schwartz
2023-06-21rust: fix -C prefer-dynamic behaviorAlyssa Ross
2023-06-20backends/vs: add sundry type annotationsEli Schwartz
2023-06-20backends/xcode: simplify an obviously too-complicated functionEli Schwartz
2023-06-20delete dead code that has never been referencedEli Schwartz
2023-06-20backends/xcode: various sundry low-effort typing fixesEli Schwartz
2023-06-20backends/ninja: add sundry typing improvementsEli Schwartz
2023-06-20use truncating division for code that explicitly needs an intEli Schwartz
2023-06-20ninja backend: simplify code by using dataclassesEli Schwartz
2023-06-11ninja backend: fix cleandead deleting files that meson implicitly createsEli Schwartz
2023-05-31preprocess: Allow preprocessing any file extensionsXavier Claessens
2023-05-29avoid endless reconfigure loops when a build directory is copied aroundEli Schwartz
2023-05-21Allow generator.process(generator.process(...))Volker Weißmann
2023-05-20rust: Add system libs used by rust std to staticlib external depsXavier Claessens
2023-05-15Metrowerks: move PCH args to the end of the command lineNomura
2023-05-13Fix paths of Fortran order dependenciesVolker Weißmann
2023-05-03Visual studio: Generate vcxproj.filters files to adds filters to imitated dir...Renan Lavarec