341 Commits (864919973f73ec2c6ae6ca01be7fe5e8b950df12)

Author SHA1 Message Date
Jussi Pakkanen 61c742fae9 Remove language (AKA compiler) type from OptionKey. 8 months ago
Jussi Pakkanen 0d7bb776e2 Move OptionKey in the option source file. 8 months ago
Jussi Pakkanen 8e3f609e73 Move project option detection into OptionStore. 8 months ago
Scott Kyle f5ec07e7c3
Ensure private directory exists for custom targets (#13196) 9 months ago
Jussi Pakkanen 9a6fcd4d9a Replace direct indexing with named methods. 9 months ago
Jussi Pakkanen c0d86024f5 Rename option variable to optstore to make it unique. 9 months ago
Mis012 9694f9fefe java: use single javac invocation per jar 9 months ago
David Seifert 7f2c6f644b cuda: disable thin archives when cuda is added through `add_languages('cuda')` later 9 months ago
David Seifert b6e5683764 cuda: disable thin archives when 'cuda' is enabled globally 10 months ago
Benjamin Gilbert 1684259f10 backend/ninja: use generate_basic_compiler_args() for C#, Java, Swift 11 months ago
Dylan Baker 27dc1bcacb backend/ninja: use re.match instead of re.search 11 months ago
Dylan Baker f603a266ec backend: fix type annotation of Backend.generate 11 months ago
Dylan Baker cf0fecfcef backend/ninja: Fix bug in NinjaRule.length_estimate 11 months ago
Dylan Baker fb5a0b4b61 backend/ninja: add typing annotations to NinjaRule 11 months ago
Dylan Baker 9e3b3db705 backend/ninja: Fix cases where None is passed when unexpected 11 months ago
Dylan Baker 2171a017be backend/ninja: Don't run -t cleandead when using dyndeps 11 months ago
Dylan Baker 2f8d51c833 backend/ninja: don't rewrite the pickle data if it hasn't changed 11 months ago
Dylan Baker 433117fc5a scripts/depscan: pick language once, at configure time 11 months ago
Dylan Baker fae1363bd3 scripts/depscan: combine pickle and JSON data into a single file 11 months ago
Dylan Baker 934c9074bd backend/ninja: add missing typing annotations 12 months ago
Dylan Baker 875a9b789f backend/ninja: remove duplicate isinstance() check 12 months ago
Dylan Baker 2812b21de5 backend/ninja: use A dataclass for TargetDependencyScannerInfo 12 months ago
Sam James 5bd28febf7
Pass Environment down from Backend 12 months ago
Elliot e4622ff1ee
Only link to generated pch object when using msvc. (#12957) 1 year ago
Xavier Claessens 5e0a3073da rust: Link with rlib external dependencies 1 year ago
dragonmux 5495dc4315 backend/ninjabackend: Implemented logic for passing the discovered gcovr and llvm-cov along to the code coverage backend 1 year ago
dragonmux cfada46694 scripts/coverage: Implemented handling for passing the gcovr and llvm-cov binaries to use to the script 1 year ago
Stephan Lachnit 43fe006190 Fix warning when using scan-build 1 year ago
Stas Sergeev 92f638e1f9 compiler.preprocess: add depends kwarg 1 year ago
Alyssa Ross 1ca2c74d16 rust: fix linking static executables 1 year ago
Valeri ae857e841b
Vala: fixes to gresource handling (#12418) 1 year ago
byteblob ce2db13e94 ninja: Use platform dependent quote instead of shlex.quote() in gcc_rsp_quote() 1 year ago
wrvsrx d4fb2d693d ninja backend: manually escape cuda target name 1 year ago
Sergey Vlasov 5ff6049945 swift: Support swift_args 1 year ago
Charles Brunet 4761e4cad9 Remove `get_buildtype_args` function 1 year ago
Dylan Baker e991c4d454 Use SPDX-License-Identifier consistently 1 year ago
Daniele Nicolodi 5883089f6c ninja backend: Remove outdated comment 1 year ago
Daniele Nicolodi 76ab2db086 ninja backend: Adjust naming and comments 1 year ago
Daniele Nicolodi c2ea14fbd2 ninja backend: Make values passed to bool argument consistent 1 year ago
Daniele Nicolodi 7fbadfdeab ninja backend: Remove always true check 1 year ago
Eli Schwartz 5f659af870
ninja backend: don't hide all compiler warnings for transpiled languages 1 year ago
Xavier Claessens 2da53e943a rust: Add transitive dependencies to ninja rules 1 year ago
Xavier Claessens bd99f0bf1c rust: Make sure -l and -L are a single arg 1 year ago
Xavier Claessens d25d8e2772 rust: Fix linking with C libraries (again) 1 year ago
Xavier Claessens 91f2050813 rust: Add unique metadata id 1 year ago
Andrew McNulty 74712f2dbc scan-build: Exclude subprojects from scan-build report 1 year ago
Xavier Claessens de03bf51d8 rust: Do not use +verbatim on MacOS 1 year ago
Xavier Claessens 3500349df1 rust: Fix link arguments 1 year ago
Aditya Vidyadhar Kamath f4d19db25e
Use target.aix_so_archive to decide to archive shared library in AIX 1 year ago
Xavier Claessens e2a87afa52 rust: Always link dll and exe with the correct vscrt 1 year ago