index
:
meson.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
backend
Age
Commit message (
Expand
)
Author
2024-07-30
backend/ninja: stop adding random attributes to BuildTargets
Dylan Baker
2024-07-30
backends: start disentangling some hairy global annotations
Eli Schwartz
2024-07-30
mypy: reduce layers of indirection to ensure narrower type inference
Eli Schwartz
2024-07-30
various low-hanging typing fruit
Eli Schwartz
2024-07-25
backends/ninja: Add annotation for generate_coverage_commands
Dylan Baker
2024-07-25
backends/base: fix annotation for as_meson_exe_cmdline
Dylan Baker
2024-07-25
backends/ninja: fix annotation of NinjaBuildElement.add_item
Dylan Baker
2024-07-25
backends/ninja: Add annotation for NinjaBuildElement.rule
Dylan Baker
2024-07-25
backend/ninja: use 32k byte limit for command lines on !Windows
Dylan Baker
2024-07-25
backend/ninja: fix off-by-one in cmd length estimate
Dylan Baker
2024-07-17
Remove language (AKA compiler) type from OptionKey.
Jussi Pakkanen
2024-07-16
Revert various cross compile changes
Christoph Reiter
2024-07-12
backend/backends: Fix type assertions in backend
Andreas Kässens
2024-07-11
Move OptionKey in the option source file.
Jussi Pakkanen
2024-07-11
Move project option detection into OptionStore.
Jussi Pakkanen
2024-07-10
Merge pull request #13360 from klokik/xcode-quotes-fix
Jussi Pakkanen
2024-07-10
backend: xcode fix map access in generate_pbx_sources_build_phase for CustomT...
Cepsylon
2024-06-28
Remove redundant quoting boilerplate on .add_item
Mykola Dolhyi
2024-06-27
Change empty string check approach
Mykola
2024-06-27
Refactor duplicated quoting code for XCode backend
Mykola Dolhyi
2024-06-23
limit wrapped-due-to-env special case for `env` to only apply for env.set
Eli Schwartz
2024-06-24
Update mesonbuild/backend/vs2010backend.py
Renan Lavarec
2024-06-24
Vs2010Backend: Fix REGEN.vcxproj not getting default debug config in release
Renan Lavarec
2024-06-23
Ensure private directory exists for custom targets (#13196)
Scott Kyle
2024-06-23
create_test_serialisation: Dedup deps before joining ld_lib paths
Campbell Jones
2024-06-14
Merge pull request #13307 from mesonbuild/optstorerefactor
Jussi Pakkanen
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-14
Rename option variable to optstore to make it unique.
Jussi Pakkanen
2024-06-10
java: use single javac invocation per jar
Mis012
2024-06-03
xcode: Skip generating PBXBuildStyle on Xcode 9 and above
Albert Tang
2024-06-03
xcode: Generate files for highest detected version
Albert Tang
2024-06-03
xcode: Detect installed version of Xcode
Albert Tang
2024-05-29
cuda: disable thin archives when cuda is added through `add_languages('cuda')...
David Seifert
2024-05-07
cuda: disable thin archives when 'cuda' is enabled globally
David Seifert
2024-05-07
cuda: pass static archives to nvcc without -Xlinker= prefix
David Seifert
2024-05-01
use a for loop, check more linker options
matyalatte
2024-05-01
vs2010backend: fix an error when using /MANIFEST:NO
matyalatte
2024-04-27
backend/ninja: use generate_basic_compiler_args() for C#, Java, Swift
Benjamin Gilbert
2024-04-24
backend/ninja: use re.match instead of re.search
Dylan Baker
2024-04-24
backend: fix type annotation of Backend.generate
Dylan Baker
2024-04-24
backend/ninja: Fix bug in NinjaRule.length_estimate
Dylan Baker
2024-04-24
backend/ninja: add typing annotations to NinjaRule
Dylan Baker
2024-04-18
backend/ninja: Fix cases where None is passed when unexpected
Dylan Baker
2024-04-09
backends: Add Nasm support to Xcode through a custom build rule
L. E. Segovia
2024-04-09
backends: Add Nasm support to Xcode through a custom build rule
L. E. Segovia
2024-04-05
depends keyword argument: accept CustomTargetIndex
Gerion Entrup
2024-03-29
Merge pull request #13021 from dcbaker/submit/depscanner-fixes-and-speedups
Jussi Pakkanen
2024-03-29
backend/ninja: Don't run -t cleandead when using dyndeps
Dylan Baker
2024-03-29
backend/ninja: don't rewrite the pickle data if it hasn't changed
Dylan Baker
2024-03-29
scripts/depscan: pick language once, at configure time
Dylan Baker
[next]