aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-17Merge pull request #2072 from centricular/fix-gtkdoc-rpathJussi Pakkanen3-9/+12
2017-07-17Merge pull request #1931 from centricular/use-patched-ninjaJussi Pakkanen6-16/+26
2017-07-17Removed minor typos in documentation.Alexis Jeandet3-3/+3
2017-07-17appveyor: Don't skip doc-only buildsNirbheek Chauhan1-4/+0
2017-07-17ninja backend: Detect ninja only once and log itNirbheek Chauhan2-7/+9
2017-07-17Added a missing closing parenthesis in the last exampleAlexis Jeandet1-1/+1
2017-07-17tests: Restore sleep for ninja on HFS+ (macOS)Nirbheek Chauhan1-1/+4
2017-07-17Add an additional Cygwin package repo with patched ninjaJon Turney1-1/+3
2017-07-17CI: Use QuLogic's Ninja patchesNirbheek Chauhan3-4/+11
2017-07-17gnome module: Add -lfoo after -Lbar LDFLAGSNirbheek Chauhan1-4/+5
2017-07-17gnome.gtkdoc: Handle absolute install_dirs correctlyNirbheek Chauhan2-5/+7
2017-07-17Merge pull request #2070 from mesonbuild/lgtmfixexJussi Pakkanen7-19/+12
2017-07-16Fix typoChocobo11-1/+1
2017-07-16Removed unreachable code as == never throws.Jussi Pakkanen1-5/+2
2017-07-16Return explicit 0 as it is used in a sys.exit statement (just like every othe...Jussi Pakkanen1-0/+1
2017-07-16Use sys.exit rather than plain exit.Jussi Pakkanen1-1/+1
2017-07-16Removed consecutive identical variable assignments.Jussi Pakkanen1-1/+0
2017-07-16Removed unnecessary pass statements.Jussi Pakkanen3-3/+0
2017-07-16Removed duplicate key in dictionary.Jussi Pakkanen1-1/+0
2017-07-16Simplified control flow.Jussi Pakkanen1-9/+9
2017-07-15Run postconf scripts after dumping coredata.Elliott Sales de Andrade2-5/+12
2017-07-15Fix how rpath directories are handled.Hemmo Nieminen1-5/+1
2017-07-15Make base options accessible via get_option()GabrĂ­el ArthĂșr PĂ©tursson3-0/+15
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