aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-01Merge pull request #827 from centricular/vala-generated-source-subdirJussi Pakkanen7-13/+45
2016-10-01Indent fix.Jussi Pakkanen1-6/+6
2016-10-02ninja: Fix C file name for generated Vala sourcesNirbheek Chauhan1-13/+23
2016-10-02Add a vala test for generated sources in subdirsNirbheek Chauhan6-0/+22
2016-10-01Fix missing comma in backend.Backend.dedup_arguments()Sam Thursfield1-1/+1
2016-10-01Revert #830 because it broke the case when the main script is not in path.Jussi Pakkanen1-1/+15
2016-10-01Merge pull request #836 from QuLogic/appveyor-artifactsJussi Pakkanen1-1/+5
2016-09-30Merge pull request #814 from centricular/heavy-cleanup-compilers-buildtargetsJussi Pakkanen8-356/+363
2016-09-30User argv[0] to internally relaunch meson.pyEmanuele Aina1-11/+1
2016-09-29Fix PATH setting in AppVeyor.Elliott Sales de Andrade1-1/+1
2016-09-29Upload test logs as artifacts on AppVeyor.Elliott Sales de Andrade1-0/+4
2016-09-28Merge pull request #808 from thiblahute/gtkdocJussi Pakkanen2-83/+184
2016-09-28Deduplicate command line arguments. Slight improvement to #671.Jussi Pakkanen2-1/+23
2016-09-28Use Python provided by Appveyor environment.Jussi Pakkanen1-2/+0
2016-09-28Zipapp documentation update.Jussi Pakkanen1-0/+11
2016-09-28Support running Meson as a Python zip applicationFranz Zapata2-4/+11
2016-09-27Use per-target compilers while generating targetsNirbheek Chauhan3-38/+30
2016-09-27ninjabackend: Remove duplicate vala compiler usageNirbheek Chauhan1-5/+4
2016-09-27Add a list of compilers used to each BuildTargetNirbheek Chauhan1-38/+40
2016-09-27dependencies/boost: Fix 32-bit vs 64-bit on WindowsNirbheek Chauhan2-6/+14
2016-09-27dependencies/boost: Require BOOST_ROOT while cross-compilingNirbheek Chauhan1-0/+7
2016-09-27environment: Add support for MinGW/GCC to detect_windows_arch()Nirbheek Chauhan1-3/+2
2016-09-27compilers: Make GCC detection more robust on all platformsNirbheek Chauhan2-48/+98
2016-09-26gnome: Allow specifying gtkdoc where to install directoryThibault Saunier2-1/+4
2016-09-26gnome: Run gtkdoc-scanobjs and add a way to get assets workingThibault Saunier2-32/+116
2016-09-26gnome: Factor out a get_dependencies_flags methodThibault Saunier1-46/+61
2016-09-26gnome: Make all include paths absoluteThibault Saunier1-4/+3
2016-09-26Merge pull request #739 from QuLogic/gir-include-pathsJussi Pakkanen10-76/+499
2016-09-26tests/94 default options: Also test warning_levelNirbheek Chauhan1-2/+8
2016-09-26Add dependency support to the checks using the compilerMatthew Waters3-40/+118
2016-09-26Treat 32-bit compiles on 64-bit Windows as nativeNirbheek Chauhan2-13/+80
2016-09-26intrp: Parse project() before the rest of the ASTNirbheek Chauhan1-13/+24
2016-09-26compilers: Populate Rust and Vala compiler idsNirbheek Chauhan1-2/+2
2016-09-26compilers: Remove duplicate class methodsNirbheek Chauhan1-66/+9
2016-09-26compilers: Consolidate language suffix mappingNirbheek Chauhan1-128/+57
2016-09-25i18n: use POTFILES.in as fallback if there's no POTFILES in po dirTim-Philipp Müller1-0/+6
2016-09-25Merge pull request #794 from mesonbuild/allgenJussi Pakkanen4-1/+38
2016-09-25Use custom target outputs to determine linker. Closes #786.Jussi Pakkanen3-4/+16
2016-09-25With a generator.Jussi Pakkanen1-6/+6
2016-09-25A target where all sources are generated.Jussi Pakkanen3-0/+25
2016-09-25ninja: Fix checking of exe_wrapper for CustomTargets (#806)Nirbheek Chauhan1-1/+1
2016-09-25interpreter: Print an error if the fallback dependency variable is not found ...Nirbheek Chauhan1-2/+5
2016-09-25gnome: Print useful error if missing compile_resource arg (#811)TingPing1-0/+3
2016-09-25configuration_data: can pass descriptions to setters (#783)Tim-Philipp Müller4-16/+22
2016-09-25Merge pull request #812 from centricular/older-gcc-pedanticJussi Pakkanen1-1/+9
2016-09-25Give a helpful exception when target has no name (#816)Sam Thursfield1-0/+2
2016-09-25Add a meson.version() method returning the version of meson in use (#792)Thibault Saunier1-0/+4
2016-09-25compilers: Fix typo in visual studio warning argumentNirbheek Chauhan1-1/+1
2016-09-25compilers: Fall back to -pedantic with older GCCNirbheek Chauhan1-0/+8
2016-09-16Option for ndebug.Jussi Pakkanen1-2/+11