index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
backend
Age
Commit message (
Expand
)
Author
2023-09-18
xcode: Check for apple framework deps by name
Albert Tang
2023-09-13
install_{data,headers,subdir}: implement follow_symlinks
Arsen Arsenović
2023-09-10
Recognise more include search path opts when populating 'NMakeIncludeSearchPa...
Dan Hawson
2023-09-07
Fix crash when installing a vala library and python sources
Xavier Claessens
2023-09-06
backends/ninja: run `ranlib -c $out` when using the apple ar
Dylan Baker
2023-08-18
ninja backend: fix the automatic restat of outputs when reconfiguring
Eli Schwartz
2023-08-18
Add more descriptive description to CustomTarget
Charles Brunet
2023-08-11
remove useless type annotations
Eli Schwartz
2023-08-03
ExecutableSerialisation: capture and feed are optional strings
Xavier Claessens
2023-08-02
Optimize extract_dll_paths in ninja backend
Charles Brunet
2023-07-26
Fix install_data() default install path
Daniele Nicolodi
2023-07-25
make 'gui_app' an interpreter only concept
Dylan Baker
2023-07-24
ninjabackend: add or correct various bits of typing
Eli Schwartz
2023-07-24
ninjabackend: track all outputs using a set
Eli Schwartz
2023-07-24
ninjabackend: remove useless and unused API bits in phony targets
Eli Schwartz
2023-07-23
backend: fix checking dep instance for xcode
Albert Tang
2023-07-21
Display more timestamps when profiling ninja
Charles Brunet
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-07-17
Merge pull request #11976 from tristan957/cleanups
Jussi Pakkanen
2023-07-13
Fix display of generator
Charles Brunet
2023-07-12
Fix return type of debugfile functions
Tristan Partin
2023-07-10
backends: Always take options from target
Xavier Claessens
2023-07-10
Revert "backends: Cache creation of install data"
Eli Schwartz
2023-07-05
Merge pull request #11742 from xclaesse/link-whole-cases
Jussi Pakkanen
2023-07-02
genvslite: greatly simplify the implementation of non-genvslite backends
Eli Schwartz
2023-06-28
Experimental 'genvslite' WIP. (#11049)
GertyP
2023-06-27
Merge pull request #11902 from dcbaker/submit/rust-module-enhancements
Jussi Pakkanen
2023-06-27
Archive shared library in AIX (#11850)
Aditya Kamath
2023-06-27
rust: Override the default MSVCRT when linking Rust and !rust together
Dylan Baker
2023-06-27
rust: get stdlib arguments for non-rust languages when linking
Dylan Baker
2023-06-26
Revert "modules: move gnome targets into gnome module"
Eli Schwartz
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-06-26
fix regression in handling output overwriting for ar-like linkers
Eli Schwartz
2023-06-26
tree-wide: reduce unneeded imports on specific Dependency impls
Eli Schwartz
2023-06-21
rust: fix -C prefer-dynamic behavior
Alyssa Ross
2023-06-20
backends/vs: add sundry type annotations
Eli Schwartz
2023-06-20
backends/xcode: simplify an obviously too-complicated function
Eli Schwartz
2023-06-20
delete dead code that has never been referenced
Eli Schwartz
2023-06-20
backends/xcode: various sundry low-effort typing fixes
Eli Schwartz
2023-06-20
backends/ninja: add sundry typing improvements
Eli Schwartz
2023-06-20
use truncating division for code that explicitly needs an int
Eli Schwartz
2023-06-20
ninja backend: simplify code by using dataclasses
Eli Schwartz
2023-06-11
ninja backend: fix cleandead deleting files that meson implicitly creates
Eli Schwartz
2023-05-31
preprocess: Allow preprocessing any file extensions
Xavier Claessens
2023-05-29
avoid endless reconfigure loops when a build directory is copied around
Eli Schwartz
2023-05-21
Allow generator.process(generator.process(...))
Volker Weißmann
2023-05-20
rust: Add system libs used by rust std to staticlib external deps
Xavier Claessens
2023-05-15
Metrowerks: move PCH args to the end of the command line
Nomura
2023-05-13
Fix paths of Fortran order dependencies
Volker Weißmann
2023-05-03
Visual studio: Generate vcxproj.filters files to adds filters to imitated dir...
Renan Lavarec
[next]