aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2016-09-26Merge pull request #739 from QuLogic/gir-include-pathsJussi Pakkanen1-76/+118
2016-09-26Add dependency support to the checks using the compilerMatthew Waters2-40/+87
2016-09-25i18n: use POTFILES.in as fallback if there's no POTFILES in po dirTim-Philipp Müller1-0/+6
2016-09-25Use custom target outputs to determine linker. Closes #786.Jussi Pakkanen1-1/+4
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üller3-14/+20
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
2016-09-14Fix pkgconfig libraries passed to GIR targets.Elliott Sales de Andrade1-1/+1
2016-09-14GIR: Handle all dependencies and internal libraries.Elliott Sales de Andrade1-6/+13
2016-09-14Also add GIR include_directories to header search path.Elliott Sales de Andrade1-1/+2
2016-09-14Allow GirTargets as includes for another GirTarget.Elliott Sales de Andrade1-21/+37
2016-09-14Pull dependency directly from GIR's target library.Elliott Sales de Andrade1-48/+60
2016-09-14Add dependency's include paths to GIR generation.Elliott Sales de Andrade1-0/+1
2016-09-14Determine GIR include paths like targets.Elliott Sales de Andrade1-11/+16
2016-09-14Add a new 'environment' object to be used to build test environment (#781)Thibault Saunier3-12/+90
2016-09-14Merge pull request #782 from tp-m/config-data-set-quotedJussi Pakkanen1-0/+8
2016-09-14Merge pull request #774 from mesonbuild/compilerreorgJussi Pakkanen1-169/+93
2016-09-14Download without status updates if server does not report file size. Closes #...Jussi Pakkanen1-1/+7
2016-09-13configuration_data: add .set_quoted() convenience method to set quoted stringTim-Philipp Müller1-0/+8
2016-09-12Revert #737. Closes #773.Jussi Pakkanen1-0/+19
2016-09-11All_args should always be a list. Closes #778.Jussi Pakkanen1-0/+2
2016-09-11Merge pull request #684 from mesonbuild/pdbJussi Pakkanen4-6/+141
2016-09-11ninjabackend: Add support for installing .pdb filesNirbheek Chauhan3-0/+50
2016-09-11vs: Never serialize debug file generation with /FSNirbheek Chauhan1-6/+1
2016-09-11module pkgconfig: added install_dir attribute (#776)grindhold1-1/+5
2016-09-10Reorganisation.Jussi Pakkanen1-20/+20
2016-09-10Clang C++ compiler uses common class.Jussi Pakkanen1-28/+11
2016-09-10Factored Clang common stuff in its own class.Jussi Pakkanen1-28/+32
2016-09-10Moved base options to base class, because they are always the same.Jussi Pakkanen1-18/+5
2016-09-10Made objc compilers use Gnu class.Jussi Pakkanen1-32/+4
2016-09-10Made C++ compiler use GNU class.Jussi Pakkanen1-78/+51
2016-09-10Refactored GNU common functionality into its own class.Jussi Pakkanen1-6/+11
2016-09-10More PDB explanation.Jussi Pakkanen1-15/+39
2016-09-09Mark all dependencies for run targets.Jussi Pakkanen1-2/+3
2016-09-08Can use files() in run_command.Jussi Pakkanen1-2/+13
2016-09-08Merge pull request #768 from mesonbuild/rtfixesJussi Pakkanen2-2/+7
2016-09-08meson_test: Add env variables to the test logs file (#767)Thibault Saunier1-4/+9
2016-09-07Can use custom targets as executables to run in a run_target.Jussi Pakkanen1-0/+3
2016-09-07Permit use of file objects in run targets.Jussi Pakkanen2-2/+4
2016-09-07Remove unneeded shebang line that was triggering some linters.Jussi Pakkanen1-2/+0
2016-09-07Fix option initialization for win32 cross-compile. (#762)Elliott Sales de Andrade1-1/+3
2016-09-07Better error message when trying to use subprojects as dependencies.Jussi Pakkanen2-3/+10
2016-09-05Update version for new development.Jussi Pakkanen1-1/+1