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
2016-06-24
Changed run_target to take command as kwarg and add depends. This makes it be...
Jussi Pakkanen
1
-20
/
+53
2016-06-24
Run_target can run binaries obtained with find_program.
Jussi Pakkanen
1
-1
/
+1
2016-06-21
dependency: Fix version check for a not-found dependency
Nirbheek Chauhan
1
-1
/
+1
2016-06-17
Use add_target() for adding targets returned from module functions
Nirbheek Chauhan
1
-9
/
+3
2016-06-15
Use cross-info c_args, c_link_args, etc for all compiler checks
Nirbheek Chauhan
1
-10
/
+10
2016-06-13
compiler: Use cross tools args in sanity check.
Martin Hostettler
1
-2
/
+2
2016-06-09
Added functionality to pick the first supported argument from a list. Closes ...
Jussi Pakkanen
1
-3
/
+18
2016-06-09
Add a has_arg method to compiler to check whether it supports a given argument.
Jussi Pakkanen
1
-0
/
+7
2016-06-05
Merge pull request #573 from centricular/dependency-versions
Jussi Pakkanen
1
-8
/
+28
2016-06-01
Can generate config headers without an input file. Closes #549.
Jussi Pakkanen
1
-11
/
+13
2016-05-30
Added method to get current project name.
Jussi Pakkanen
1
-0
/
+4
2016-05-30
interpreter: Compare the version of a cached dependency() before using it
Nirbheek Chauhan
1
-3
/
+13
2016-05-30
interpretor: Correctly check the version of a fallback dependency
Nirbheek Chauhan
1
-2
/
+10
2016-05-30
interpreter: Set declare_dependency version from the project version if missing
Nirbheek Chauhan
1
-1
/
+1
2016-05-30
Also reuse subproject-based fallback dependencies
Nirbheek Chauhan
1
-1
/
+3
2016-05-30
interpreter: Check if subproject version is defined before comparing
Nirbheek Chauhan
1
-1
/
+1
2016-05-29
Merge pull request #569 from mesonbuild/cargs
Jussi Pakkanen
1
-1
/
+14
2016-05-29
interpreter: Switch to prev_subdir on non-existant subdir (#571)
Nirbheek Chauhan
1
-0
/
+1
2016-05-29
Can query version strings of dependencies.
Jussi Pakkanen
1
-3
/
+15
2016-05-29
Added semantic versioning comparison method to strings.
Jussi Pakkanen
1
-0
/
+7
2016-05-28
Whitespace fix to test new Docker setup.
Jussi Pakkanen
1
-16
/
+16
2016-05-28
Renamed compile&link args and made them accessible from get_option.
Jussi Pakkanen
1
-1
/
+14
2016-05-28
Can set global linker arguments. Closes #536.
Jussi Pakkanen
1
-0
/
+15
2016-05-28
Every target must have a non-empty name.
Jussi Pakkanen
1
-0
/
+2
2016-05-26
Merge gettextarg branch.
Jussi Pakkanen
1
-1
/
+0
2016-05-26
Can pass extra args to xgettext. Closes #554.
Jussi Pakkanen
1
-1
/
+0
2016-05-25
Merge pull request #542 from mesonbuild/ownstdlib
Jussi Pakkanen
1
-0
/
+35
2016-05-25
Merge pull request #548 from centricular/fix_has_exe_wrap
Jussi Pakkanen
1
-1
/
+1
2016-05-25
Merge pull request #479 from mesonbuild/i18n
Jussi Pakkanen
1
-9
/
+2
2016-05-24
Join() convenience method for strings. Closes #552.
Jussi Pakkanen
1
-0
/
+6
2016-05-24
interpretor: Fix typo in has_exe_wrapper
Nirbheek Chauhan
1
-1
/
+1
2016-05-21
Can specify a stdlib subproject that is used implicitly on all targets with s...
Jussi Pakkanen
1
-0
/
+35
2016-05-21
Remove all special casing for gettext and use elementary operations instead.
Jussi Pakkanen
1
-4
/
+1
2016-05-10
Do not append a period to test suite names.
Hemmo Nieminen
1
-1
/
+3
2016-04-15
Separate out cpu_method to environment.py and add amd64 quirk
Nirbheek Chauhan
1
-1
/
+1
2016-04-15
Don't require an exe_wrapper when cross-compiling 32-bit on 64-bit
Nirbheek Chauhan
1
-15
/
+12
2016-04-07
New API: cc.has_header_symbol to check if a header defines a specific symbol
Nirbheek Chauhan
1
-0
/
+19
2016-04-06
Merge pull request #438 from trhd/testing_options
Jussi Pakkanen
1
-6
/
+5
2016-04-04
Bring back the old manual search to cc.find_library.
Jussi Pakkanen
1
-2
/
+2
2016-04-04
coredata: Centralize builtin option descriptions and definitions.
Hemmo Nieminen
1
-3
/
+2
2016-04-01
Move MesonException from coredata to mesonlib.
Hemmo Nieminen
1
-3
/
+3
2016-03-28
Moved gettext into i18n module.
Jussi Pakkanen
1
-9
/
+5
2016-03-20
Merge branch 'base_options'.
Jussi Pakkanen
1
-0
/
+14
2016-03-20
Open Meson and option files explicitly as utf-8. Closes #467.
Jussi Pakkanen
1
-2
/
+2
2016-03-20
Grab base options from the command line.
Jussi Pakkanen
1
-1
/
+7
2016-03-20
Merge pull request #464 from tp-m/bool-to-string-and-to-int
Jussi Pakkanen
1
-0
/
+26
2016-03-19
Add bool to_string() and to_int() methods
Tim-Philipp Müller
1
-0
/
+26
2016-03-19
Add += support for strings and integers
Tim-Philipp Müller
1
-2
/
+10
2016-03-17
Add dir support for find_library and remove deprecated standalone version. Cl...
Jussi Pakkanen
1
-38
/
+9
2016-03-16
Added new base options and some sample opts for gcc.
Jussi Pakkanen
1
-0
/
+8
[next]