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
2018-06-06
Move get_args_from_envvars() from environment to compilers
Xavier Claessens
1
-1
/
+52
2018-06-06
Add a new option for building with Apple bitcode support
Nirbheek Chauhan
1
-15
/
+34
2018-06-05
Add prog/lib dirs from the mingw cross-compiler to PATH
Nirbheek Chauhan
1
-2
/
+16
2018-05-30
New compiler method: check_header
Nirbheek Chauhan
1
-0
/
+3
2018-05-29
Don't raise StopIteration in generators, no longer allowed with Python 3.7. F...
Christoph Reiter
1
-1
/
+1
2018-05-09
Revert "Add macOS linker versioning information"
Nirbheek Chauhan
1
-16
/
+8
2018-05-04
add linker flag to handle $ORIGIN on OpenBSD
Jasper Lievisse Adriaanse
1
-2
/
+2
2018-05-02
Can combine D and C++ in a single target. Closes #3125.
Jussi Pakkanen
1
-0
/
+6
2018-04-17
Merge pull request #3353 from xclaesse/has-link-argument
Jussi Pakkanen
1
-10
/
+8
2018-04-17
Explicitly check for OpenMP headers.
Elliott Sales de Andrade
1
-1
/
+2
2018-04-17
Add an OpenMP dependency.
Elliott Sales de Andrade
1
-0
/
+20
2018-04-16
Add has_link_argument() and friends
Xavier Claessens
1
-1
/
+9
2018-04-16
has_argument(): reduce code duplication
Xavier Claessens
1
-10
/
+0
2018-04-16
Merged Arm CC support.
Jussi Pakkanen
1
-0
/
+90
2018-04-16
Add macOS linker versioning information
Tom Schoonjans
1
-8
/
+16
2018-04-16
Do not use -soname when linking with GCC for mingw/cygwin
Marvin Scholz
1
-2
/
+4
2018-04-15
Merge pull request #3115 from makise-homura/e2k-lcc-support
Jussi Pakkanen
1
-1
/
+24
2018-04-15
compilers: is_library: Also detect .so files with version (using soregex)
Martin Hostettler
1
-1
/
+4
2018-04-14
compilers: Cache compiler checks where we don't want the output
Nirbheek Chauhan
1
-3
/
+23
2018-04-13
Deduplicate dependencies resolved to absolute paths
Daniel Schulte
1
-3
/
+10
2018-03-27
Updates to CPP support and update review changes
Somasekhar Penugonda
1
-59
/
+70
2018-03-23
Added get_asneeded_args method to Intel compiler.
Alexis Jeandet
1
-0
/
+8
2018-03-21
Fix b_ndebug=if-release option
Aleksey Filippov
1
-1
/
+3
2018-03-20
Fixed failure if compiler messages is not in UTF-8
makise-homura
1
-1
/
+1
2018-03-20
Added specific get_library_dirs function for lcc
makise-homura
1
-0
/
+12
2018-03-19
Add -Wl,-dead_strip_dylibs support
David Seifert
1
-3
/
+26
2018-03-19
Fixed indentation and space issues found by SideCI
makise-homura
1
-1
/
+1
2018-03-19
Added Elbrus lcc compilers support as inheritance from gcc ones
makise-homura
1
-0
/
+11
2018-03-14
- Updating cpp_std options similar to other compiler classes
Bedarkar, Malhar
1
-4
/
+30
2018-03-07
Meson Github pull request - 3186 requested changes
Somasekhar Penugonda
1
-2
/
+4
2018-03-05
First cut of ARMCC support for MESON.
Bedarkar, Malhar
1
-0
/
+51
2018-02-11
Enable default linker optimisations in MSVC release and minsize builds
Leon Krause
1
-2
/
+5
2018-01-30
Use os.path: basename() and dirname() instead of split()
Aleksey Filippov
1
-3
/
+3
2018-01-06
tests: fix rpath_uses_ORIGIN on dragonflybsd
Dylan Baker
1
-0
/
+5
2018-01-06
compilers: fix unittest "16 prebuilt shared" on dragonfly bsd
Dylan Baker
1
-1
/
+4
2017-12-30
add Compiler.thread_flags() stub
Alexey Stukalov
1
-0
/
+3
2017-12-30
compilers: prefer C++ over objc in clink_langs
Nirbheek Chauhan
1
-1
/
+1
2017-12-23
Add whitespace around '+'.
Benjamin Redelings
1
-1
/
+1
2017-12-23
Fix linking with clang++ on linux if install_rpath.
Benjamin Redelings
1
-1
/
+6
2017-12-20
Merge pull request #2791 from behlec/compiler-version
Jussi Pakkanen
1
-1
/
+5
2017-12-17
Allow value 'if-release' for b_ndebug project option. (#1896)
Hemmo Nieminen
1
-4
/
+3
2017-12-16
More version information for compilers.
Christoph Behle
1
-1
/
+5
2017-12-03
Merge pull request #2618 from mesonbuild/osxlinkerfixes
Jussi Pakkanen
1
-1
/
+15
2017-11-26
Use absolute paths for rpaths on OSX.
Jussi Pakkanen
1
-1
/
+15
2017-11-26
spelling: overridden
Josh Soref
1
-2
/
+2
2017-11-26
spelling: occurrence
Josh Soref
1
-6
/
+6
2017-11-14
Fix #2620
rkfg
1
-1
/
+3
2017-11-09
Better check for when address sanitizer is enabled. Closes #2590.
Jussi Pakkanen
1
-1
/
+1
2017-11-02
Warn when no inc dir is found from parsing GNU compiler output
Alexis Jeandet
1
-1
/
+4
2017-11-01
Fix detection of include dirs with gnu compiler and non C locale
Alexis Jeandet
1
-1
/
+4
[next]