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
/
coredata.py
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-18
Add UserFeatureOption type
Xavier Claessens
1
-0
/
+18
2018-06-10
Visual Studio: Implement startup project
Niklas Claesson
1
-3
/
+13
2018-06-09
Refine cross file checking to ignore directories
Jon Turney
1
-2
/
+2
2018-06-06
Convert args.projectoptions into a dict
Xavier Claessens
1
-30
/
+11
2018-06-06
coredata: Stop setting default option values as argparse attribute
Xavier Claessens
1
-34
/
+16
2018-06-06
UserUmaskOption: Add 'preserve' in choices and use octal notation
Xavier Claessens
1
-0
/
+1
2018-06-06
UserUmaskOption: Implement validate_value instead of set_value
Xavier Claessens
1
-5
/
+4
2018-06-06
mconf: Set prefix first because other options depends on it
Xavier Claessens
1
-6
/
+29
2018-06-06
mconf: Report all unknown cmd line options instead of aborting on first
Xavier Claessens
1
-2
/
+8
2018-06-06
Move to coredata some methods handling options
Xavier Claessens
1
-0
/
+31
2018-06-06
Delay backend creation until project() is parsed
Xavier Claessens
1
-3
/
+9
2018-06-06
Move <lang>_args to coredata.compiler_options
Xavier Claessens
1
-7
/
+12
2018-06-06
UserArrayOption: Small cleanup in value parsing
Xavier Claessens
1
-13
/
+12
2018-06-06
UserArrayOption: Add support for splitting on space instead of coma
Xavier Claessens
1
-2
/
+6
2018-05-21
Write coredata transactionally. Closes #3511.
Jussi Pakkanen
1
-1
/
+10
2018-04-27
Fix --warnlevel being renamed to --warning-level in latest release
Xavier Claessens
1
-13
/
+41
2018-04-26
Remove duplicated definition of -D cmdline arg
Xavier Claessens
1
-0
/
+2
2018-04-26
Merge pull request #3225 from filbranden/fixperms3
Jussi Pakkanen
1
-3
/
+22
2018-04-26
Merge pull request #3372 from NickeZ/vs-sol-folders
Jussi Pakkanen
1
-1
/
+7
2018-04-23
Bump version number for new development. [skip ci]
Jussi Pakkanen
1
-1
/
+1
2018-04-23
Updated version number for new release.
0.46.0
Jussi Pakkanen
1
-1
/
+1
2018-04-18
Update default of install-umask to 022
Filipe Brandenburger
1
-1
/
+1
2018-04-18
Add new builtin option --install-umask
Filipe Brandenburger
1
-3
/
+22
2018-04-17
Use visual studio solution directories
Niklas Claesson
1
-1
/
+7
2018-04-17
Move builtin_argument_registration to coredata
Dylan Baker
1
-0
/
+24
2018-04-17
coredata: encapsulate destination name
Dylan Baker
1
-0
/
+6
2018-04-17
coredata: Add helper for setting action
Dylan Baker
1
-0
/
+8
2018-04-15
Convert Gnome module to use find_program from interpreter.
Jussi Pakkanen
1
-1
/
+0
2018-04-12
coredata: UserOption subclasses only need to implement validate_value()
Xavier Claessens
1
-49
/
+24
2018-04-03
Add both_libraries() to build both shared and static libraries
Xavier Claessens
1
-1
/
+1
2018-03-11
Do not use bare except [flake8]
Aleksey Filippov
1
-1
/
+1
2018-03-04
Bumped version number for new development.
Jussi Pakkanen
1
-1
/
+1
2018-03-04
Updated information for new release.
0.45.0
Jussi Pakkanen
1
-1
/
+1
2018-03-01
Harmonize data pickling.
Hemmo Nieminen
1
-2
/
+4
2018-02-21
Enable searching system crossfile locations on more platforms
Jon Turney
1
-7
/
+7
2018-02-08
User options can "yield to" a user option of the same name in superproject. C...
Jussi Pakkanen
1
-12
/
+18
2018-02-07
Expose integer options to build option files.
Jussi Pakkanen
1
-1
/
+7
2018-01-04
Bump minimum supported Python from 3.4 to 3.5.
Jussi Pakkanen
1
-2
/
+2
2017-12-19
Deprecate duplicated values in array options
Iñigo MartÃnez
1
-1
/
+5
2017-12-18
Remove duplicated values in array options
Iñigo MartÃnez
1
-1
/
+1
2017-12-10
Bump version number for new development.
Jussi Pakkanen
1
-1
/
+1
2017-12-10
Updated version number for new release.
0.44.0
Jussi Pakkanen
1
-1
/
+1
2017-12-07
Renamed UserStringArrayOption to UserArrayOption for short.
Jussi Pakkanen
1
-2
/
+1
2017-12-05
Merge pull request #2731 from mesonbuild/disabler
Jussi Pakkanen
1
-0
/
+1
2017-12-04
Created a new disabler type.
Jussi Pakkanen
1
-0
/
+1
2017-12-03
String arguments can permit arbitrary string values
Jussi Pakkanen
1
-2
/
+5
2017-12-02
Merge pull request #2390 from dcbaker/submit/options-list
Jussi Pakkanen
1
-10
/
+23
2017-11-30
cross: Implement support for loading cross files from system paths
Dylan Baker
1
-4
/
+42
2017-11-29
Add new array type option
Dylan Baker
1
-10
/
+23
2017-11-23
Allow prefix to be the root directory
William Hubbs
1
-0
/
+4
[next]