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
/
d.py
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-06
Added more compiler option support
Daniel Mensinger
1
-1
/
+7
2019-01-06
Absolute path generation refactoring
Daniel Mensinger
1
-0
/
+14
2018-11-13
compilers: Use keyword only arguments for compiler interfaces
Dylan Baker
1
-1
/
+1
2018-11-04
Only add link arguments when needed in Compiler object methods
Jon Turney
1
-0
/
+2
2018-10-07
d: Allow static library to be passed with -L to dmd/ldc
Matthias Klumpp
1
-2
/
+6
2018-09-27
Add conditional debug identifiers for D compilers, and enable for debug builds
GoaLitiuM
1
-3
/
+47
2018-09-16
Implement thread linker args for D compilers
Mihails Strasuns
1
-0
/
+3
2018-09-16
D: Fix some compiler arguments not getting passed through properly
GoaLitiuM
1
-1
/
+1
2018-09-16
Merge pull request #4175 from GoaLitiuM/d-archfixes
Jussi Pakkanen
1
-14
/
+13
2018-09-16
Use enum instead of `int` for compiler variants
David Seifert
1
-4
/
+3
2018-09-14
Refactor D target architecture handling
GoaLitiuM
1
-14
/
+13
2018-09-13
Fix flake8 'imported but unused' reports
Jon Turney
1
-1
/
+0
2018-09-06
Make sure static library files are passed properly to the linker
GoaLitiuM
1
-0
/
+11
2018-09-06
Fix remaining soname and rpath issues on OSX
GoaLitiuM
1
-6
/
+9
2018-09-06
Remove translation of file paths
GoaLitiuM
1
-5
/
+0
2018-09-06
Refactor D argument translation function
GoaLitiuM
1
-23
/
+45
2018-09-06
Improve D link argument handling
GoaLitiuM
1
-4
/
+3
2018-09-05
D: Fix linking errors with static D libraries on Windows
GoaLitiuM
1
-0
/
+11
2018-09-05
D: Use the documented syntax for various arguments
GoaLitiuM
1
-65
/
+41
2018-09-03
Merge pull request #4084 from FFY00/pr-fix-dub-dependencies
Jussi Pakkanen
1
-0
/
+9
2018-08-29
Improve support for macOS dylib versioning
Nirbheek Chauhan
1
-4
/
+2
2018-08-29
dub: enhance dependency handling
FFY00
1
-0
/
+9
2018-08-27
Merge pull request #3981 from GoaLitiuM/d-win-fixes
Jussi Pakkanen
1
-14
/
+112
2018-08-23
My bad.
Jussi Pakkanen
1
-1
/
+1
2018-08-20
Handle proper linking of MSVC runtime libraries
GoaLitiuM
1
-3
/
+62
2018-08-20
Fix import libraries and static library naming
GoaLitiuM
1
-0
/
+7
2018-08-20
Ignore unix related compiler arguments on Windows
GoaLitiuM
1
-0
/
+5
2018-08-20
Follow target platform defined in MSVC environment for Windows D compilation
GoaLitiuM
1
-11
/
+38
2018-08-20
Pass -install-name arguments to linker
GoaLitiuM
1
-0
/
+3
2018-08-20
Fix D soname arguments for Windows and OSX
GoaLitiuM
1
-3
/
+12
2018-08-20
Fix wrong DMD optimization levels
GoaLitiuM
1
-4
/
+4
2018-08-18
Convert buildtype to optimization and debug options (#3489)
Jussi Pakkanen
1
-0
/
+28
2018-06-30
d: Don't fail if -link-defaultlib is manually added to the LDC link args
Matthias Klumpp
1
-0
/
+8
2018-06-18
macos: Rewrite install_name for dependent built libraries on install
Nirbheek Chauhan
1
-2
/
+2
2018-06-06
Move <lang>_args to coredata.compiler_options
Xavier Claessens
1
-2
/
+2
2018-05-09
Revert "Add macOS linker versioning information"
Nirbheek Chauhan
1
-2
/
+2
2018-04-16
Add macOS linker versioning information
Tom Schoonjans
1
-2
/
+2
2018-02-25
Use include_directories for D impdirs.
Jussi Pakkanen
1
-3
/
+11
2018-02-20
d: gdc: Implement proper dependency gen support
Matthias Klumpp
1
-3
/
+10
2017-12-16
More version information for D
Christoph Behle
1
-8
/
+8
2017-09-12
d: Implement specific properties for D features
Matthias Klumpp
1
-1
/
+1
2017-09-12
d: Add easy way to use D-specific features
Matthias Klumpp
1
-5
/
+50
2017-07-21
Add build_rpath as new property allowing people to specify rpath entries that...
Jussi Pakkanen
1
-3
/
+5
2017-06-23
Split out languages from compilers.py
Alistair Thomas
1
-0
/
+324