aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-23Check if Watcom version of cl exists in the path and avoid using it. (#2237)William D. Jones1-0/+18
2017-08-23Remove trailing spaces.Philippe Payant1-1/+1
2017-08-23Fix detection of MSVC 2008 version.Philippe Payant1-3/+7
2017-08-22A full example for using the conf object. Closes #2235.Jussi Pakkanen1-0/+41
2017-08-22Clarify immutability description. Closes #2234.Jussi Pakkanen1-9/+27
2017-08-22Do not use dot in doxygen even if it is installed so list of generated files ...Jussi Pakkanen1-1/+5
2017-08-21Merge pull request #2224 from mesonbuild/morealphaJussi Pakkanen16-512/+1691
2017-08-21Wrapped and alphabetized the remaining modules.Jussi Pakkanen7-34/+98
2017-08-21Rewrapped and alphabetized the Gnome module.Jussi Pakkanen1-83/+170
2017-08-21Rewrapped lines of a few more files.Jussi Pakkanen7-113/+491
2017-08-21Rewrap the rest of reference manual.Jussi Pakkanen1-84/+306
2017-08-20The last of the alphabetization.Jussi Pakkanen1-83/+275
2017-08-20And a few more alphas.Jussi Pakkanen1-64/+202
2017-08-20More alphabetization.Jussi Pakkanen1-47/+145
2017-08-20Merge pull request #2163 from chetgurevitch/masterJussi Pakkanen1-4/+5
2017-08-20Add missing dependency of Boost Log to a Docker imageMichał Wikliński1-0/+1
2017-08-20Find Boost dep when there is an extra lib to linkMichał Wikliński3-1/+33
2017-08-20Remove leftover debug print statement in meson_install.pyGabríel Arthúr Pétursson1-1/+1
2017-08-20Put some keyword arguments into alphabetical order to improve readability.Jussi Pakkanen1-22/+64
2017-08-20Fix coverage target breakage and add a test for it.Jussi Pakkanen3-1/+15
2017-08-20Remove PHONY because Windows and OSX file systems are crap. Closes #2199.Jussi Pakkanen3-6/+7
2017-08-19Add warning about `sources` in declare_dependencyDavid Seifert1-0/+38
2017-08-19docs: Clarify project() no longer requires a languageTingPing1-1/+1
2017-08-18docs: fix typoMohammed Sadiq1-1/+1
2017-08-18Fix detection of clang "optimization arguments"Peter Harris2-1/+11
2017-08-18Fix warning when executable(implib:) is usedJon Turney1-3/+1
2017-08-18Ensure log file gets closed.Jussi Pakkanen2-1/+9
2017-08-18Make all functionality invokable via the main Meson binary,Jussi Pakkanen11-112/+118
2017-08-18Tell users about ninja rebuild and meson configureChet Gurevitch1-2/+3
2017-08-18Don't error if build directory is already configuredChet Gurevitch1-3/+3
2017-08-17Missing version info added.Jussi Pakkanen1-1/+1
2017-08-17Documented the merge_from method.Jussi Pakkanen1-4/+13
2017-08-17Users.md: link to the Meson Porting GNOME goalNirbheek Chauhan1-1/+3
2017-08-17docs: fix generator code sampleFlorian Zwoch1-1/+1
2017-08-17Ignore encoding when scanning Fortran sources.Jussi Pakkanen1-1/+3
2017-08-15Documentation: fix broken link (now in docs)Konstantin Mochalov1-1/+1
2017-08-15Missing dots are fun.Jussi Pakkanen2-3/+3
2017-08-15Bumped version number for new development.Jussi Pakkanen3-1/+18
2017-08-15Bump numbers for new release.0.42.0Jussi Pakkanen7-9/+7
2017-08-15Merge pull request #2191 from centricular/fix-ninja-clean-target-dirJussi Pakkanen26-48/+179
2017-08-15tests/common/159: Disable phony testNirbheek Chauhan1-1/+4
2017-08-15tests/common/159: Disable b_coverage=trueNirbheek Chauhan1-2/+3
2017-08-15gfortran: Add coverage argumentsNirbheek Chauhan1-0/+6
2017-08-15ninja: Fix detection of vs compiler usageNirbheek Chauhan1-4/+6
2017-08-15ninja: Fix cleaning in various edge casesNirbheek Chauhan2-27/+73
2017-08-14Printing unknown kwarg error message no longer crashes the parser.Jussi Pakkanen3-7/+19
2017-08-15Add a test for dirs with reserved target namesNirbheek Chauhan23-0/+65
2017-08-15run_unittests: Add a helper for asserting path existenceNirbheek Chauhan1-17/+25
2017-08-14gnome: use VAPIGEN from the environment if setMarinus Schraal1-1/+5
2017-08-14gnome: add mkenums_simple()Tim-Philipp Müller7-2/+240