summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-26Add myself to authors.txt.Elliott Sales de Andrade
2016-08-26Allow capturing command output of a custom target.Elliott Sales de Andrade
2016-08-26Accept string exe with Backend.serialise_executable.Elliott Sales de Andrade
2016-08-25macros.meson: override all supported options (#717)Igor Gnatenko
2016-08-25Do not error out if git pull fails on subprojects. Closes #720.Jussi Pakkanen
2016-08-24Merge pull request #700 from mesonbuild/sysconfdirJussi Pakkanen
2016-08-24Merge pull request #709 from vinszent/masterIgor Gnatenko
2016-08-23'name' needs to be 'self.name' in DependencyExceptionippytraxx
2016-08-22Make D compilers return colored output by defaultMatthias Klumpp
2016-08-22Don't automatically override the -L flag of D compilersMatthias Klumpp
2016-08-21Change default and add explanatory comment for why we do that.Jussi Pakkanen
2016-08-21Added sysconfdir option. Closes #694.Jussi Pakkanen
2016-08-21Consistent kwarg popping.Jussi Pakkanen
2016-08-21Add extra_args kwarg to glib-compile-resources. Closes #698.Jussi Pakkanen
2016-08-21tests: Don't fail wxwidgets test if wxwidgets is not installed (#639)Nirbheek Chauhan
2016-08-21Merge pull request #680 from centricular/osx-dylib-soversionJussi Pakkanen
2016-08-21Check input file for existance. Closes #697.Jussi Pakkanen
2016-08-21Merge pull request #685 from ximion/masterJussi Pakkanen
2016-08-21interpreter: Rename get_unittest_flag() to unittest_args()Matthias Klumpp
2016-08-21trivial: Use stringlistifyMatthias Klumpp
2016-08-21Simplify D compiler argument translationMatthias Klumpp
2016-08-21Split D library test into static/shared testsMatthias Klumpp
2016-08-20No fpic on Windows C++. Closes #690.Jussi Pakkanen
2016-08-20Allow build definitions to retrieve the unittest flag of a D compilerMatthias Klumpp
2016-08-19Add testcase for mixed C and D compilationMatthias Klumpp
2016-08-19Implement D supportMatthias Klumpp
2016-08-18Fix URL to Ninja projectAleksander Piotrowski
2016-08-18shared_library: Add vs_module_defs to link_dependsNirbheek Chauhan
2016-08-16Don't add the soversion to the dylib filename on OS XNirbheek Chauhan
2016-08-16Add a test to find libfoo.X.dylib via -lfooNirbheek Chauhan
2016-08-15add .mailmap (#679)Igor Gnatenko
2016-08-15BuildTarget: Print a better message when passing GeneratedList to 'objects' (...Nirbheek Chauhan
2016-08-15Merge pull request #673 from centricular/inherited-env-flagsJussi Pakkanen
2016-08-14Add missing name.Jussi Pakkanen
2016-08-14Merge pull request #629 from wtay/masterIgor Gnatenko
2016-08-14Use our config template rather than Autoconf's.Jussi Pakkanen
2016-08-13A few more checks for ac converter tool.Jussi Pakkanen
2016-08-12Only append compile flags to the link flags when appropriateNirbheek Chauhan
2016-08-12compilers: Always return a copy of the exelistNirbheek Chauhan
2016-08-11Print the CFLAGS/LDFLAGS/etc inherited from the environmentNirbheek Chauhan
2016-08-08Doc clarification.Jussi Pakkanen
2016-08-04File name update in manifest.Jussi Pakkanen
2016-08-04Handle both DT_RPATH as well as DT_RUNPATH when fixing rpath settings.Jussi Pakkanen
2016-08-03Merge pull request #664 from mesonbuild/asneededIgor Gnatenko
2016-08-02Add option for as-needed link option.Jussi Pakkanen
2016-08-01test common/86: Move static library back (#662)Nirbheek Chauhan
2016-08-01Merge pull request #605 from mesonbuild/ternaryJussi Pakkanen
2016-08-01Forbid nested ternary operations.Jussi Pakkanen
2016-08-01Created ternary operator. Closes #538.Jussi Pakkanen
2016-08-01interpreter: Print what subproject dir could not be foundNirbheek Chauhan