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
/
build.py
Age
Commit message (
Expand
)
Author
2023-08-06
build.py: improve BuildTarget error message
Alexandre Janniaux
2023-07-31
do better sanity check for vs_module_defs input
Eli Schwartz
2023-07-25
make 'gui_app' an interpreter only concept
Dylan Baker
2023-07-25
interpreter: use typed_kwargs for Executable(win_subsystem)
Dylan Baker
2023-07-25
interpreter: use typed_kwargs for gui_app
Dylan Baker
2023-07-24
build: remove useless method call
Dylan Baker
2023-07-24
build: remove BuildTarget.need_install
Dylan Baker
2023-07-20
build|interpreter: move main_class to typed_kwargs
Dylan Baker
2023-07-19
move various bits of type-checking only code to TYPE_CHECKING blocks
Eli Schwartz
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
2023-07-13
Fix display of generator
Charles Brunet
2023-07-10
build: dependencies should come after link_with on link command
Xavier Claessens
2023-07-10
build: Fix linking multiple libraries and some are promoted
Xavier Claessens
2023-07-05
build: use self.compilers instead of all_compilers for stdlib langs
Dylan Baker
2023-07-05
Merge pull request #11742 from xclaesse/link-whole-cases
Jussi Pakkanen
2023-06-27
rust: get stdlib arguments for non-rust languages when linking
Dylan Baker
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-06-07
rust: PIC is always enabled
Xavier Claessens
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-01
extract_all_objects: Include PCH object with MSVC
Xavier Claessens
2023-05-01
Rust: Allow Rust static libraries to link_whole other libraries
Xavier Claessens
2023-05-01
build: Process compilers before calling link() and link_whole()
Xavier Claessens
2023-05-01
build: Don't do a deep copy of kwargs
Xavier Claessens
2023-05-01
Rust: C static library cannot link_whole Rust static library
Xavier Claessens
2023-05-01
Fix niche cases when linking static libs
Xavier Claessens
2023-04-24
Initial support for Metrowerks C/C++ compiler
Nomura
2023-04-21
rust: Add new `rust_dependency_map` target configuration
Sebastian Dröge
2023-04-20
extra_files keyword in declare_dependency()
Charles Brunet
2023-04-20
rust: Also disallow `.` in Rust library target names
Sebastian Dröge
2023-04-20
rust: Don't allow spaces/dashes in Rust library names
Sebastian Dröge
2023-04-14
mbuild: .pdb files are created only when debug symbols are enabled
Daniele Nicolodi
2023-04-11
fix various spelling issues
Josh Soref
2023-04-11
Change "can not" to "cannot" throughout project
HiPhish
2023-03-29
Make --vsenv a readonly builtin option
Xavier Claessens
2023-03-27
custom_target: libfoo.so.1 is linkable
Xavier Claessens
2023-03-16
coredata: Do not pickle it twice
Xavier Claessens
2023-03-14
add typename to AliasTarget
Charles Brunet
2023-03-14
rewriter: fix warning about empty sources
Charles Brunet
2023-03-09
build: fully type CompileTarget
Dylan Baker
2023-03-09
build: Add some missing annotations to BuildTarget initializer
Dylan Baker
2023-03-09
build: move all Target attributes to dataclass
Dylan Baker
2023-03-09
build: Add missing annotation to Target method
Dylan Baker
2023-03-09
build: make Target an abstract properties instead of doing hasattr
Dylan Baker
2023-02-19
vala: don't build .h, .vala, and .gir if export_dynamic is False
Dylan Baker
2023-02-15
preprocess: Allow custom_tgt, custom_idx and generated_list
Xavier Claessens
2023-01-10
build: Add a found method to Executable
Dylan Baker
2023-01-10
build: Add a get_path method to Executable
Dylan Baker
2023-01-04
add objects keyword argument to declare_dependencies
Paolo Bonzini
2023-01-04
allow passing generated objects in the "objects" keyword argument
Paolo Bonzini
[prev]
[next]