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
Age
Commit message (
Expand
)
Author
2022-08-18
modules/pkgconfig: Fix code to handle CustomTarget and CustomTargetIndex
Dylan Baker
2022-08-18
modules/pkgconfig: remove type checking abstraction
Dylan Baker
2022-08-18
modules/pkgconfig: get rid of modifications to the BuildTarget objects
Dylan Baker
2022-08-18
modules/pkgconfig: ensure "name" is not None
Dylan Baker
2022-08-18
modules/pkgconfig: Get most type annotations added
Dylan Baker
2022-08-18
modules/pkgconfig: Use typed_kwargs
Dylan Baker
2022-08-18
modules/pkgconfig: use typed_pos_args
Dylan Baker
2022-08-18
modules/pkgconfig: fix typo in blocked variable
Dylan Baker
2022-08-18
modules/pkgconfig: Fix some low hanging typing issues
Dylan Baker
2022-08-18
build: Add a Union alias for all build targets
Dylan Baker
2022-08-18
interpreterbase: fix type annotations for KwargInfo::since_values
Dylan Baker
2022-08-18
modules/fs: Replace configure_file(copy:) with fs.copyfile
Dylan Baker
2022-08-18
minstall: do not trample install_mode by rpath fixer
Eli Schwartz
2022-08-17
build: actually check for targets with no sources
Dylan Baker
2022-08-17
interpreter: deprecate the ability import unstable modules as `unstable_*`
Dylan Baker
2022-08-17
interpreter: move handling of module stability to interpreter
Dylan Baker
2022-08-17
modules: Add stabilization information to ModuleInfo
Dylan Baker
2022-08-17
modules: use module level information about new and deprecation
Dylan Baker
2022-08-16
fixup! deprecate running "meson builddir" without setup subcommand
Eli Schwartz
2022-08-16
deprecate running "meson builddir" without setup subcommand
Eli Schwartz
2022-08-15
make add_project_dependencies respect build version of include dirs
Eli Schwartz
2022-08-12
mesonbuild/mtest.py: filter more invalid googletest JUnit4 attributes
Dimitri John Ledkov
2022-08-12
mcompile: provide user visibility into what actually happens
Eli Schwartz
2022-08-11
CI: fix error when mixing clang 14 with released valgrind versions
Eli Schwartz
2022-08-11
add compilers from extracted objects directly to build targets
Eli Schwartz
2022-08-10
cmake: Add rule relaxations for CMake subprojects
Daniel Mensinger
2022-08-09
dependencies: reject Qt6 pkg-config dependency if libexecdir is not known
Eli Schwartz
2022-08-09
qt: fix qt 6 tools detection for pkg-config
Konstantin
2022-08-07
linkers: detection should invoke the linker with lang_link_args only
Eli Schwartz
2022-08-07
mtest: unify parsed and non-parsed output handling
Hemmo Nieminen
2022-08-04
typing: simplify type annotations for libraries
Eli Schwartz
2022-08-04
cmake: Change assertion into a more useful error (fixes #9925)
Daniel Mensinger
2022-08-02
Handle garbage in environment more gracefully when setting vsenv
Denis Fortin
2022-08-01
Inline try_wait_one using asyncio.wait_for
Elliott Sales de Andrade
2022-08-01
fix Popen_safe write
Zhangyuan Nie
2022-07-31
linkers: make sure the linker is actually Apple when matching failure
Eli Schwartz
2022-07-31
linkers: include linker detection output in the debug logs
Eli Schwartz
2022-07-31
linkers: better reporting of command failures
Eli Schwartz
2022-07-31
envconfig: add more binutils variables
Artturin
2022-07-31
Only reconfigure if configure options actually changed
Daan De Meyer
2022-07-31
handle OSError exception in run function
Omer Pereg
2022-07-25
qt module: correctly compare program name for lrelease version
Eli Schwartz
2022-07-25
backends/ninja: run `ranlib -c $out` when using the apple ar
Dylan Baker
2022-07-25
linkers: Add a representation for the Apple AR Linker
Dylan Baker
2022-07-25
ninja depscanner: handle C++ sources named capital C
Eli Schwartz
2022-07-21
ar linker: detect the "osx ld" case (where generating thin archives won't wor...
Justin Blanchard
2022-07-21
compilers: add logging to obscure compiler defines scraper
Eli Schwartz
2022-07-21
compilers: include compiler detection output in the debug logs
Eli Schwartz
2022-07-21
compilers: better reporting of command failures
Eli Schwartz
2022-07-18
Applied tristan957's suggestions
Volker Weißmann
[next]