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
/
backend
/
vs2010backend.py
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-10
Fix typos discovered by codespell
Christian Clauss
1
-1
/
+1
2021-10-08
backend/vs: Parallelize compilation inside one project.
Andres Freund
1
-0
/
+1
2021-10-08
backend/vs: Deduplicate basic project template.
Andres Freund
1
-171
/
+61
2021-10-08
backend/vs: Name pch pdb files to avoid naming & lock conflicts.
Andres Freund
1
-0
/
+7
2021-10-08
backend/vs: Move Microsoft.Cpp.props to before ItemDefinitionGroup.
Andres Freund
1
-2
/
+3
2021-10-04
backend/vs: process link dependencies.
Andres Freund
1
-0
/
+10
2021-10-04
remove useless variables that are no longer or were never used
Eli Schwartz
1
-1
/
+0
2021-09-20
backends/vs: Set ObjectFileName for generated sources.
Andres Freund
1
-0
/
+3
2021-09-14
backends/vs: Do not emit dummy command for alias_command().
Andres Freund
1
-11
/
+19
2021-08-31
pyllint: enable consider-user-enumerate
Dylan Baker
1
-2
/
+1
2021-08-31
pylint: turn on superflous-parens
Dylan Baker
1
-1
/
+1
2021-08-20
backends: remove unused name parameter from as_meson_exe_cmdline
Dylan Baker
1
-3
/
+2
2021-08-20
backends/vs: add a missing annotation
Dylan Baker
1
-1
/
+1
2021-08-09
Fix native targets for vs backend cross compilation
GustavoLCR
1
-10
/
+40
2021-06-29
Add feed arg to custom_target()
Simon Ser
1
-0
/
+1
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
1
-1
/
+1
2021-06-22
Add Visual Studio 2012/2013 backends (#8803)
fanc999
1
-5
/
+35
2021-05-15
Visual Studio Address Sanitizer updates
Peter Harris
1
-0
/
+10
2021-04-19
Xcode: regenerato project file when build conf changes.
Jussi Pakkanen
1
-17
/
+0
2021-04-11
VS: Disable MSBuild warnings for always-generated targets
Jesse Natalie
1
-2
/
+5
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
1
-4
/
+4
2021-02-25
Allow custom target output to be processed by generators
Matthias Klumpp
1
-9
/
+17
2021-02-08
Fix exe wrapper detection for run targets.
Jussi Pakkanen
1
-1
/
+1
2021-02-05
backend: Do not check for exe wrapper twice
Xavier Claessens
1
-1
/
+1
2021-02-05
run_target: Add env kwarg
Xavier Claessens
1
-25
/
+11
2021-01-27
custom_target: Add env kwarg
Xavier Claessens
1
-1
/
+2
2021-01-25
Add ARM64EC as a new conceptual cpu type of arm64
Ben Niu
1
-1
/
+7
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
1
-16
/
+15
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
1
-4
/
+4
2021-01-04
move OptionKey to mesonlib
Dylan Baker
1
-2
/
+1
2021-01-04
use OptionKey for compiler_options
Dylan Baker
1
-6
/
+4
2021-01-04
use OptionKey for backend_options
Dylan Baker
1
-1
/
+2
2020-11-20
use real pathlib module
Dylan Baker
1
-1
/
+1
2020-10-14
vs: add static_from_buildtype to b_vscrt
Peter Harris
1
-0
/
+7
2020-10-07
Add win_subsystem kwarg. Closes #7765.
Jussi Pakkanen
1
-2
/
+7
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
1
-2
/
+2
2020-09-29
Merge pull request #7762 from jon-turney/meson-exe-output-improve
Jussi Pakkanen
1
-7
/
+7
2020-09-29
compilers/VS: fix build to use optimization and debug flags
Vili VÀinölÀ
1
-10
/
+20
2020-09-20
Improve description of meson wrapped custom commands
Jon Turney
1
-7
/
+7
2020-09-17
backends: Treat build target as generator only when it's the first arg
Nirbheek Chauhan
1
-1
/
+1
2020-09-13
Remove redudant checks in vs2010 backend
Vili VÀinölÀ
1
-6
/
+3
2020-09-13
Add VS include directories to projects as well
Vili VÀinölÀ
1
-2
/
+3
2020-09-08
typing: more fixes
Daniel Mensinger
1
-2
/
+2
2020-06-22
compilers: Return CompilerArgs from compiler instance
Dylan Baker
1
-5
/
+4
2020-06-22
compilers: Split CompilerArgs into a separate module
Dylan Baker
1
-1
/
+1
2020-06-15
Add exception handling to be also written to the VS project xml
Vili VÀinölÀ
1
-0
/
+12
2020-06-06
backend/vs: Fix OpenMP support
Peter Harris
1
-17
/
+17
2020-05-19
Build private directory name from output file name.
Jussi Pakkanen
1
-0
/
+3
2020-05-14
backend/vs: Fix b_vscrt=from_buildtype for debugoptimized
Peter Harris
1
-2
/
+2
2020-05-04
Fix incremental debug builds in VS
GustavoLCR
1
-1
/
+2
[next]