index
:
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.87654321
1.tryme
58rc1
add-configuration-configure_File
appleld
asmfix
biggen
builddirupgrade
buildtyperemains
capitalization
cfortfix
checknetworkd
cigreen
clangclrust
clangformatcheck
clangsanitize
cleandead
cleanstray
corporations
cpp23
cppmodules
cppnorth
crossargfix
crossenvvar
cudacustom
cudafix0572
cudamem
cygwindisableagain
cygwindisabletest
darwin_arch
dcb
debcrossfixes
debianfix
debpy310
delghwt
deterministichash
dimpdir
dirc2
dircondense
dircondense2
dircondense64
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
fixlint
fixmacci
fixplainwin
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
macfixes
macfixes2
macfixes3
macinstall
macinstaller
macpkgclean
master
mensinda_temp_fix
mingwdisable
modulestricter
msifix
msifixpy39
msipkgfix
mtesttemp
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
objversions
onemore
ongoingxcode
openmpitimeout
optionlookup
optiontree
overrides
pipdoc
pkgfix
ppcfix
pr8895-old
prelink
progrefactor
providedoc
py310msi
pydisttest
pylogfix
pym3fix
pyrefix
pythonbump
rcdircondense
regrfix
remove-parse_cmd_line_options
removednumbers
rename61rc1
renamesubdirs
renumber
renumbering
revert-10041-wayland-pkgconfig
revert-10757-llvm-config
revert5323
revertoverride
reverts
revertthinlto
reviewtool
runsubdir
scanbuildtempdir
sccache
sdldoc
sharedwithrust
simdix
simplestart
stricternames
subdirrefac
swiftxcode
symlinkinrelease
sysprops
targetbatch
testcommand
testsilencing
thinlto
timeoutfix
tingping/test-gir-program
tingping/test-profile
tingping/xdg-module
trigger-ciimage-builder
typofix
unittestarg
useargsintests
verfix
versionfile
versionfromfile
vs22
vs_pch_fix
vsasan
vsenv
vsenvfix
vsmodfix
vsmodtest
vsmodver
wasmthreadcount
wip/default-directories
wip/ignatenko/gtester
wip/tingping/xdg-auto-post-install
wip/xclaesse/pr-10714
wip/xclaesse/pr-12097
wix4
wrapcase
wrapdocs
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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-28
modules/python: use typed_pos_args for extension_module
Dylan Baker
1
-5
/
+7
2023-07-28
modules/python: typed_kwargs for subdir
Dylan Baker
1
-8
/
+9
2023-07-28
modules/python: use the SHARED_MOD_KWS for extension method
Dylan Baker
1
-3
/
+10
2023-07-26
Fix install_data() default install path
Daniele Nicolodi
3
-14
/
+18
2023-07-26
interpreter: Remove redundant comment
Daniele Nicolodi
1
-1
/
+0
2023-07-25
templates: use common classes for remaining languages
Dylan Baker
11
-369
/
+182
2023-07-25
templates: use a common template for C# and Java
Dylan Baker
4
-99
/
+110
2023-07-25
templates: fix typo in function name `sameple` -> `sample`
Dylan Baker
2
-3
/
+3
2023-07-25
templates: move initializer to base class
Dylan Baker
12
-55
/
+32
2023-07-25
templates/samplefactory: move type checking only import to special block
Dylan Baker
1
-1
/
+1
2023-07-25
minit: use a Protocol for arguments
Dylan Baker
3
-11
/
+34
2023-07-25
minit: put imports together
Dylan Baker
1
-4
/
+1
2023-07-25
minit: fix docstring
Dylan Baker
1
-1
/
+2
2023-07-25
make 'gui_app' an interpreter only concept
Dylan Baker
7
-44
/
+23
2023-07-25
interpreter: use typed_kwargs for Executable(win_subsystem)
Dylan Baker
4
-10
/
+17
2023-07-25
interpreter: use typed_kwargs for gui_app
Dylan Baker
4
-7
/
+7
2023-07-25
modules/pkgconfig: Don't insert None into devenv list
Dylan Baker
1
-1
/
+2
2023-07-24
ninjabackend: add or correct various bits of typing
Eli Schwartz
1
-24
/
+24
2023-07-24
ninjabackend: track all outputs using a set
Eli Schwartz
1
-3
/
+3
2023-07-24
ninjabackend: remove useless and unused API bits in phony targets
Eli Schwartz
1
-21
/
+21
2023-07-24
force interpreter functions to actually receive tuple from typed posargs
Eli Schwartz
1
-1
/
+1
2023-07-24
interpreter: fix typing for adding tests
Eli Schwartz
1
-1
/
+3
2023-07-24
fix a few miscellaneous implicit-optional typing issues
Eli Schwartz
2
-5
/
+5
2023-07-24
interpreter: stop setting member out of initializer that isn't even used
Dylan Baker
1
-1
/
+0
2023-07-24
build: remove useless method call
Dylan Baker
1
-1
/
+0
2023-07-24
build: remove BuildTarget.need_install
Dylan Baker
1
-8
/
+6
2023-07-23
hdf5: remove C sub-dependency for config tool
George Sedov
1
-7
/
+0
2023-07-23
hdf5: fix wrong env values for config tool
George Sedov
1
-2
/
+5
2023-07-23
backend: fix checking dep instance for xcode
Albert Tang
1
-5
/
+5
2023-07-21
Prevent summary displaying timestamp twice
Charles Brunet
2
-14
/
+15
2023-07-21
Display more timestamps when profiling ninja
Charles Brunet
3
-0
/
+14
2023-07-20
interpreter: deprecate 'jar' value of build_target(target_type)
Dylan Baker
1
-1
/
+5
2023-07-20
interpreter: use kwarginfo for build_target(target_type)
Dylan Baker
3
-11
/
+17
2023-07-20
interpreter: use typed_kwargs for jar(java_resources)
Dylan Baker
2
-1
/
+3
2023-07-20
build|interpreter: move main_class to typed_kwargs
Dylan Baker
3
-6
/
+6
2023-07-20
interpreter: use type_checking defined target argument lists
Dylan Baker
2
-9
/
+90
2023-07-20
intepreter: add kwargs annotations for build_target classes
Dylan Baker
2
-9
/
+55
2023-07-19
move various bits of type-checking only code to TYPE_CHECKING blocks
Eli Schwartz
9
-12
/
+16
2023-07-19
avoid module indirection in name resolution for imported objects
Eli Schwartz
1
-56
/
+56
2023-07-19
fix implicit_reexport issues and enforce them going forward
Eli Schwartz
31
-100
/
+97
2023-07-19
mypy: add more mixin base classes
Eli Schwartz
1
-3
/
+3
2023-07-19
linkers: fix mypy errors that were ignored due to lack of inheritance
Eli Schwartz
1
-4
/
+11
2023-07-19
linkers: reorganize code so that linker base classes always come first
Eli Schwartz
1
-199
/
+200
2023-07-19
add better comments for mypy suppressions
Eli Schwartz
2
-2
/
+3
2023-07-19
cmake: fix empty BOOL generator expression evaluating to true
kiwixz
1
-1
/
+1
2023-07-19
cmake: find dependencies with bare library names on all platforms
kiwixz
1
-2
/
+2
2023-07-18
mtest: avoid meddling with stdout by default
Eli Schwartz
1
-1
/
+1
2023-07-17
Merge pull request #11976 from tristan957/cleanups
Jussi Pakkanen
23
-463
/
+494
2023-07-17
Bump version number for new development.
Jussi Pakkanen
1
-1
/
+1
2023-07-17
Bump version number for release.
1.2.0
Jussi Pakkanen
1
-1
/
+1
[next]