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
/
interpreter.py
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-20
Merge pull request #5250 from jon-turney/test-compiler-report
Jussi Pakkanen
1
-7
/
+2
2019-04-18
interpreter: Check the meson version before parsing options
Nirbheek Chauhan
1
-5
/
+8
2019-04-13
interpreter: Warn when environment() ops are overriden
Nirbheek Chauhan
1
-1
/
+7
2019-04-12
Push formatting of compiler version string down into Compiler class
Jon Turney
1
-7
/
+2
2019-04-12
interpreter: use container explosion where it makes sense
Dylan Baker
1
-20
/
+10
2019-04-12
interpreter: use zip function
Dylan Baker
1
-3
/
+1
2019-04-02
Added deduplication for configurration time file dependencies (fixes #5190)
TheQwertiest
1
-1
/
+2
2019-04-01
Add 'is_default' to permitted_kwargs for add_test_setup()
Rico Tzschichholz
1
-1
/
+1
2019-03-28
Fix run_command() with command on a different drive
Jakub Adam
1
-2
/
+6
2019-03-27
Maintain backwards compatibility for one release. Closes #5051.
Jussi Pakkanen
1
-1
/
+6
2019-03-26
Reduce absolute paths to a deprecation. Closes #5050.
Jussi Pakkanen
1
-1
/
+1
2019-03-24
Inline check_compilers
John Ericson
1
-1
/
+5
2019-03-22
Disallow add_languages('vala') without 'c'
Jon Turney
1
-4
/
+6
2019-03-20
Merge pull request #5031 from bonzini/kconfig
Jussi Pakkanen
1
-0
/
+3
2019-03-20
replace library type strings with an enum
Dylan Baker
1
-2
/
+2
2019-03-15
interpreter: allow passing dictionaries to holderify
Paolo Bonzini
1
-0
/
+3
2019-03-11
Add static as keyword to find_library
Niklas Claesson
1
-2
/
+10
2019-03-04
Install header\'s subdir must not be absolute.
Jussi Pakkanen
1
-0
/
+2
2019-03-02
mtest: implement TAP parsing
Paolo Bonzini
1
-2
/
+2
2019-03-02
interpreter: add "protocol" kwarg to test
Paolo Bonzini
1
-3
/
+8
2019-02-27
Move some configuration classes out of environment.py
John Ericson
1
-1
/
+1
2019-02-26
Fall back to current interpreter when python3 not found.
Jussi Pakkanen
1
-0
/
+3
2019-02-14
Fix cross static linker lookup
John Ericson
1
-1
/
+1
2019-02-11
allow setting directory locations in a native file
Dylan Baker
1
-3
/
+1
2019-02-02
Never access environment.properties downstream
John Ericson
1
-3
/
+10
2019-02-01
CMake: Added support for CMAKE_MODULE_PATH and extra CMake args (closes #4779)
Daniel Mensinger
1
-1
/
+3
2019-01-31
configure_file: Allow setting install_dir: false with deprecation
Nirbheek Chauhan
1
-2
/
+7
2019-01-29
pep8 py37
Michael Hirsch, Ph.D
1
-1
/
+1
2019-01-27
fix non-default option printing
Nicolas Schneider
1
-3
/
+4
2019-01-27
run_command: add env kwarg
Jan Tojnar
1
-11
/
+15
2019-01-22
Interpreter: Add a location to all mlog.warning() calls
Xavier Claessens
1
-8
/
+13
2019-01-22
Interpreter: Add current_node to 'state' passed to module methods
Xavier Claessens
1
-1
/
+2
2019-01-16
mintro: Introspection interpreter refactoring (#4733)
Daniel Mensinger
1
-49
/
+2
2019-01-16
Fix flake8 errors
Xavier Claessens
1
-2
/
+1
2019-01-16
do_subproject: Improve log messages and formatting
Xavier Claessens
1
-23
/
+25
2019-01-16
extract_required_kwarg: Fix typo
Xavier Claessens
1
-1
/
+1
2019-01-16
dependency: Cleanup code by avoiding nested if blocks
Xavier Claessens
1
-35
/
+29
2019-01-16
dependency: Not all DependencyException means not-found dep
Xavier Claessens
1
-4
/
+3
2019-01-16
dependency: Add has_fallback variable
Xavier Claessens
1
-5
/
+6
2019-01-16
dependency_fallback: Set 'required' in subproject's kwargs
Xavier Claessens
1
-16
/
+11
2019-01-16
dependency_fallback: Pass display_name in arguments
Xavier Claessens
1
-3
/
+2
2019-01-16
do_subproject: InvalidCode is always an error
Xavier Claessens
1
-19
/
+5
2019-01-16
dependency_fallback: Simplify useless try block
Xavier Claessens
1
-5
/
+1
2019-01-16
dependencies: Avoid duplicated code
Xavier Claessens
1
-57
/
+30
2019-01-16
dependencies: Remove version from cache key
Xavier Claessens
1
-21
/
+17
2019-01-14
Build class should not duplicate compiler state
John Ericson
1
-2
/
+2
2019-01-13
interpreter: obey to the install argument in configure_file
Marco Trevisan (Treviño)
1
-2
/
+12
2019-01-11
Fix a typo in an error message
Jon Turney
1
-1
/
+1
2019-01-10
Remove spurious case in interpreter
John Ericson
1
-2
/
+0
2019-01-06
use same code for printing options in mconf and msetup
Nicolas Schneider
1
-1
/
+1
[next]