453 Commits (79f05b189a95e61cb6954765bc54cfcf05f1f3b1)

Author SHA1 Message Date
Aleksey Filippov 6e83e41af7 pkgconfig: print requires argument type on error 7 years ago
Aleksey Filippov 077d59daa4 Add link_whole argument to declare_dependency() 7 years ago
Jon Turney 8958529a25 Fix flake8 'variable assigned value but unused' reports 7 years ago
Jon Turney b8b23f4c50 Fix various flake8 whitespace reports 7 years ago
Jon Turney cd5dba5358 Fix flake8 'imported but unused' reports 7 years ago
Aleksey Filippov d6b5d7fe9f Add library with generated_pc and PkgConfigDependency support to pkgconfig.generate() 7 years ago
Aleksey Filippov be6cedb491 Use listify(unholder=True) instead of manual unwrapping 7 years ago
Aleksey Filippov 02bd4be0e6 Fix misprint in pkgconfig comment 7 years ago
Nirbheek Chauhan 0c1c387703 gnome: Fix depend_files listing for compile_resources 7 years ago
Jon Turney 7bfcf68777 Add get_pkgconfig_variable(default:) 7 years ago
Jussi Pakkanen 2601cbe8a8 Created an unstable module for IceStorm projects. 7 years ago
Aleksey Filippov 2cf85ae16f Use os.path: basename() and dirname() instead of split() 7 years ago
Alexis Jeandet 81126264cd Fixed bug 7 years ago
Xavier Claessens 6e2e94c645 pkgconfig: Also ignore not found deps passed directly to pc generator 7 years ago
Jussi Pakkanen 5e4538fe63 Add external dependencies to pc files only if found. Closes #2911. 7 years ago
Andrei Alexeyev f8bd1c5ff2
windows.compile_resources: fix compiling multiple resources within one project 7 years ago
Andrei Alexeyev ef7cb9f280
[windows] make compile_resources use custom targets instead of generators 7 years ago
Ting-Wei Lan 7b4bcdf21e gnome: Always use an ordered set to store LDFLAGS 7 years ago
Ting-Wei Lan ab2f68ec9c gnome.generate_gir: Pass *FLAGS set in the environment to g-ir-scanner 7 years ago
Ting-Wei Lan 08113da388 gnome.gtkdoc: Pass *FLAGS set in the environment to gtkdoc-scangobj 7 years ago
Iñigo Martínez f022cb3a40 gnome.gtkdoc: Add dependencies over generated targets 7 years ago
Xavier Claessens 68eedc8b71 pkgconfig: Rename DepsHolder to DependenciesHelper 7 years ago
Xavier Claessens 49977686b5 pkgconfig: Use the pc file we generated for libraries 7 years ago
Xavier Claessens 9e541a0fff pkgconfig: Avoid duplicated -L flags 7 years ago
Xavier Claessens 1c0570906c pkgconfig: Allow passing Dependency objects to library(_private) 7 years ago
Iñigo Martínez f92d117bec gnome.gtkdoc: Add support for non string based content files 7 years ago
Michael James Gratton 93c988b453 Enable re-compilation of GNOME gschema files if they have changed. 7 years ago
Iñigo Martínez 44dd429ee5 dependencies: Fix pkg-config variable definition 7 years ago
Nirbheek Chauhan e1bdc098ca gnome.compile_resources: Prefer generated files over source files 7 years ago
Patrick Griffis 643d3a4976 gnome.gtkdoc: Fix missing permitted kwargs 7 years ago
Alexis Jeandet 120f7a4c40 [Qt module] Added workaround for qt tools version detection 7 years ago
Alexis Jeandet 5c5eac3571 [Qt module] Added translation files compilation method 7 years ago
Alexis Jeandet 1fd743e6ad [Qt module] Added lrelease detection 7 years ago
Alexis Jeandet 5de5e7673f [Qt module] Few minor fixes 7 years ago
Jussi Pakkanen 9d67e5030b Changed code to use detected executables rather than hardcoding sys.executable. 7 years ago
Iñigo Martínez 638077181a pkgconfig: Handle prefix in library path 7 years ago
Nirbheek Chauhan 4fb978e1f7 pkgconfig module: Escape all paths while generating 7 years ago
Xavier Claessens 9e2d078948 gnome: Add include_directories parameter to gtkdoc() 7 years ago
Markus Theil 3f8a082a68 Qt-Module: fix name option with multiple rcc files 7 years ago
Markus Theil b36475ff44 Qt-Module: fix rcc `name` with Qt4 7 years ago
Markus Theil 51bc364a10 Qt5-Module: add `name` option to rcc 7 years ago
Martin Kelly 02bea7d5bf namespace run_targets by subproject 7 years ago
Leif Middelschulte cf759e529c Fixes the `kwargs` handling. 7 years ago
Leif Middelschulte b919e05821 removes unnecessary code as suggested by @jeandet 7 years ago
Leif Middelschulte 32a8ab40c1 removes unnecessary if/else-statement as suggested by @jeandet 7 years ago
Leif Middelschulte 050a56ad47 Qt5-Module: Add `moc_extra_arguments` keyword support. 7 years ago
Patrick Griffis f220a5dd86 gnome: Fix compile_schemas() using path sep in target name 7 years ago
getzze 6ce42e2ec5 Error for Libs in package_config function 7 years ago
Corentin Noël fd860482e5 Allow to give source files to GtkDoc by respecting the File class 7 years ago
Alexis Jeandet 4410c73efa Factorized Qt compilers version probing. 7 years ago