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
/
modules
/
pkgconfig.py
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-19
pkgconfig: Add support for CustomTarget objects in generator
Xavier Claessens
1
-6
/
+18
2021-04-18
pkgconfig: Fix broken paths in -uninstalled.pc on Windows
Xavier Claessens
1
-11
/
+6
2021-03-26
pkgconfig: Allow setting prefix in dataonly pc file
Xavier Claessens
1
-2
/
+4
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
1
-5
/
+5
2021-03-03
pkgconfig: Add missing permitted kwargs
Xavier Claessens
1
-1
/
+1
2021-02-22
minstall: Add --skip-subprojects option
Xavier Claessens
1
-1
/
+1
2021-01-13
build/interperter: Add annotations and move input validation to interpreter
Dylan Baker
1
-1
/
+1
2021-01-04
Use a single coredata dictionary for options
Dylan Baker
1
-5
/
+5
2020-11-20
use real pathlib module
Dylan Baker
1
-1
/
+1
2020-11-04
pkgconfig: Make external deps of static library public
Xavier Claessens
1
-3
/
+6
2020-10-22
pkgconfig: Define libdir and includedir in -uninstalled.pc files
Xavier Claessens
1
-6
/
+5
2020-10-17
pkgconfig: InternalDependency's ext_deps should be private by default
Xavier Claessens
1
-1
/
+1
2020-10-16
Fix consistency in variables kwarg
Xavier Claessens
1
-19
/
+7
2020-10-04
pathlib: Fix resolve() by overriding it in Python 3.5
Daniel Mensinger
1
-1
/
+1
2020-07-30
pkgconfig: Fix various corner cases
Xavier Claessens
1
-19
/
+72
2020-06-24
pkgconfig: Add missing cflags in uninstalled files
Xavier Claessens
1
-16
/
+11
2020-05-27
Fix lack of space after 'Cflags:' in pkgconfig files
Soapux
1
-1
/
+1
2020-05-14
use FeatureNew.single_use
Dylan Baker
1
-3
/
+3
2020-05-14
modules/pkgconfig: Remove duplicate FeatureNew
Dylan Baker
1
-2
/
+0
2020-03-09
pkgconfig: Document conflicts keyword
Fini Jastrow
1
-1
/
+1
2020-03-05
mesonlib: Replace unholder argument to listify
Dylan Baker
1
-2
/
+2
2020-03-03
pkgconfig: Fix deprecation message (fixes #6720)
Stéphane Cerveau
1
-2
/
+1
2020-02-20
Introduce dataonly for the pkgconfig module
Rohan Garg
1
-22
/
+38
2020-02-05
pkgconfig: Generate -uninstalled.pc files
Xavier Claessens
1
-17
/
+61
2020-02-05
pkgconfig: Fix code that make relative path
Xavier Claessens
1
-2
/
+6
2020-01-29
dependencies: Use a DependencyFactory for threads
Dylan Baker
1
-4
/
+2
2020-01-09
pkgconfig module: add FeatureNew for requires: dependency('foo')
Eli Schwartz
1
-2
/
+5
2019-11-07
pkgconfig: only check import_filename for shared libraries
Ryan Lucia
1
-1
/
+1
2019-11-05
Change default pkgconfig directory on FreeBSD
sghctoma
1
-1
/
+4
2019-10-01
pkgconfig: Do not include uninstalled static libraries
Xavier Claessens
1
-2
/
+2
2019-09-17
pkgconfig: Fix ordering of public libraries
Xavier Claessens
1
-3
/
+8
2019-09-05
mesonlib.split_args/quote_arg/join_args
Aleksey Gurtovoy
1
-1
/
+1
2019-09-02
Handle case of dependency('threads') in 'requires'
Simon Allen
1
-0
/
+2
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
1
-1
/
+1
2019-05-12
Force pkgconfig to UTF-8
myd7349
1
-1
/
+1
2019-03-09
pkgconfig.generate: add FeatureNew and documentation for implict version
Eli Schwartz
1
-1
/
+3
2019-01-31
pkgconfig: Only warn about deprecation at a location once
Nirbheek Chauhan
1
-12
/
+20
2019-01-31
pkgconfig: Avoid deprecation warning when using new syntax
Xavier Claessens
1
-5
/
+6
2019-01-29
pep8 py37
Michael Hirsch, Ph.D
1
-1
/
+1
2019-01-05
pkgconfig: Fix flag deduplication
Xavier Claessens
1
-1
/
+5
2018-12-12
pkgconfig: Fix link order of library dependencies
Niklas Haas
1
-2
/
+2
2018-12-04
pkgconfig: Improve and document generator behaviour
Xavier Claessens
1
-8
/
+40
2018-12-03
pkgconfig: do not generated dependency on itself
Luca Boccassi
1
-1
/
+1
2018-11-21
pkgconfig: add support for pkgconfig generation for c#
Marcel Hollerbach
1
-5
/
+12
2018-07-02
FeatureNew: Make all checks subproject-specific
Nirbheek Chauhan
1
-2
/
+2
2018-07-01
Nirbheek/fix pkgconfig library dedup (#3813)
Nirbheek Chauhan
1
-4
/
+6
2018-06-01
Add 0.46.0 features
Salamandar
1
-1
/
+2
2018-06-01
Add 0.42.0 features
Salamandar
1
-0
/
+1
2018-06-01
Add 0.41.0 features
Salamandar
1
-1
/
+4
2018-05-02
pkgconfig: Don't expose internal libraries in .pc files
Nirbheek Chauhan
1
-2
/
+2
[next]