aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2016-10-26Merge pull request #952 from centricular/deterministic-sources-outputsJussi Pakkanen1-9/+10
2016-10-26Use *FLAGS from the env in compiler checksNirbheek Chauhan1-17/+13
2016-10-26Directly pass the compiler to get_args_from_envvarsNirbheek Chauhan2-8/+9
2016-10-26has_function: Try to use the function being checkedNirbheek Chauhan1-3/+3
2016-10-25Merge pull request #912 from valum-framework/wip/vala-custom-header-and-vapiJussi Pakkanen2-4/+8
2016-10-25vala: Use a portable path join for the VAPIGuillaume Poirier-Morency1-1/+1
2016-10-25Ninja: Use OrderedDict in places where order mattersNirbheek Chauhan1-9/+10
2016-10-25Add -Wl,-no_weak_imports to has_function with XCode 8Nirbheek Chauhan1-1/+12
2016-10-25has_function: Only ignore prototype when no includes are specifiedNirbheek Chauhan1-39/+68
2016-10-25compilers: Derive ClangObj*Compiler from ClangCompiler tooNirbheek Chauhan1-21/+10
2016-10-24vala: Use 'vala_header' and 'vala_vapi' directlyGuillaume Poirier-Morency2-6/+5
2016-10-24vala: Custom header and vapi name (fix #892)Guillaume Poirier-Morency2-2/+7
2016-10-24Revert d9473095f234df54a9a531a859cb745bc349c5c2 because it broke GStreamer.Jussi Pakkanen1-2/+5
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-21gnome: Add generate_vapi() functionPatrick Griffis2-0/+153
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