aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2016-10-24Fix depfixer on MIPS.Aurelien Jarno1-0/+6
2016-10-23Merge pull request #915 from centricular/dependency-error-msg-and-moreJussi Pakkanen3-28/+50
2016-10-23gnome: Don't pass ldflags to g-ir-scannerPatrick Griffis1-2/+2
2016-10-23gettext: Add update-po targetPatrick Griffis2-1/+23
2016-10-23Improve error when using the dependencies kwargNirbheek Chauhan2-28/+46
2016-10-23Add repr() implementation for Dependency()Nirbheek Chauhan1-0/+4
2016-10-23Merge pull request #934 from mesonbuild/wip/tingping/gnome-yelpJussi Pakkanen3-0/+181
2016-10-23Force configure input files to be utf-8. Closes #927.Jussi Pakkanen1-3/+3
2016-10-23pkgconfig: Fix absolute 'libdir' and 'includedir'Guillaume Poirier-Morency1-4/+4
2016-10-22gnome: Fix building gobject-introspection with sanitizerPatrick Griffis1-1/+10
2016-10-23Merged dpkg-architecture fix for Gentoo.Jussi Pakkanen1-9/+11
2016-10-22Merge pull request #938 from centricular/fix-unity-buildsJussi Pakkanen6-95/+175
2016-10-22Don't default to lib64 if symlinkPatrick Griffis1-1/+1
2016-10-22Only default to dpkg-architecture output in Debian derivativesJouni Kosonen1-9/+11
2016-10-21Fix Unity builds for Fortran and D targetsNirbheek Chauhan1-3/+29
2016-10-21Add support for extracting objects in unity buildsNirbheek Chauhan5-61/+98
2016-10-21Implement get_default_suffix in the base Compiler classNirbheek Chauhan1-10/+3
2016-10-21ninja: Generate Vala compile rules after all header_deps are foundNirbheek Chauhan1-4/+11
2016-10-21ninja: Always use RawFilename for unity sources and depsNirbheek Chauhan1-15/+18
2016-10-21BuildTarget: Add compilers needed by generated sourcesNirbheek Chauhan1-2/+16
2016-10-21Print a useful error when unable to determine linkerNirbheek Chauhan1-1/+1
2016-10-19gnome: Add yelp() functionPatrick Griffis3-0/+181
2016-10-20add support of mercurial repo for wrap,… (#937)AlexandreFoley1-1/+25
2016-10-19Can query pkg-config variables from the system. Closes #726.Jussi Pakkanen3-6/+34
2016-10-19gnome: Include build dir in gtkdoc-mkhtml pathPatrick Griffis1-1/+1
2016-10-19Merge pull request #908 from centricular/vala-generated-sourcesJussi Pakkanen4-165/+271
2016-10-19gnome: Fix gresource warning incorrectly being shown on 2.50+Patrick Griffis1-9/+8
2016-10-19Support all kinds of generated vala and vapi sourcesNirbheek Chauhan2-65/+131
2016-10-19Ninja: Consolidate generated sources handlingNirbheek Chauhan2-54/+86
2016-10-19Process dependencies for all targets not just C/C++Nirbheek Chauhan1-5/+13
2016-10-19CustomTarget: Use get_outputs() instead of get_filename()Nirbheek Chauhan4-50/+50
2016-10-19Don't mention non-existing log files after testing.Hemmo Nieminen1-1/+2
2016-10-19Force dep versions into the version kwarg.Jussi Pakkanen1-0/+3
2016-10-18Merge pull request #866 from centricular/vala-no-c-warn-argsJussi Pakkanen3-10/+31
2016-10-17Don't raise exception when a fallback dependency is not foundScott D Phillips1-8/+12
2016-10-16Merge pull request #862 from valum-framework/pkgconfig-prevent-trailing-slashJussi Pakkanen1-30/+47
2016-10-16pkgconfig: Accept string for 'libraries' and 'libraries_private'Guillaume Poirier-Morency1-11/+14
2016-10-16pkgconfig: Process private libraries like regular onesGuillaume Poirier-Morency1-22/+26
2016-10-16pkgconfig: Fix typo in 'Libs.private'Guillaume Poirier-Morency1-3/+3
2016-10-16pkgconfig: Add missing 'URL' and 'Conflicts' entriesGuillaume Poirier-Morency1-4/+14
2016-10-16pkgconfig: Rename 'CFlags' for 'Cflags'Guillaume Poirier-Morency1-1/+1
2016-10-16pkgconfig: Prevent trailing spaceGuillaume Poirier-Morency1-5/+5
2016-10-16Merge pull request #861 from thiblahute/masterJussi Pakkanen2-39/+59
2016-10-16gettext: Add ability to set GETTEXTDATADIRSPatrick Griffis2-4/+16
2016-10-16Merge pull request #793 from ssssam/sam/gresource-dependenciesJussi Pakkanen1-5/+92
2016-10-16gnome: Avoid unhandled exceptionPatrick Griffis1-1/+1
2016-10-14Add no-warning args while building Vala C codeNirbheek Chauhan3-10/+31
2016-10-14Try using already setup fallback subprojects before using native dependencyThibault Saunier1-7/+22
2016-10-14interpreter: Add a way to copy and environment objectThibault Saunier1-0/+5
2016-10-14interpreter: Add a type_name method to DependencyHolderThibault Saunier2-32/+32