aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-08-24Merge pull request #700 from mesonbuild/sysconfdirJussi Pakkanen2-0/+6
2016-08-24Merge pull request #709 from vinszent/masterIgor Gnatenko1-2/+2
2016-08-23'name' needs to be 'self.name' in DependencyExceptionippytraxx1-2/+2
2016-08-22Make D compilers return colored output by defaultMatthias Klumpp1-0/+18
2016-08-22Don't automatically override the -L flag of D compilersMatthias Klumpp1-1/+16
2016-08-21Change default and add explanatory comment for why we do that.Jussi Pakkanen2-2/+6
2016-08-21Added sysconfdir option. Closes #694.Jussi Pakkanen3-1/+3
2016-08-21Consistent kwarg popping.Jussi Pakkanen1-4/+2
2016-08-21Add extra_args kwarg to glib-compile-resources. Closes #698.Jussi Pakkanen1-0/+2
2016-08-21tests: Don't fail wxwidgets test if wxwidgets is not installed (#639)Nirbheek Chauhan1-4/+5
2016-08-21Merge pull request #680 from centricular/osx-dylib-soversionJussi Pakkanen4-13/+38
2016-08-21Check input file for existance. Closes #697.Jussi Pakkanen1-1/+4
2016-08-21Merge pull request #685 from ximion/masterJussi Pakkanen32-5/+537
2016-08-21interpreter: Rename get_unittest_flag() to unittest_args()Matthias Klumpp2-7/+7
2016-08-21trivial: Use stringlistifyMatthias Klumpp1-4/+2
2016-08-21Simplify D compiler argument translationMatthias Klumpp2-67/+32
2016-08-21Split D library test into static/shared testsMatthias Klumpp22-19/+83
2016-08-20No fpic on Windows C++. Closes #690.Jussi Pakkanen1-0/+5
2016-08-20Allow build definitions to retrieve the unittest flag of a D compilerMatthias Klumpp5-0/+56
2016-08-19Add testcase for mixed C and D compilationMatthias Klumpp4-0/+39
2016-08-19Implement D supportMatthias Klumpp16-4/+414
2016-08-18Fix URL to Ninja projectAleksander Piotrowski1-1/+1
2016-08-18shared_library: Add vs_module_defs to link_dependsNirbheek Chauhan1-0/+2
2016-08-16Don't add the soversion to the dylib filename on OS XNirbheek Chauhan1-6/+4
2016-08-16Add a test to find libfoo.X.dylib via -lfooNirbheek Chauhan3-7/+34
2016-08-15add .mailmap (#679)Igor Gnatenko1-0/+6
2016-08-15BuildTarget: Print a better message when passing GeneratedList to 'objects' (...Nirbheek Chauhan1-2/+10
2016-08-15Merge pull request #673 from centricular/inherited-env-flagsJussi Pakkanen3-33/+55
2016-08-14Add missing name.Jussi Pakkanen1-0/+1
2016-08-14Merge pull request #629 from wtay/masterIgor Gnatenko1-3/+1
2016-08-14Use our config template rather than Autoconf's.Jussi Pakkanen1-1/+1
2016-08-13A few more checks for ac converter tool.Jussi Pakkanen1-0/+5
2016-08-12Only append compile flags to the link flags when appropriateNirbheek Chauhan2-4/+13
2016-08-12compilers: Always return a copy of the exelistNirbheek Chauhan1-7/+7
2016-08-11Print the CFLAGS/LDFLAGS/etc inherited from the environmentNirbheek Chauhan1-24/+37
2016-08-08Doc clarification.Jussi Pakkanen1-1/+1
2016-08-04File name update in manifest.Jussi Pakkanen1-1/+1
2016-08-04Handle both DT_RPATH as well as DT_RUNPATH when fixing rpath settings.Jussi Pakkanen1-7/+23
2016-08-03Merge pull request #664 from mesonbuild/asneededIgor Gnatenko1-0/+14
2016-08-02Add option for as-needed link option.Jussi Pakkanen1-0/+14
2016-08-01test common/86: Move static library back (#662)Nirbheek Chauhan2-5/+3
2016-08-01Merge pull request #605 from mesonbuild/ternaryJussi Pakkanen4-0/+42
2016-08-01Forbid nested ternary operations.Jussi Pakkanen2-0/+9
2016-08-01Created ternary operator. Closes #538.Jussi Pakkanen3-0/+33
2016-08-01interpreter: Print what subproject dir could not be foundNirbheek Chauhan1-1/+2
2016-07-30Update version for new development.Jussi Pakkanen1-1/+1
2016-07-30Raise version number for release.0.33.0Jussi Pakkanen5-5/+5
2016-07-30Merge pull request #660 from mesonbuild/libdirfixJussi Pakkanen4-11/+13
2016-07-30Determine lib paths on demand rather than up front because they might change ...Jussi Pakkanen1-8/+10
2016-07-30Merge pull request #659 from centricular/find-program-scripts-windowsJussi Pakkanen3-25/+69