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
/
backend
/
backends.py
Age
Commit message (
Expand
)
Author
Files
Lines
2016-08-27
Use context manager for file I/O.
Elliott Sales de Andrade
1
-25
/
+34
2016-08-27
Merge pull request #696 from mesonbuild/depfile
Jussi Pakkanen
1
-1
/
+5
2016-08-27
Flatten isinstance calls. (#715)
Elliott Sales de Andrade
1
-2
/
+1
2016-08-26
Allow capturing command output of a custom target.
Elliott Sales de Andrade
1
-3
/
+5
2016-08-26
Accept string exe with Backend.serialise_executable.
Elliott Sales de Andrade
1
-4
/
+10
2016-08-20
Add support for dependency files in custom targets.
Jussi Pakkanen
1
-1
/
+5
2016-08-19
Implement D support
Matthias Klumpp
1
-1
/
+8
2016-07-29
ninja: Add escaping for backslash in -D arguments
Nirbheek Chauhan
1
-1
/
+28
2016-07-13
Merge pull request #417 from nirbheek/dll-paths
Jussi Pakkanen
1
-4
/
+16
2016-07-01
Gcc versions older than 4.9 do not support color output.
Jussi Pakkanen
1
-3
/
+4
2016-07-01
CustomTarget: Use mesonlib.File objects as-is in the command to be run
Nirbheek Chauhan
1
-0
/
+4
2016-07-01
backend: Raise a RuntimeError if an unknown object is added to the command list
Nirbheek Chauhan
1
-1
/
+5
2016-07-01
Overhaul versioning and naming of libraries
Nirbheek Chauhan
1
-3
/
+7
2016-06-24
Changed run_target to take command as kwarg and add depends. This makes it be...
Jussi Pakkanen
1
-0
/
+4
2016-06-16
Octopus merged cross fixes and genetor custom because why not.
Jussi Pakkanen
1
-5
/
+7
2016-06-16
determine_linker(): choose static cross linker for cross compiling
Noam Meltzer
1
-1
/
+4
2016-06-13
Can use generator outputs in custom targets. Closes #587.
Jussi Pakkanen
1
-5
/
+7
2016-05-26
vs: fix generators that use indexed output replacements (like @OUTPUT0@)
Nicolas Schneider
1
-0
/
+13
2016-05-25
Merge pull request #542 from mesonbuild/ownstdlib
Jussi Pakkanen
1
-0
/
+1
2016-05-21
Can specify a stdlib subproject that is used implicitly on all targets with s...
Jussi Pakkanen
1
-0
/
+1
2016-05-01
Merge pull request #516 from centricular/cross-compile_32bit-x86_on_64bit-x86...
Jussi Pakkanen
1
-3
/
+6
2016-05-01
Merge branch 'centricular-customtarget-path-windows'
Jussi Pakkanen
1
-0
/
+42
2016-04-19
vs2010: add generated libs as link dependencies
Nicolas Schneider
1
-0
/
+10
2016-04-15
backends: Don't duplicate test setup data file name
Nirbheek Chauhan
1
-0
/
+1
2016-04-15
ninja: Set PATH for CustomTargets with built EXEs on Windows
Nirbheek Chauhan
1
-0
/
+41
2016-04-15
Don't require an exe_wrapper when cross-compiling 32-bit on 64-bit
Nirbheek Chauhan
1
-3
/
+6
2016-04-06
Merge pull request #438 from trhd/testing_options
Jussi Pakkanen
1
-1
/
+1
2016-04-04
Removed lingering coverage flags.
Jussi Pakkanen
1
-2
/
+0
2016-04-01
Move MesonException from coredata to mesonlib.
Hemmo Nieminen
1
-1
/
+1
2016-03-30
Invoke depfixer in-process to make it faster. Closes #480.
Jussi Pakkanen
1
-2
/
+1
2016-03-29
Merge branch 'vs-extraargs'
Jussi Pakkanen
1
-0
/
+9
2016-03-29
vs2010: support EXTRA_ARGS for generators
Nicolas Schneider
1
-0
/
+9
2016-03-25
vs2010: fix object extraction with same source file name
Nicolas Schneider
1
-15
/
+8
2016-03-20
Merge branch 'base_options'.
Jussi Pakkanen
1
-3
/
+6
2016-03-20
Merge branch 'Custom target absolute paths'.
Jussi Pakkanen
1
-1
/
+5
2016-03-20
Converted coverage into a base option.
Jussi Pakkanen
1
-1
/
+1
2016-03-17
Works when mixing Java and C.
Jussi Pakkanen
1
-2
/
+5
2016-03-17
vs2010: fix object extraction
Nicolas Schneider
1
-4
/
+9
2016-03-15
fix eval_custom_target_command() to use absolute paths for output files
Nicolas Schneider
1
-1
/
+5
2016-03-03
pass meson source and build dirs as env variables for postconf scripts
Nicolas Schneider
1
-2
/
+8
2016-03-01
add args support for add_postconf_script
Nicolas Schneider
1
-1
/
+1
2016-03-01
Can add postconfigure script.
Nicolas Schneider
1
-0
/
+6
2016-02-29
Handle built targets in custom rules. Closes #411.
Jussi Pakkanen
1
-0
/
+4
2016-02-24
Create directories of unity temporary files
Minijackson
1
-0
/
+3
2016-02-22
Pass warning arguments to compiler even if buildtype is plain
Martin Ejdestig
1
-2
/
+1
2016-02-21
Merge pull request #398 from nirbheek/target-link-implib
Jussi Pakkanen
1
-5
/
+9
2016-02-20
Explicitly use the import library while generating link args for a target
Nirbheek Chauhan
1
-5
/
+9
2016-02-17
Reverted implib patch as it broke mingw completely.
Jussi Pakkanen
1
-9
/
+5
2016-02-17
Filter out UNIX flags from external deps when using the MSVC compiler
Nirbheek Chauhan
1
-1
/
+3
2016-02-17
Explicitly use the import library while generating link args for a target
Nirbheek Chauhan
1
-5
/
+9
[prev]
[next]