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
/
compilers
/
compilers.py
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-01
compilers: move get_compile_check_args() to Compiler
Dylan Baker
1
-4
/
+30
2020-10-01
compilers/fortran: add type annotations
Dylan Baker
1
-0
/
+9
2020-10-01
Compilers/vala: Add type annotations
Dylan Baker
1
-0
/
+9
2020-10-01
compilers/cuda: make type safe
Dylan Baker
1
-0
/
+10
2020-10-01
compilres: move depfile_for_object to compiler
Dylan Baker
1
-0
/
+5
2020-10-01
compilers/cs: Add type annotations
Dylan Baker
1
-0
/
+8
2020-10-01
compilers: move get_dependency_gen_args to base Compiler
Dylan Baker
1
-0
/
+3
2020-10-01
compilers: move split_shlib_to_parts to the base compiler
Dylan Baker
1
-0
/
+3
2020-10-01
compilers/cpp: Add type annotations
Dylan Baker
1
-0
/
+11
2020-10-01
compilers: fully type annotate the C compilers
Dylan Baker
1
-0
/
+1
2020-09-24
compilers: Tell mypy that the compiler mixins are just that
Dylan Baker
1
-12
/
+11
2020-09-24
compilers: make is_cross part of the base Compiler class
Dylan Baker
1
-1
/
+2
2020-09-24
compilers: put name_string method in base compiler
Dylan Baker
1
-0
/
+3
2020-09-24
compilers/mixins/intel: Use the has_func_attribute_extra_args function
Dylan Baker
1
-0
/
+3
2020-09-24
compilers/mixins/clang: Make type safe
Dylan Baker
1
-0
/
+8
2020-09-24
compilers/mixins/clike: fix mypy issues
Dylan Baker
1
-33
/
+50
2020-09-24
compilers/compilers: Fully type annotate
Dylan Baker
1
-163
/
+254
2020-09-24
compilers: Use a distinct type for compile/link results
Dylan Baker
1
-19
/
+33
2020-09-13
external-project: New module to build configure/make projects
Xavier Claessens
1
-0
/
+3
2020-09-08
typing: get rid of most T.cast
Daniel Mensinger
1
-1
/
+1
2020-07-13
Fix native builds on Windows ARM64 machines
Nirbheek Chauhan
1
-3
/
+0
2020-06-22
compilers: Return CompilerArgs from compiler instance
Dylan Baker
1
-2
/
+7
2020-06-22
compilers: Split CompilerArgs into a separate module
Dylan Baker
1
-370
/
+2
2020-06-22
compilers: Add missing annotations to CompilerArgs class
Dylan Baker
1
-16
/
+14
2020-06-22
compilers: Use enum for for deupdlication returns in CompilerArgs
Dylan Baker
1
-27
/
+36
2020-06-11
apple: -headerpad args are ignored when bitcode is enabled
Nirbheek Chauhan
1
-2
/
+6
2020-06-11
compilers: corretify deduplication direction
Marcel Hollerbach
1
-2
/
+2
2020-06-09
compilers: Add UNIX large file support for MinGW
Seungha Yang
1
-3
/
+3
2020-06-07
Merge pull request #7119 from marcelhollerbach/master
Jussi Pakkanen
1
-37
/
+68
2020-06-06
msvc: Avoid spurious openmp link warnings
Peter Harris
1
-0
/
+3
2020-06-05
CompilerArgs: refactor __iadd__
Marcel Hollerbach
1
-18
/
+64
2020-06-05
Revert "CompilerArgs: make lookup faster"
Marcel Hollerbach
1
-26
/
+7
2020-06-05
cache up regex mathings
Marcel Hollerbach
1
-2
/
+6
2020-05-27
add type anno: compilers/clike
Michael Hirsch, Ph.D
1
-3
/
+3
2020-05-27
Recognize Arduino .ino files as C++
Phillip Johnston
1
-1
/
+1
2020-05-20
compilers/d: Add b_ndebug support
Dylan Baker
1
-3
/
+3
2020-05-20
compilers: Move b_ndebug into the compiler classes
Dylan Baker
1
-1
/
+4
2020-05-18
Merge pull request #7103 from dankegel/bug4027-rpath-remember
Jussi Pakkanen
1
-1
/
+1
2020-05-16
Let .pc files specify rpath.
Dan Kegel
1
-1
/
+1
2020-05-13
macos: Remove framwork linkerlike args
Eric Lemanissier
1
-1
/
+1
2020-04-20
Compiler options per lang
John Ericson
1
-6
/
+7
2020-04-10
compilers: Move things out of clike
Dylan Baker
1
-0
/
+3
2020-03-29
compilers: disable ccache when using temporary source files
Loïc Yhuel
1
-0
/
+5
2020-03-28
Only split linker args with D compilers. Closes: #6845
Jussi Pakkanen
1
-4
/
+8
2020-03-23
Fix legacy env var support with cross
John Ericson
1
-32
/
+30
2020-03-19
compilers: Link D runtime/libphobs dynamically on !Windows
Dylan Baker
1
-1
/
+1
2020-03-12
Merge pull request #6356 from dcbaker/fix-d-compiler-abstractions
Jussi Pakkanen
1
-0
/
+19
2020-03-11
compilers: Don't put split soname args in start groups
Dylan Baker
1
-0
/
+10
2020-03-09
Merge pull request #6532 from jon-turney/languages-native-kwarg
Jussi Pakkanen
1
-0
/
+9
2020-03-06
compilers: Don't deduplicate -L= arguments
Dylan Baker
1
-0
/
+9
[next]