31 Commits (98af711ca6f166bacf2b9c6e697026f5b323827a)

Author SHA1 Message Date
Mike Sinkovsky 84902cb93a style: [E301] expected 1 blank line, found 0 8 years ago
Jussi Pakkanen fbabe8ad85 There are two different kinds of extensions: modules that create new 8 years ago
Jussi Pakkanen de24fddbd1 Create a module return value object. 8 years ago
Igor Gnatenko 5693758e46 style: fix E231 violations 8 years ago
Igor Gnatenko ef608f217d style: fix E222 violations 8 years ago
Igor Gnatenko 8268eb4959 tree-wide: remove unused imports 8 years ago
Guillaume Poirier-Morency ff55e848f6 pkgconfig: Raise an error if 'version' is not specified 8 years ago
Guillaume Poirier-Morency 6389e70c11 pkgconfig: 'Version' must be specified, even if it's empty 8 years ago
Guillaume Poirier-Morency bd22c9bdd2 pkgconfig: Add a newline after variable declarations 8 years ago
Jussi Pakkanen a01919976e Always specify installed data with a File object. Closes #858. 8 years ago
Nirbheek Chauhan a2262103fb Implement mlog.warning and use it everywhere for warnings 8 years ago
Guillaume Poirier-Morency f7a60099f6 pkgconfig: Fix absolute 'libdir' and 'includedir' 8 years ago
Guillaume Poirier-Morency bda92b37ee pkgconfig: Accept string for 'libraries' and 'libraries_private' 8 years ago
Guillaume Poirier-Morency 9ebc140832 pkgconfig: Process private libraries like regular ones 8 years ago
Guillaume Poirier-Morency 9429183c1d pkgconfig: Fix typo in 'Libs.private' 8 years ago
Guillaume Poirier-Morency 3090419181 pkgconfig: Add missing 'URL' and 'Conflicts' entries 8 years ago
Guillaume Poirier-Morency a33c5c50f1 pkgconfig: Rename 'CFlags' for 'Cflags' 8 years ago
Guillaume Poirier-Morency e9f66b1930 pkgconfig: Prevent trailing space 8 years ago
Nirbheek Chauhan 814f4909f9 pkgconfig: Handle library names starting with 'lib' 8 years ago
Nirbheek Chauhan 674b520206 pkgconfig: Only warn for suffix if the filename doesn't start with lib 8 years ago
Nirbheek Chauhan d819914af0 pkgconfig: Warn if library has name_prefix/suffix set 8 years ago
grindhold 167deda665 module pkgconfig: added install_dir attribute (#776) 8 years ago
TingPing 0e79664155 Minor pkgconfig module cleanups (#748) 8 years ago
Elliott Sales de Andrade 4c71695e41 Use context manager for file I/O. 8 years ago
Elliott Sales de Andrade a2321b24f6 Flatten isinstance calls. (#715) 8 years ago
Ippytraxx 8ea17322e4 Add custom_install_dir to ld path in pkgconfig module 9 years ago
Hemmo Nieminen 336904b553 Move MesonException from coredata to mesonlib. 9 years ago
Jussi Pakkanen 26f647d728 And private libraries. 9 years ago
Jussi Pakkanen c0c9a96c36 Can set requires manually into generated pc files. 9 years ago
Jussi Pakkanen 23b98cd6e6 Renamed meson package to mesonbuild so that we can have a script named meson in the same toplevel dir. 9 years ago
Jussi Pakkanen 61cb4ae9ca Can compile full test suite. 9 years ago
Jussi Pakkanen 8b1039fa30 Organise files into a module structure. 9 years ago
Jussi Pakkanen d64211f570 Moved pkg-config to a module so we no longer need special case code in core for it. 9 years ago