index
:
rocket-tools/riscv-gnu-toolchain/qemu/meson.git
0.35.1
0.41
0.42
0.42-msi
0.44
0.45
0.46
0.47
0.48
0.49
0.50
0.51
0.52
0.53
0.54
0.55
0.56
0.57
0.58
0.59
0.60
0.61
0.62
0.63
0.63.0-ifort
0.64
0.pypy-test
0.pypy-test-2
0.tryme
1.0
1.0000000000000000000000001
1.1
1.2
1.3
1.4
1.5
1.87654321
1.tryme
58rc1
add-configuration-configure_File
appleld
asmfix
biggen
builddirupgrade
buildtyperemains
capitalization
cfortfix
checknetworkd
cigreen
clangclrust
clangformatcheck
clangsanitize
cleandead
cleanstray
cleantestoutput
color
corporations
cpp23
cppmodules
cppnorth
crossargfix
crossenvvar
cudacustom
cudafix0572
cudamem
cygwindisableagain
cygwindisabletest
darwin_arch
dcb
debcrossfixes
debianfix
debllvm19
debpy310
delghwt
deprecationdeadline
deterministichash
dimpdir
dirc2
dircondences
dircondense
dircondense2
dircondense64
dircondeserc2
disable32rustwin
docbuild
docdelghwt
docimagelinks
docrewrap
dolphin
dotinclude
dverfix
eli/ci-shell
eli/submit/doc-no-pr-publish
emptysubdir
endmessage
env2cross
env2mfile
env2mfilefix
envvarfixup
es/0.61-plus-cython
eschwartz/python-lib-install-dir
exewrapfix
failcheck
fatalhotdoc
fedora
fgetcfix
filecleanup
fix7611
fix7920
fix7975
fixci
fixfix
fixlint
fixmacci
fixoverridenone
fixplainwin
fixvsci
fixwintests
flexfix
flexunity
flob
fortrancase
fortranmodscan
fromlongmsg
gccmodules
gencustom
gentarget
gh-pages
gnuobjc
ignorebuilddir
ignoreencodingerrors
immufix
implicitcustom
includeviolation
installdir
installdoc
intrcmd
ioscross
javacross
joinelse
jslibs
keepbackend
killhfs
killpy3
lang-enum
limitpar
linkmsg
lintfixes
macfixes
macfixes2
macfixes3
machinerefactor
macinstall
macinstaller
macpkgclean
master
mensinda_temp_fix
mingwdisable
modulestricter
msifix
msifixpy39
msipkgfix
mtesttemp
ninja12
ninjabump
ninjalink
ninjarestat
ninjarevert
ninjaver
ninjaverdown
nirbheek-vacation-nolife-typo-fixes
nirbheek/deprecate-get-option-buildtype
nirbheek/fix-giscanner
nirbheek/fix-x86-vs2017-ci
nirbheek/gnome-mkenums-rspfile
nirbheek/more-buildtype-changes
nirbheek/un-disable-rust-clang-cl
nirbheek/un-disable-rust-vs2017
nirbheek/valac-clang-int-conversion
no_build
noecho
nopipe
nosymlinks
objversions
onemore
ongoingxcode
openmpitimeout
opthelper
optionkeyrefactor
optionkeywhittling
optionlookup
optionrefactor
optionrefactor2
optionshuffle
optiontree
optstorerefactor
overrides
pipdoc
pkgfix
ppcfix
pr8895-old
prelink
progrefactor
providedoc
py310msi
pydisttest
pylogfix
pym3fix
pyrefix
pythonbump
quickfix
rc3renumber
rcdircondense
regrfix
relnotes
remove-parse_cmd_line_options
removednumbers
rename61rc1
renamelangopt
renamesubdirs
renaming
renumber
renumbering
reprotest
revert-10041-wayland-pkgconfig
revert-10757-llvm-config
revert5323
revertoverride
reverts
revertthinlto
reviewtool
runsubdir
rustcmix
scanbuildtempdir
sccache
sdldoc
sharedwithrust
simdix
simplestart
stricternames
subdirrefac
swiftxcode
symlinkinrelease
symlinknuke
sysprops
targetbatch
testcleanup
testcommand
testsilencing
thinlto
timeoutfix
tingping/test-gir-program
tingping/test-profile
tingping/xdg-module
trigger-ciimage-builder
typofix
uniquefilenames
unittestarg
useargsintests
verfix
versionfile
versionfromfile
vs22
vs_pch_fix
vsasan
vsenv
vsenvfix
vsmodfix
vsmodtest
vsmodver
wasmthreadcount
weirdnesstest
wip/default-directories
wip/ignatenko/gtester
wip/tingping/xdg-auto-post-install
wip/xclaesse/pr-10714
wip/xclaesse/pr-12097
wix4
wixfix
wrapcase
wrapdocs
wrapmodeoption
xclaesse/pr11561-orig
xcode1234
xcode200
xcodeclean
xcodeeeeee
xcodeevenmore
xcodef
xcodefix
xcodeforever
xcodegalley
xcodegodot
xcodehalfway
xcodelibs
xcodeminor
xcodeobjc
xcodepartn
xcodepoop
xcodeprojecttree
xcoderefactor
xcodeslogging
xcodetunkki
xcodewarnopt
xcodex
xcodez
xcode🥃
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
build.py
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-30
fix incorrectly allowed kwarg for custom_target
Eli Schwartz
1
-3
/
+0
2022-05-25
build: replace hand rolled code with CustomTarget[Index].links_dynamically()
Dylan Baker
1
-2
/
+2
2022-05-25
build: Add a `links_dynamically` method to CustomTarget[Index]
Dylan Baker
1
-0
/
+20
2022-05-25
build: fix annotations for BuildTarget.link*target
Dylan Baker
1
-2
/
+2
2022-05-08
fix regression in reporting errors for invalid gnu_symbol_visibility
Eli Schwartz
1
-1
/
+1
2022-04-30
pkgconfig: Use EnvironmentVariables to build PKG_CONFIG_* env
Xavier Claessens
1
-1
/
+1
2022-04-27
Validate setting of install_tag for CustomTarget
Ferdinand Thiessen
1
-7
/
+3
2022-03-31
allow RunTarget to skip wrapping due to env
Eli Schwartz
1
-1
/
+3
2022-03-29
Target: Stop passing environment in method args
Xavier Claessens
1
-55
/
+55
2022-03-29
Replace backend.get_option_for_target() with target.get_option()
Xavier Claessens
1
-16
/
+21
2022-03-29
Pass environment down to base Target class
Xavier Claessens
1
-6
/
+8
2022-03-24
build.py: Simplify uses_rust()
Xavier Claessens
1
-19
/
+1
2022-03-24
build.py: Simplify validate_sources()
Xavier Claessens
1
-15
/
+3
2022-03-24
Make compilers list per subproject
Xavier Claessens
1
-103
/
+98
2022-03-23
Make sure we support "<lang>_args" kwarg for all languages
Xavier Claessens
1
-25
/
+8
2022-03-22
backends: Stop separating base and compiler options
Xavier Claessens
1
-6
/
+5
2022-03-22
Add ability to add resources to jars
Tristan Partin
1
-2
/
+6
2022-03-18
structured_sources: fix subdir handling
Dylan Baker
1
-9
/
+5
2022-03-13
Merge pull request #9339 from dcbaker/submit/structured_sources
Jussi Pakkanen
1
-19
/
+113
2022-03-07
treewide: string-quote the first argument to T.cast
Eli Schwartz
1
-1
/
+1
2022-03-07
Add support for rust proc-macro crates
Dylan Baker
1
-2
/
+4
2022-03-07
build: plumb structured sources into BuildTargets
Dylan Baker
1
-17
/
+56
2022-03-07
build: Add structured sources
Dylan Baker
1
-0
/
+55
2022-03-07
build: fix typo in type alias
Dylan Baker
1
-1
/
+1
2022-03-07
build: fix type annotation issue
Dylan Baker
1
-1
/
+1
2022-03-07
Merge pull request #10043 from dcbaker/submit/type-checking-for-subproject
Jussi Pakkanen
1
-4
/
+4
2022-03-07
Fix default install tag for shared lib symlinks
Xavier Claessens
1
-6
/
+8
2022-03-03
interpreter: annotate the find_program chain
Dylan Baker
1
-2
/
+2
2022-03-03
build: Add a couple of type annotations for the Interpreter to use
Dylan Baker
1
-2
/
+2
2022-03-03
add D features to InternalDependency
Remi Thebault
1
-4
/
+11
2022-03-01
build: Add a `__bool__` dunder to ConfigurationData
Dylan Baker
1
-0
/
+3
2022-02-28
Allow setting method/separator in environment() and meson.add_devenv()
Xavier Claessens
1
-2
/
+7
2022-02-28
devenv: Add --dump option
Xavier Claessens
1
-0
/
+3
2022-02-28
Change jar() default install dir
Tristan Partin
1
-0
/
+3
2022-02-16
flake8: fix various whitespace errors with badly aligned code
Eli Schwartz
1
-8
/
+8
2022-02-16
fix a couple misuses of textwrap.dedent
Eli Schwartz
1
-3
/
+3
2022-02-14
shared module: Allow linking on Android
Nirbheek Chauhan
1
-3
/
+8
2022-02-14
FeatureNew: add mypy type annotations for subproject arg
Eli Schwartz
1
-2
/
+3
2022-02-02
Genericise TI compiler and add MSP430 support
William Toohey
1
-2
/
+2
2022-01-28
build: replace kwargs in CustomTarget initializer
Dylan Baker
1
-147
/
+67
2022-01-18
build: Fix return types of a couple of methods
Dylan Baker
1
-2
/
+2
2022-01-18
build: Fix annotations to RunTarget and AliasTarget
Dylan Baker
1
-2
/
+2
2022-01-18
build: move configuration_data initial value handling to build.ConfigurationData
Dylan Baker
1
-9
/
+8
2022-01-10
first pass at migrating to dataclasses
Eli Schwartz
1
-121
/
+108
2022-01-10
Merge pull request #9739 from mathstuf/armclang-support
Jussi Pakkanen
1
-2
/
+2
2021-12-22
pkgconfig: Fix linking to a custom target
Xavier Claessens
1
-8
/
+11
2021-12-17
Fix mypy errors
Daniel Mensinger
1
-1
/
+1
2021-12-16
armclang: extend the prefix detection for Keil armclang
Ben Boeckel
1
-2
/
+2
2021-12-06
interpreter: allow extract_objects to receive generated sources
Paolo Bonzini
1
-12
/
+21
2021-12-05
clean up function signatures in preparation for dataclasses
Eli Schwartz
1
-12
/
+12
[next]