index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
modules
/
pkgconfig.py
Age
Commit message (
Expand
)
Author
2017-07-21
Make error message more informative
Emmanuele Bassi
2017-07-13
pkgconfig: avoid appending slash at Cflags
Laurent Carlier
2017-06-29
pkgconfig: add support for extra_cflags
Bruce Richardson
2017-06-26
Fixed issues raised in review.
Jussi Pakkanen
2017-06-26
Converted some modules.
Jussi Pakkanen
2017-05-11
pkgconfig: add suppport for custom variables during generation
Peter Hutterer
2017-04-04
Support multiple install dirs for built/custom targets
Nirbheek Chauhan
2017-01-11
style: [E301] expected 1 blank line, found 0
Mike Sinkovsky
2017-01-09
There are two different kinds of extensions: modules that create new
Jussi Pakkanen
2017-01-04
Create a module return value object.
Jussi Pakkanen
2017-01-01
style: fix E231 violations
Igor Gnatenko
2017-01-01
style: fix E222 violations
Igor Gnatenko
2016-12-19
tree-wide: remove unused imports
Igor Gnatenko
2016-12-06
Merge pull request #1144 from valum-framework/always-add-version-in-pkg-config
Jussi Pakkanen
2016-12-05
pkgconfig: Raise an error if 'version' is not specified
Guillaume Poirier-Morency
2016-12-05
pkgconfig: 'Version' must be specified, even if it's empty
Guillaume Poirier-Morency
2016-12-02
pkgconfig: Add a newline after variable declarations
Guillaume Poirier-Morency
2016-11-18
Always specify installed data with a File object. Closes #858.
Jussi Pakkanen
2016-11-08
Implement mlog.warning and use it everywhere for warnings
Nirbheek Chauhan
2016-10-23
pkgconfig: Fix absolute 'libdir' and 'includedir'
Guillaume Poirier-Morency
2016-10-16
pkgconfig: Accept string for 'libraries' and 'libraries_private'
Guillaume Poirier-Morency
2016-10-16
pkgconfig: Process private libraries like regular ones
Guillaume Poirier-Morency
2016-10-16
pkgconfig: Fix typo in 'Libs.private'
Guillaume Poirier-Morency
2016-10-16
pkgconfig: Add missing 'URL' and 'Conflicts' entries
Guillaume Poirier-Morency
2016-10-16
pkgconfig: Rename 'CFlags' for 'Cflags'
Guillaume Poirier-Morency
2016-10-16
pkgconfig: Prevent trailing space
Guillaume Poirier-Morency
2016-10-13
pkgconfig: Handle library names starting with 'lib'
Nirbheek Chauhan
2016-10-12
pkgconfig: Only warn for suffix if the filename doesn't start with lib
Nirbheek Chauhan
2016-10-12
pkgconfig: Warn if library has name_prefix/suffix set
Nirbheek Chauhan
2016-09-11
module pkgconfig: added install_dir attribute (#776)
grindhold
2016-09-02
Minor pkgconfig module cleanups (#748)
TingPing
2016-08-27
Use context manager for file I/O.
Elliott Sales de Andrade
2016-08-27
Flatten isinstance calls. (#715)
Elliott Sales de Andrade
2016-06-17
Add custom_install_dir to ld path in pkgconfig module
Ippytraxx
2016-04-01
Move MesonException from coredata to mesonlib.
Hemmo Nieminen
2016-03-30
And private libraries.
Jussi Pakkanen
2016-03-30
Can set requires manually into generated pc files.
Jussi Pakkanen
2016-01-16
Renamed meson package to mesonbuild so that we can have a script named meson ...
Jussi Pakkanen