summaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)Author
2018-04-14improve suite of meson test (#3369)Alberto Sartori
2018-04-14compilers: Cache compiler checks where we don't want the outputNirbheek Chauhan
2018-04-14Merge pull request #3396 from mesonbuild/nirbheek/cache-pkgconfigJussi Pakkanen
2018-04-14pkgconfig module: Fix regression that Requires.private is generated as 'Q, t,...textshell
2018-04-14Fix encoding bug on WindowsRobin
2018-04-13Indicate subproject depth in console outputJon Turney
2018-04-13Deduplicate dependencies resolved to absolute pathsDaniel Schulte
2018-04-13don't create unneeded internal dependency objectsBruce Richardson
2018-04-13Prune unneeded transitive dependenciesBruce Richardson
2018-04-13PkgConfigDependency: dicts aren't hashable, so use frozensetNirbheek Chauhan
2018-04-13PkgConfigDependency: Cache the output of pkg-configNirbheek Chauhan
2018-04-12coredata: UserOption subclasses only need to implement validate_value()Xavier Claessens
2018-04-11introspect: default builddir to . to prevent a crashAndrei Alexeyev
2018-04-11vala: Don't pass -o and -C at the same timeRico Tzschichholz
2018-04-09Never install the glib-mkenums generated C source (#3374)Emmanuele Bassi
2018-04-08add support for cmakedefine in configure_file()David Fort
2018-04-08Update depfixer to fix rpaths also on OSX.Jussi Pakkanen
2018-04-08Merge pull request #3326 from jeandet/generated_qrcJussi Pakkanen
2018-04-08Remove arbitrary [-1024,1024] limit in cross_compute_int()Xavier Claessens
2018-04-08Merge pull request #3366 from xclaesse/pkgconfig-dup-versionJussi Pakkanen
2018-04-07pkgconfig generator: Remove duplicates in required versionsXavier Claessens
2018-04-08Merge pull request #3312 from MathieuDuponchelle/alwaysfallbackJussi Pakkanen
2018-04-08VS backend: dedup AdditionalDependenciesPaul I
2018-04-08Move entry in build_funct_dict to correct position.Christoph Behle
2018-04-06pkgconfig generator: Fix crash when passing a SharedModuleXavier Claessens
2018-04-06new wrap-mode: forcefallbackMathieu Duponchelle
2018-04-04Merge pull request #2711 from xclaesse/both-libraryJussi Pakkanen
2018-04-04gnome.gtkdoc: Fix generated files used as content filesIñigo Martínez
2018-04-04[Qt module] refactor b4cd949c48ab67891e4bc6b14a8f9f247e28777dAlexis Jeandet
2018-04-04[Qt module] More qrc fixesAlexis Jeandet
2018-04-03Add both_libraries() to build both shared and static librariesXavier Claessens
2018-04-03extract_all_objects: Also extract generated sourcesXavier Claessens
2018-04-03pkgconfig generator: Only skip dependencies when using shared_library()Xavier Claessens
2018-04-03Remove duplicated list of known kwargs for build targetsXavier Claessens
2018-04-02Merge pull request #3242 from thejk/coverage_targetsJussi Pakkanen
2018-04-02Merge D feature flag fix branchJussi Pakkanen
2018-04-02gtkdochelper: print warningsSébastien Wilmet
2018-04-02Fix detection to work with newer Java compilers.Jussi Pakkanen
2018-03-31Ensure D feature flags get applied to all D filesMatthias Klumpp
2018-03-31Added link to documentation and examples for find_library replacement (#3346)Alexis Jeandet
2018-03-30[Qt module] Added generated resource test case + some fixesAlexis Jeandet
2018-03-30[Qt module] add some logic to detect if resources are in build dirAlexis Jeandet
2018-03-29Merge pull request #3277 from chitranjali/shared-mod-linkJussi Pakkanen
2018-03-29Merge pull request #3322 from sarum9in/run_timeoutJussi Pakkanen
2018-03-29Allow meson build file to exit early. (#2808)behlec
2018-03-29Don't crash when using d_module_versions for pkg-configMatthias Klumpp
2018-03-29Fixing flake8chitranjali
2018-03-29PR review changes closes #2865chitranjali
2018-03-29fix2865chitranjali
2018-03-29pkgconfig: Add a simple version of the generator (#3284)Xavier Claessens