aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Print real error if mesontest used on invalid directory.Elliott Sales de Andrade1-9/+23
2017-07-15Allow both address- and undefined behavior sanitizers at the same timeGabrĂ­el ArthĂșr PĂ©tursson2-1/+6
2017-07-14typoChristian GonzĂĄlez1-1/+1
2017-07-13docs: fixed meson syntax for Generating-sources.mdMarty Plummer1-2/+2
2017-07-13pkgconfig: avoid appending slash at CflagsLaurent Carlier1-3/+4
2017-07-04contributing.txt: Remove a sentence that refers to authors.txtAmit D1-2/+1
2017-07-04Fix typo in release notes for 0.41Amit D1-1/+1
2017-07-04doc: Mention that C/C++ language versions can be set per-targetGabrĂ­el ArthĂșr PĂ©tursson1-0/+6
2017-07-02Merge pull request #2017 from mesonbuild/fix2012Jussi Pakkanen6-15/+53
2017-07-02Update instructions to disable pch.Jussi Pakkanen1-1/+8
2017-07-02Update args_frozen attribute check.Hemmo Nieminen1-1/+1
2017-07-02Improve "Passed invalid keyword argument" warning.Jehan2-2/+2
2017-07-02Output an appropriate warning when a cross info file does not exist.Jehan1-1/+6
2017-07-02Removed some dead code. Closes #1949.Jussi Pakkanen1-2/+0
2017-07-02add changelog for Rust crate-type supportAdam C. Foltzer1-0/+10
2017-07-02Renamed test to remove duplicate test number.Jussi Pakkanen1-0/+0
2017-07-02Qapla'Jussi Pakkanen1-2/+4
2017-07-01Fix remaining Interpreter object leaks.Jussi Pakkanen3-9/+32
2017-07-01Fix custom target sourcesJussi Pakkanen2-4/+10
2017-07-01Make Interpreter object unpicklable as it was being pickled by accident in co...Jussi Pakkanen3-0/+7
2017-06-30Don't rebuild tests during listing.Elliott Sales de Andrade1-1/+1
2017-06-30Fix typo in generate_gir keyword name.Elliott Sales de Andrade1-1/+1
2017-06-30vala: Add a shared module testcase using 'GLib.TypeModule'Guillaume Poirier-Morency5-0/+106
2017-06-29Merge pull request #1926 from trhd/libbugJussi Pakkanen5-0/+20
2017-06-29add project/global args and include_dirs (useful for module maps) to swift ta...Goncalo Carvalho12-0/+73
2017-06-29pkgconfig: add support for extra_cflagsBruce Richardson3-3/+21
2017-06-29add_{project,global}_link_arguments require a 'language' argumentAaron Plattner2-2/+8
2017-06-29Add a test case for a "library at project root" use case.Hemmo Nieminen4-0/+16
2017-06-29Fix a missing path issue causing Python traceback.Hemmo Nieminen1-0/+4
2017-06-27Add mesonbuild.compilers to packages in setup.pyAlistair Thomas1-1/+2
2017-06-27Merged Genie support.Jussi Pakkanen15-9/+86
2017-06-27Select release or debug libraries for Qt, based on buildtype.Philippe Payant1-2/+4
2017-06-27Library names for Qt4 was incorrect.Philippe Payant1-2/+6
2017-06-27dependency: boost: only consult environment at initial stageWade Berrier1-6/+12
2017-06-27Merge pull request #1986 from phako/masterJussi Pakkanen2-1/+7
2017-06-27Merge pull request #2004 from valum-framework/add-display-languageJussi Pakkanen2-12/+12
2017-06-27Merge pull request #2001 from mesonbuild/kwcheckJussi Pakkanen14-93/+283
2017-06-27Merge pull request #1997 from mesonbuild/fixconditionalJussi Pakkanen3-0/+15
2017-06-26Use 'C sharp' instead of 'C#'Guillaume Poirier-Morency1-1/+1
2017-06-26compilers: Use 'get_display_language' for language-related exceptionsGuillaume Poirier-Morency1-11/+11
2017-06-26Fixed issues raised in review.Jussi Pakkanen11-62/+64
2017-06-26environment: Fix exception when no defines were foundNirbheek Chauhan1-4/+4
2017-06-26Add 'Compiler.get_display_language'Guillaume Poirier-Morency8-9/+23
2017-06-26Updated release notes.Jussi Pakkanen1-0/+5
2017-06-26Fixed the remaining modules.Jussi Pakkanen4-0/+8
2017-06-26Converted some modules.Jussi Pakkanen6-5/+52
2017-06-26Add kwarg checker in module code.Jussi Pakkanen3-0/+9
2017-06-26Removed in_builddir from public usage as it is an internal feature that was v...Jussi Pakkanen1-6/+5
2017-06-26Alphabetization.Jussi Pakkanen1-67/+67
2017-06-26Moved func_ methods from base class to Interpreter.Jussi Pakkanen2-47/+35