779 Commits (1882ae4fc628398e62f3a7d8e7d726aa5a5cde1a)

Author SHA1 Message Date
Nomura 3cac6ea545 Add env kwarg in generator.process() 2 years ago
Dudemanguy adb1a360b9 build: use suffix when getting target id for exes 2 years ago
Dudemanguy 4fadb2a296 msvc: unify debug filename handling 2 years ago
Dylan Baker 937aab09c0 interpreter: handle implib/export_dynamic conflicts in the interpreter 2 years ago
Dylan Baker 32be9bd6de add support for vs_module_defs to Executables 2 years ago
Dylan Baker 5421c24ea0 fix using a CustomTargetIndex for vs_module_defs 2 years ago
Dylan Baker f4ea89be60 interpreter: use typed_kwargs for build_target(vs_module_defs) 2 years ago
Dylan Baker f485a8cf16 interpreter: use typed_kwargs for static_library(pic) 2 years ago
Dylan Baker 798791baac interpreter: use typed_kwargs for static_library(prelink) 2 years ago
Xavier Claessens c6f33aed2d Rust: Fix proc-macro usage when cross compiling 2 years ago
Xavier Claessens 7592003484 Rust: Prevent linking Rust ABI with C library/executable 2 years ago
Xavier Claessens 10dcd87d00 Rust: Replace rust_crate_type with rust_abi 2 years ago
Arsen Arsenović 0af126fec7 install_{data,headers,subdir}: implement follow_symlinks 2 years ago
Xavier Claessens b2654b2d43 Fix crash when installing a vala library and python sources 2 years ago
Xavier Claessens d5f17bc9ff Rename OptionOverrideProxy to OptionsView and move to coredata 2 years ago
Xavier Claessens 4eb9c84cf9 include_directories: Always add both source and build dirs 2 years ago
Xavier Claessens 6f87215f1f build: Simplify import_filename handling 2 years ago
Charles Brunet 7cbe37ebd9 Add more descriptive description to CustomTarget 2 years ago
Dylan Baker 9d32302032 interpreter: use typed_kwargs for shared_library(darwin_versions) 2 years ago
Dylan Baker 09bc028c71 interpreter: use typed_kwargs for shared_library(soversion) 2 years ago
Dylan Baker cd676e229b interpreter: use typed_kwargs for shared_library(version) 2 years ago
Eli Schwartz 90ce084144
treewide: automatic rewriting of all comment-style type annotations 2 years ago
Xavier Claessens 926c3a6919 Error when an installed static library links to internal custom target 2 years ago
Alexandre Janniaux f3b9db9e9d build.py: improve BuildTarget error message 2 years ago
Eli Schwartz 404312c6dd do better sanity check for vs_module_defs input 2 years ago
Dylan Baker 1a182ab599 make 'gui_app' an interpreter only concept 2 years ago
Dylan Baker 1cfbe5279d interpreter: use typed_kwargs for Executable(win_subsystem) 2 years ago
Dylan Baker 67035a181e interpreter: use typed_kwargs for gui_app 2 years ago
Dylan Baker 9faf91d14f build: remove useless method call 2 years ago
Dylan Baker c8241d79e4 build: remove BuildTarget.need_install 2 years ago
Dylan Baker 01b5581a10 build|interpreter: move main_class to typed_kwargs 2 years ago
Eli Schwartz 0bb1647fd1
move various bits of type-checking only code to TYPE_CHECKING blocks 2 years ago
Eli Schwartz 7afc69254d
fix implicit_reexport issues and enforce them going forward 2 years ago
Charles Brunet 3e3d5e97c3 Fix display of generator 2 years ago
Xavier Claessens 1fef03c0f0 build: dependencies should come after link_with on link command 2 years ago
Xavier Claessens cd63853ad2 build: Fix linking multiple libraries and some are promoted 2 years ago
Dylan Baker 8369dbbfec build: use self.compilers instead of all_compilers for stdlib langs 2 years ago
Dylan Baker 772cb92624 rust: get stdlib arguments for non-rust languages when linking 2 years ago
Eli Schwartz a1ef957e34
linkers: delay implementations import until detect is run 2 years ago
Xavier Claessens 6c480085d5 rust: PIC is always enabled 2 years ago
Volker Weißmann 12a2dc86ca Allow generator.process(generator.process(...)) 2 years ago
Xavier Claessens c6db870fc7 rust: Add system libs used by rust std to staticlib external deps 2 years ago
Xavier Claessens ff86e799a4 extract_all_objects: Include PCH object with MSVC 2 years ago
Xavier Claessens 25f4f77a3b Rust: Allow Rust static libraries to link_whole other libraries 2 years ago
Xavier Claessens 3162b901ca build: Process compilers before calling link() and link_whole() 2 years ago
Xavier Claessens 01949df4f6 build: Don't do a deep copy of kwargs 2 years ago
Xavier Claessens 2dadc3ae5b Rust: C static library cannot link_whole Rust static library 2 years ago
Xavier Claessens a78af23686 Fix niche cases when linking static libs 2 years ago
Nomura 18cfa545f0 Initial support for Metrowerks C/C++ compiler 2 years ago
Sebastian Dröge 01420bf8fc rust: Add new `rust_dependency_map` target configuration 2 years ago