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
/
c.py
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-06
Store the target architecture for CL-like compilers
Jon Turney
1
-4
/
+5
2018-11-27
Remove linkerlike args from compile checks. Closes #4542.
Jussi Pakkanen
1
-1
/
+7
2018-11-19
Fix flake8 'imported but unused' reports
Jon Turney
1
-1
/
+0
2018-11-17
Merge pull request #4359 from dcbaker/icc-fixes
Dylan Baker
1
-25
/
+11
2018-11-17
Guard against broken lib paths returned by gcc.
Jussi Pakkanen
1
-3
/
+6
2018-11-15
compilers: quiet ICC messages about pch
Dylan Baker
1
-1
/
+1
2018-11-15
compilers: Move get_allow_undefined_link_args to Compiler
Dylan Baker
1
-26
/
+6
2018-11-15
compilers: Set the correct values for undefined modules on apple with icc
Dylan Baker
1
-1
/
+5
2018-11-15
compilers: Add ICC setting for get_allow_undefined_link_args
Dylan Baker
1
-0
/
+2
2018-11-15
compilers: fix compiler.compile for Intel Compilers
Dylan Baker
1
-4
/
+4
2018-11-15
Store unexpanded library directory paths. Closes #4392.
Jussi Pakkanen
1
-3
/
+16
2018-11-13
compilers: Use keyword only arguments for compiler interfaces
Dylan Baker
1
-34
/
+53
2018-11-08
Add support for Renesas CC-RX toolchain
Phillip Cao
1
-0
/
+43
2018-11-04
Use lld-link with clang-cl
Jon Turney
1
-1
/
+6
2018-11-04
Qualify checks of self.version by self.id in VisualStudioC/CPPCompiler
Jon Turney
1
-3
/
+7
2018-11-04
Teach VisualStudioCCompiler.get_pch_use_args() to handle clang-cl
Jon Turney
1
-0
/
+2
2018-11-04
Teach VisualStudioCCompiler.has_arguments() about clang-cl
Jon Turney
1
-0
/
+2
2018-11-04
Only add link arguments when needed in Compiler object methods
Jon Turney
1
-0
/
+2
2018-11-04
Detect clang-cl as msvc-like, not clang-like
Jon Turney
1
-3
/
+7
2018-11-03
Add new compiler.get_argument_syntax method
Dylan Baker
1
-0
/
+3
2018-10-30
Generalize gnulike-targeting-windows checks.
Josh Gao
1
-2
/
+2
2018-10-25
compilers/c: Fix allow undefined link arg for PE/COFF
Marvin Scholz
1
-0
/
+3
2018-10-14
Use relative build-tree RPATHs on macOS
David Seifert
1
-4
/
+1
2018-10-13
Added .so to list possible darwin dynamic library suffixes (#4364)
gsobala
1
-1
/
+1
2018-10-07
Adding "compiler_type" flag to ARM compilers.
Mohammed Amer Khalidi
1
-4
/
+4
2018-10-03
Verify library directories as either 32-bit or 64-bit
Bruce Richardson
1
-4
/
+47
2018-10-01
compilers/c: don't return -pthread for MacOS with any compiler
Dylan Baker
1
-12
/
+2
2018-09-28
compilers: Do not use -pthread with clang for darwin
Marvin Scholz
1
-0
/
+10
2018-09-25
Don't add rpath linker flags when building for MinGW
Martin Storsjö
1
-0
/
+2
2018-09-17
Abstract shared GCC/Clang/ICC methods in GnuLikeCompiler
David Seifert
1
-15
/
+0
2018-09-16
Fix ICC on macOS
David Seifert
1
-2
/
+8
2018-09-16
Do not use relative RPATHs on macOS with ICC/GCC
David Seifert
1
-1
/
+2
2018-09-16
Use enum instead of `int` for compiler variants
David Seifert
1
-23
/
+16
2018-09-11
Sprinkle functools.lru_cache() in a few more places
Nirbheek Chauhan
1
-11
/
+8
2018-09-07
Add method to check for C/C++ function attributes
Dylan Baker
1
-1
/
+28
2018-08-22
compilers: Reduce sizes of MSVC linked binaries
Ole André Vadla RavnÄs
1
-1
/
+4
2018-08-22
find_library: Allow undefined symbols while linking
Nirbheek Chauhan
1
-1
/
+26
2018-08-22
find_library: Use _build_wrapper to get library dirs
Bruce Richardson
1
-46
/
+38
2018-08-18
Convert buildtype to optimization and debug options (#3489)
Jussi Pakkanen
1
-5
/
+34
2018-08-15
Explicitly set the Windows subsystem for ninja/VisualC
Jon Turney
1
-2
/
+7
2018-08-11
PkgConfigDependency: Don't try to resolve internal compiler libs
Nirbheek Chauhan
1
-2
/
+9
2018-08-09
msvc: Don't add dynamic link args, they're ignored
Nirbheek Chauhan
1
-0
/
+3
2018-08-08
PkgConfigDependency: Fix library path search order
Nirbheek Chauhan
1
-3
/
+4
2018-07-31
Merge pull request #3850 from mesonbuild/nirbheek/exe-wrapper-compiler-fallbacks
Jussi Pakkanen
1
-3
/
+5
2018-07-10
find_library: Validate and sort globbed shared library files
Nirbheek Chauhan
1
-2
/
+19
2018-07-09
Fix searching of shared libraries on OpenBSD (#3851)
Nirbheek Chauhan
1
-34
/
+74
2018-07-09
cross: Be more permissive about not-found exe_wrapper
Nirbheek Chauhan
1
-4
/
+7
2018-07-09
cross: Use ExternalProgram for cross-file exe_wrapper
Nirbheek Chauhan
1
-5
/
+4
2018-07-04
find_library: Only run link test on system dirs
Nirbheek Chauhan
1
-11
/
+16
2018-07-03
prune nonexistent dirs from library search path
Bruce Richardson
1
-1
/
+1
[next]