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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-15
meson: skip captured write if content didn't change
Marc-André Lureau
1
-2
/
+9
2019-07-15
compilers/mixins/pgi: Finish type annoations
Dylan Baker
1
-21
/
+27
2019-07-15
compilers: split pgi compiler out of compilers module
Dylan Baker
5
-72
/
+92
2019-07-15
compilers/mixins/elbrus: add type annotations and fix types
Dylan Baker
4
-18
/
+23
2019-07-15
compilers: put elbrus in mixins
Dylan Baker
5
-43
/
+62
2019-07-15
compilers/mixins/clang: Add type annotations
Dylan Baker
1
-12
/
+21
2019-07-15
compilers: Put clang mixin in a module
Dylan Baker
9
-68
/
+92
2019-07-15
compilers/mixins/arm: Add type annotations to armclang
Dylan Baker
1
-41
/
+47
2019-07-15
compilers: move ArmClang into mixins/arm.py
Dylan Baker
4
-122
/
+119
2019-07-15
compilers/mixins/intel: add type annotations
Dylan Baker
1
-17
/
+24
2019-07-15
compilers: Put Intel compiler classes into the mixins folder
Dylan Baker
6
-109
/
+139
2019-07-15
compilers/mixins/gnu: Add type annotations
Dylan Baker
1
-100
/
+119
2019-07-15
compilers: split gnu and gnulike compilers out of compilers
Dylan Baker
10
-373
/
+405
2019-07-15
compilers/mixins/visualstudio: Add type annotations
Dylan Baker
1
-106
/
+119
2019-07-15
compilers: Move the VisualStudioLikeCompiler class into mixins
Dylan Baker
6
-391
/
+418
2019-07-15
compilers/mixins/arm: Add type annotations
Dylan Baker
1
-42
/
+51
2019-07-15
compilers: Move ArmCompiler to a mixin module
Dylan Baker
4
-111
/
+130
2019-07-15
compilers/mixins/ccrx: add type annotations
Dylan Baker
1
-48
/
+59
2019-07-15
compilers: move ccrx compiler abstraction into mixins
Dylan Baker
5
-134
/
+152
2019-07-15
compilers: Move clike into a mixins directory
Dylan Baker
7
-9
/
+9
2019-07-14
Do not fail on passing `-Werror=unused-parameter` from environment
David Seifert
5
-14
/
+14
2019-07-13
cmake: Handle disabling subprojects
Thibault Saunier
1
-1
/
+4
2019-07-12
Change meson test's build failure exit code to 125
Christoph Weiss
1
-1
/
+4
2019-07-11
Merge pull request #5560 from scivision/cstd18_bug
Michael Hirsch, Ph.D
2
-11
/
+13
2019-07-11
pythonic file checks
Michael Hirsch, Ph.D
1
-4
/
+7
2019-07-11
Ignore -D* and -fstack-protector* args for D compilers
myfreeweb
1
-0
/
+4
2019-07-11
cmake: Fix dependencies with try_compile (closes #5605)
Daniel Mensinger
1
-11
/
+52
2019-07-11
Fix MSVC /link argument ordering (#5598)
Norbert Nemec
1
-19
/
+32
2019-07-11
Merge pull request #5606 from xclaesse/alias_target
Jussi Pakkanen
5
-18
/
+52
2019-07-11
Adapting Boost Python library detection to Boost >= 1.67. Closes #4288.
gjaeger1
1
-12
/
+17
2019-07-10
vs backend: commandrunner.py takes source dir first
Xavier Claessens
1
-1
/
+1
2019-07-10
Add alias_target() function
Xavier Claessens
5
-17
/
+51
2019-07-10
try IMPORTED_IMPLIB before IMPORTED_LOCATION for cmake dependencies
Norbert Nemec
1
-1
/
+5
2019-07-10
Merge pull request #5574 from mensinda/cmakeCCmd
Jussi Pakkanen
5
-45
/
+493
2019-07-10
Warn if the user manually adds arguments we have builtin support for.
Jussi Pakkanen
1
-0
/
+19
2019-07-10
Reference error code as hex value and improve comment
Norbert Nemec
1
-2
/
+2
2019-07-10
diagnostics for missing DLLs on Windows in meson_exe.py
Norbert Nemec
1
-0
/
+5
2019-07-10
Make faster w defender atp
Charlie Barto
1
-2
/
+2
2019-07-08
type hints @dcbaker
Michael Hirsch, Ph.D
1
-6
/
+5
2019-07-08
add clang c_std=c18 alias
Michael Hirsch, Ph.D
2
-7
/
+10
2019-07-08
Add (v)c++latest to VC_VERSION_MAP
Robin Kertels
1
-0
/
+2
2019-07-07
move Gnu-specific feature '--print-search-dirs' to GnuLikeCompiler
Norbert Nemec
2
-51
/
+60
2019-07-07
expanduser for tilde
Michael Hirsch, Ph.D
1
-0
/
+1
2019-07-06
check that compiler name is not blank or empty
Michael Hirsch, Ph.D
1
-2
/
+2
2019-07-06
BUGFIX: typo from 32e827dcdc451e1c5 broke PGI compilers
Michael Hirsch, Ph.D
1
-1
/
+1
2019-07-05
Fix unittests.
Jussi Pakkanen
1
-1
/
+4
2019-07-05
compilers: Add missing cflags when calling compiler in link mode
Marvin Scholz
1
-10
/
+11
2019-07-05
compilers: Fix missing cflags for function detection
Marvin Scholz
1
-4
/
+4
2019-07-05
Fix windres module argument flattening
ePirat
1
-2
/
+2
2019-07-05
Improve performance with windows defender ATP
Charlie Barto
3
-9
/
+8
[prev]
[next]