aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules
AgeCommit message (Expand)AuthorFilesLines
2018-04-09[fixup]: various minor tweaks found while documentingMathieu Duponchelle1-9/+5
2018-04-09[fixup]: Rename find to find_installationMathieu Duponchelle1-4/+4
2018-04-09[fixup]: Fix python2 detection and unit testMathieu Duponchelle1-1/+1
2018-04-07[fixup]: trivial fix after rebaseMathieu Duponchelle1-2/+3
2018-04-07[fixup]: extension_module: allow specifying install_dir OR subdirMathieu Duponchelle1-5/+8
2018-04-07[fixup]: Address PKG_CONFIG env vars commentsMathieu Duponchelle1-18/+19
2018-04-06Implement a generic python moduleMathieu Duponchelle1-0/+432
2018-04-04Merge pull request #2711 from xclaesse/both-libraryJussi Pakkanen2-17/+12
2018-04-04gnome.gtkdoc: Fix generated files used as content filesIñigo Martínez1-1/+1
2018-04-03pkgconfig generator: Only skip dependencies when using shared_library()Xavier Claessens1-12/+10
2018-04-03Remove duplicated list of known kwargs for build targetsXavier Claessens1-5/+2
2018-03-29Don't crash when using d_module_versions for pkg-configMatthias Klumpp1-1/+1
2018-03-29pkgconfig: Add a simple version of the generator (#3284)Xavier Claessens1-6/+22
2018-03-25pkgconfig generator: Add required versionXavier Claessens1-8/+48
2018-03-25Make the generated pkgconfig files reproducible.Chris Lamb1-5/+12
2018-03-19Merge pull request #3251 from mesonbuild/fixpkgconfigdepsJussi Pakkanen1-1/+14
2018-03-19Fix existing tests.Jussi Pakkanen1-0/+3
2018-03-17Do not leak out private dependencies for shared libraries.Jussi Pakkanen1-1/+11
2018-03-13pkgconfig: allow any non-found dependency requires argumentsAleksey Filippov1-0/+2
2018-03-13pkgconfig: print requires argument type on errorAleksey Filippov1-1/+2
2018-03-12Merge pull request #3131 from sarum9in/pkgconfigJussi Pakkanen1-6/+24
2018-03-06Add link_whole argument to declare_dependency()Aleksey Filippov1-1/+1
2018-03-03Fix flake8 'variable assigned value but unused' reportsJon Turney1-3/+2
2018-03-03Fix various flake8 whitespace reportsJon Turney1-3/+3
2018-03-03Fix flake8 'imported but unused' reportsJon Turney2-2/+1
2018-02-24Add library with generated_pc and PkgConfigDependency support to pkgconfig.ge...Aleksey Filippov1-2/+22
2018-02-24Use listify(unholder=True) instead of manual unwrappingAleksey Filippov1-3/+1
2018-02-23Fix misprint in pkgconfig commentAleksey Filippov1-1/+1
2018-02-20gnome: Fix depend_files listing for compile_resourcesNirbheek Chauhan1-21/+19
2018-02-08Add get_pkgconfig_variable(default:)Jon Turney1-2/+2
2018-02-02Created an unstable module for IceStorm projects.Jussi Pakkanen1-0/+85
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov1-2/+2
2018-01-22Merge pull request #2955 from xclaesse/unfoundJussi Pakkanen1-7/+6
2018-01-20Fixed bugAlexis Jeandet1-1/+1
2018-01-19pkgconfig: Also ignore not found deps passed directly to pc generatorXavier Claessens1-7/+6
2018-01-19Add external dependencies to pc files only if found. Closes #2911.Jussi Pakkanen1-1/+4
2018-01-13Merge pull request #2815 from taisei-project/fix_windows_compile_resourcesJussi Pakkanen1-5/+36
2018-01-12windows.compile_resources: fix compiling multiple resources within one projectAndrei Alexeyev1-7/+33
2018-01-12[windows] make compile_resources use custom targets instead of generatorsAndrei Alexeyev1-5/+10
2018-01-07gnome: Always use an ordered set to store LDFLAGSTing-Wei Lan1-1/+1
2018-01-07gnome.generate_gir: Pass *FLAGS set in the environment to g-ir-scannerTing-Wei Lan1-0/+6
2018-01-07gnome.gtkdoc: Pass *FLAGS set in the environment to gtkdoc-scangobjTing-Wei Lan1-0/+2
2017-12-31Merge pull request #2757 from xclaesse/pkgconfigJussi Pakkanen1-34/+106
2017-12-22gnome.gtkdoc: Add dependencies over generated targetsIñigo Martínez1-2/+8
2017-12-21pkgconfig: Rename DepsHolder to DependenciesHelperXavier Claessens1-2/+2
2017-12-20pkgconfig: Use the pc file we generated for librariesXavier Claessens1-8/+13
2017-12-20pkgconfig: Avoid duplicated -L flagsXavier Claessens1-2/+6
2017-12-20pkgconfig: Allow passing Dependency objects to library(_private)Xavier Claessens1-32/+95
2017-12-19gnome.gtkdoc: Add support for non string based content filesIñigo Martínez1-1/+22
2017-12-13Enable re-compilation of GNOME gschema files if they have changed.Michael James Gratton1-1/+1