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
/
mparser.py
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-04
Interpreter: Add 'continue' and 'break' keywords
Xavier Claessens
1
-2
/
+12
2018-10-04
Interpreter: Add "in" and "not in" operators
Xavier Claessens
1
-3
/
+8
2018-07-27
Warn for future keyword (#3908)
Xavier Claessens
1
-0
/
+5
2018-05-23
Add support for octal and binary int literals.
Filipe Brandenburger
1
-6
/
+2
2018-05-21
dict: fix CI issues
Mathieu Duponchelle
1
-1
/
+1
2018-05-20
dict: address review comments
Mathieu Duponchelle
1
-8
/
+9
2018-05-20
Add new built-in type, dict
Mathieu Duponchelle
1
-4
/
+53
2018-04-21
Remove escaping for triple-quoted strings
Niklas Claesson
1
-16
/
+0
2018-04-17
Exit meson with an error if an invalid escape sequence is found in a
Niklas Claesson
1
-3
/
+17
2018-04-17
Complete python escape sequences aware strings
Tim 'mithro' Ansell
1
-4
/
+30
2018-02-21
Newlines in single line strings should only be a warning for now.
Jussi Pakkanen
1
-1
/
+2
2018-02-20
Fail if singleline string has multiple lines
Caio Marcelo de Oliveira Filho
1
-0
/
+3
2018-02-05
Add support for hex int literals.
Jussi Pakkanen
1
-0
/
+4
2018-01-30
Report warning/error locations in a format IDEs may already know how to parse
Jon Turney
1
-1
/
+1
2018-01-01
Consolidate warning location formatting in mlog.warning()
Jon Turney
1
-2
/
+3
2017-12-30
Add filename and lineno to duplicate kwargs warning
Jon Turney
1
-2
/
+2
2017-11-27
Fix escaping of newlines in string literals
Joergen Ibsen
1
-4
/
+4
2017-06-25
Do not permit invalid and/or nodes to be declared. Closes #1886.
Jussi Pakkanen
1
-0
/
+7
2017-04-21
Added missing argument to a few function calls. Closes #1647.
Jussi Pakkanen
1
-8
/
+11
2017-04-19
Print a warning on duplicated keywords.
Jussi Pakkanen
1
-0
/
+3
2017-04-07
Don't crash if a meson.build file is empty (#1570)
Aaron Plattner
1
-0
/
+1
2017-03-25
EmptyNode needs a line/column number too. There are times its line
Aaron Small
1
-25
/
+65
2017-03-23
fix logic operations
Nicolas Schneider
1
-4
/
+5
2017-01-23
Better error message when using = rather than : for defining keywords.
Jussi Pakkanen
1
-1
/
+1
2017-01-18
cleanup: Replace assignment with augmented assignment
Mike Sinkovsky
1
-1
/
+1
2017-01-18
cleanup: Remove redundant parentheses
Mike Sinkovsky
1
-7
/
+7
2017-01-18
cleanup: Redundant character escape
Mike Sinkovsky
1
-3
/
+3
2017-01-11
style: [E1**] Indentation
Mike Sinkovsky
1
-2
/
+4
2017-01-01
style: fix E703 violations
Igor Gnatenko
1
-2
/
+2
2017-01-01
style: fix E231 violations
Igor Gnatenko
1
-1
/
+1
2017-01-01
style: fix E226 violations
Igor Gnatenko
1
-1
/
+1
2017-01-01
style: fix E225 violations
Igor Gnatenko
1
-1
/
+1
2016-12-04
Store subdir information for each node so we can remove files set in other su...
Jussi Pakkanen
1
-38
/
+52
2016-11-20
Track comma spans in arguments.
Jussi Pakkanen
1
-0
/
+5
2016-11-20
I can haz source files added to targets.
Jussi Pakkanen
1
-17
/
+21
2016-09-02
Add support to integer modulo operator
Emmanuele Bassi
1
-1
/
+8
2016-08-01
Forbid nested ternary operations.
Jussi Pakkanen
1
-0
/
+6
2016-08-01
Created ternary operator. Closes #538.
Jussi Pakkanen
1
-0
/
+14
2016-04-01
Move MesonException from coredata to mesonlib.
Hemmo Nieminen
1
-1
/
+1
2016-01-25
More comparison operators. Closes #363.
Jussi Pakkanen
1
-5
/
+16
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen
1
-0
/
+565