summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cross: Add compiler cross_args after normal argsnirbheek/cross-override-always-argsNirbheek Chauhan2018-04-155-7/+56
* Improve generation of pkg-config files for static only libraries.Martin Hostettler2018-04-149-3/+74
* 🤦🤦🤦Jussi Pakkanen2018-04-142-8/+9
* Merge pull request #2930 from inigomartinez/gdbus-targetsJussi Pakkanen2018-04-143-19/+93
|\
| * gdbus_codegen: Fix new generated objectsIñigo Martínez2018-04-121-1/+4
| * gdbus_codegen: Fix custom target nameIñigo Martínez2018-04-121-3/+4
| * gdbus_codegen: Return 2 targets when docbook is disabledNirbheek Chauhan2018-04-113-13/+29
| * gnome: Validate docbook parameter is a stringIñigo Martínez2018-04-111-2/+10
| * gnome: Split header and code targets in gdbus_codegen()Iñigo Martínez2018-04-112-19/+65
* | improve suite of meson test (#3369)Alberto Sartori2018-04-143-0/+33
* | compilers: Cache compiler checks where we don't want the outputNirbheek Chauhan2018-04-142-8/+28
* | Merge pull request #3396 from mesonbuild/nirbheek/cache-pkgconfigJussi Pakkanen2018-04-141-3/+15
|\ \
| * | PkgConfigDependency: dicts aren't hashable, so use frozensetnirbheek/cache-pkgconfigNirbheek Chauhan2018-04-131-5/+8
| * | PkgConfigDependency: Cache the output of pkg-configNirbheek Chauhan2018-04-131-1/+10
* | | pkgconfig module: Fix regression that Requires.private is generated as 'Q, t,...textshell2018-04-142-1/+15
* | | Fix encoding bug on WindowsRobin2018-04-141-1/+3
* | | Indicate subproject depth in console outputJon Turney2018-04-132-15/+34
* | | Deduplicate dependencies resolved to absolute pathsDaniel Schulte2018-04-132-3/+16
* | | don't create unneeded internal dependency objectsBruce Richardson2018-04-131-7/+8
* | | Prune unneeded transitive dependenciesBruce Richardson2018-04-131-2/+6
|/ /
* | docs: Fix syntax highlighting in release notesTingPing2018-04-121-10/+16
* | coredata: UserOption subclasses only need to implement validate_value()Xavier Claessens2018-04-121-49/+24
* | Explain the choice of implementation language. [skip ci]Jussi Pakkanen2018-04-121-0/+37
* | Fix unit test for Disabler()Xavier Claessens2018-04-111-2/+2
* | introspect: default builddir to . to prevent a crashAndrei Alexeyev2018-04-111-1/+1
* | vala: Don't pass -o and -C at the same timeRico Tzschichholz2018-04-111-2/+2
* | Trivial update to meson vim syntax + typo in snippet [skip ci]Nirbheek Chauhan2018-04-112-1/+2
|/
* Never install the glib-mkenums generated C source (#3374)Emmanuele Bassi2018-04-093-0/+8
* add support for cmakedefine in configure_file()David Fort2018-04-086-10/+78
* Update depfixer to fix rpaths also on OSX.Jussi Pakkanen2018-04-082-11/+52
* Merge pull request #3326 from jeandet/generated_qrcJussi Pakkanen2018-04-086-15/+108
|\
| * [Qt module] refactor b4cd949c48ab67891e4bc6b14a8f9f247e28777dAlexis Jeandet2018-04-041-3/+5
| * [Qt module] More qrc fixesAlexis Jeandet2018-04-044-19/+28
| * [Qt module] Added generated resource test case + some fixesAlexis Jeandet2018-03-305-4/+29
| * [Qt module] add some logic to detect if resources are in build dirAlexis Jeandet2018-03-301-1/+21
| * [Qt module] Add File object support for generated or not qrc filesAlexis Jeandet2018-03-265-11/+48
* | Remove arbitrary [-1024,1024] limit in cross_compute_int()Xavier Claessens2018-04-085-18/+65
* | Merge pull request #3366 from xclaesse/pkgconfig-dup-versionJussi Pakkanen2018-04-082-5/+10
|\ \
| * | pkgconfig generator: Remove duplicates in required versionsXavier Claessens2018-04-072-4/+8
| * | pkgconfig generator: Fix crash when passing a SharedModuleXavier Claessens2018-04-061-1/+2
* | | Merge pull request #3312 from MathieuDuponchelle/alwaysfallbackJussi Pakkanen2018-04-0811-6/+76
|\ \ \
| * | | [fixup]: rename test after rebaseMathieu Duponchelle2018-04-076-1/+1
| * | | [fixup]: export symbols explicitlyMathieu Duponchelle2018-04-073-2/+21
| * | | [fixup]: Add testMathieu Duponchelle2018-04-066-0/+34
| * | | [fixup]: add since to FAQMathieu Duponchelle2018-04-061-1/+1
| * | | new wrap-mode: forcefallbackMathieu Duponchelle2018-04-065-6/+23
| |/ /
* | | VS backend: dedup AdditionalDependenciesPaul I2018-04-081-1/+2
* | | Move entry in build_funct_dict to correct position.Christoph Behle2018-04-081-2/+2
* | | Remove commit_zero recommendation from wrap documentation, use action commit ...Aleksey Filippov2018-04-071-3/+2
|/ /
* | Merge pull request #2711 from xclaesse/both-libraryJussi Pakkanen2018-04-0412-196/+295
|\ \