aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-04-15ninjabackend: Try to guess library dependencies for linker invocation.Martin Hostettler8-4/+174
2018-04-15compilers: is_library: Also detect .so files with version (using soregex)Martin Hostettler1-1/+4
2018-04-14Improve generation of pkg-config files for static only libraries.Martin Hostettler9-3/+74
2018-04-14🤦🤦🤦Jussi Pakkanen2-8/+9
2018-04-14Merge pull request #2930 from inigomartinez/gdbus-targetsJussi Pakkanen3-19/+93
2018-04-14improve suite of meson test (#3369)Alberto Sartori3-0/+33
2018-04-14compilers: Cache compiler checks where we don't want the outputNirbheek Chauhan2-8/+28
2018-04-14Merge pull request #3396 from mesonbuild/nirbheek/cache-pkgconfigJussi Pakkanen1-3/+15
2018-04-14pkgconfig module: Fix regression that Requires.private is generated as 'Q, t,...textshell2-1/+15
2018-04-14Fix encoding bug on WindowsRobin1-1/+3
2018-04-13Indicate subproject depth in console outputJon Turney2-15/+34
2018-04-13Deduplicate dependencies resolved to absolute pathsDaniel Schulte2-3/+16
2018-04-13don't create unneeded internal dependency objectsBruce Richardson1-7/+8
2018-04-13Prune unneeded transitive dependenciesBruce Richardson1-2/+6
2018-04-13PkgConfigDependency: dicts aren't hashable, so use frozensetNirbheek Chauhan1-5/+8
2018-04-13PkgConfigDependency: Cache the output of pkg-configNirbheek Chauhan1-1/+10
2018-04-12docs: Fix syntax highlighting in release notesTingPing1-10/+16
2018-04-12gdbus_codegen: Fix new generated objectsIñigo Martínez1-1/+4
2018-04-12gdbus_codegen: Fix custom target nameIñigo Martínez1-3/+4
2018-04-12coredata: UserOption subclasses only need to implement validate_value()Xavier Claessens1-49/+24
2018-04-12Explain the choice of implementation language. [skip ci]Jussi Pakkanen1-0/+37
2018-04-11Fix unit test for Disabler()Xavier Claessens1-2/+2
2018-04-11introspect: default builddir to . to prevent a crashAndrei Alexeyev1-1/+1
2018-04-11vala: Don't pass -o and -C at the same timeRico Tzschichholz1-2/+2
2018-04-11Trivial update to meson vim syntax + typo in snippet [skip ci]Nirbheek Chauhan2-1/+2
2018-04-11gdbus_codegen: Return 2 targets when docbook is disabledNirbheek Chauhan3-13/+29
2018-04-11gnome: Validate docbook parameter is a stringIñigo Martínez1-2/+10
2018-04-11gnome: Split header and code targets in gdbus_codegen()Iñigo Martínez2-19/+65
2018-04-09Never install the glib-mkenums generated C source (#3374)Emmanuele Bassi3-0/+8
2018-04-08add support for cmakedefine in configure_file()David Fort6-10/+78
2018-04-08Update depfixer to fix rpaths also on OSX.Jussi Pakkanen2-11/+52
2018-04-08Merge pull request #3326 from jeandet/generated_qrcJussi Pakkanen6-15/+108
2018-04-08Remove arbitrary [-1024,1024] limit in cross_compute_int()Xavier Claessens5-18/+65
2018-04-08Merge pull request #3366 from xclaesse/pkgconfig-dup-versionJussi Pakkanen2-5/+10
2018-04-07pkgconfig generator: Remove duplicates in required versionsXavier Claessens2-4/+8
2018-04-08Merge pull request #3312 from MathieuDuponchelle/alwaysfallbackJussi Pakkanen11-6/+76
2018-04-08VS backend: dedup AdditionalDependenciesPaul I1-1/+2
2018-04-08Move entry in build_funct_dict to correct position.Christoph Behle1-2/+2
2018-04-07[fixup]: rename test after rebaseMathieu Duponchelle6-1/+1
2018-04-07[fixup]: export symbols explicitlyMathieu Duponchelle3-2/+21
2018-04-07Remove commit_zero recommendation from wrap documentation, use action commit ...Aleksey Filippov1-3/+2
2018-04-06pkgconfig generator: Fix crash when passing a SharedModuleXavier Claessens1-1/+2
2018-04-06[fixup]: Add testMathieu Duponchelle6-0/+34
2018-04-06[fixup]: add since to FAQMathieu Duponchelle1-1/+1
2018-04-06new wrap-mode: forcefallbackMathieu Duponchelle5-6/+23
2018-04-04Merge pull request #2711 from xclaesse/both-libraryJussi Pakkanen12-196/+295
2018-04-04gnome.gtkdoc: Fix generated files used as content filesIñigo Martínez1-1/+1
2018-04-04[Qt module] refactor b4cd949c48ab67891e4bc6b14a8f9f247e28777dAlexis Jeandet1-3/+5
2018-04-04[Qt module] More qrc fixesAlexis Jeandet4-19/+28
2018-04-03Add both_libraries() to build both shared and static librariesXavier Claessens8-9/+140