aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2017-04-19Drop terminating fullstop from "Installing blah to blah" messagesPeter Hutterer3-7/+7
2017-04-17Do not obliterate old rpath because it might be used due to read only data sh...Jussi Pakkanen1-3/+12
2017-04-17Merge pull request #1628 from ximion/dfixJussi Pakkanen1-1/+1
2017-04-17Raise clear error if module name doesn't exist.Elliott Sales de Andrade1-2/+5
2017-04-16Skip all whole archive args if there aren't any.Elliott Sales de Andrade1-1/+1
2017-04-15d: Fix linking shared libraries with DMDMatthias Klumpp1-1/+1
2017-04-15Make it possible to only do unity builds on subprojects.Jussi Pakkanen7-7/+18
2017-04-15Merge pull request #1549 from mesonbuild/linkwholeJussi Pakkanen4-1/+67
2017-04-14dependencies: boost: use system include flag for header includesWade Berrier1-3/+28
2017-04-13Merge pull request #1548 from ssssam/sam/stable-orderingJussi Pakkanen5-10/+39
2017-04-13Don't close fds when executing programsJussi Pakkanen1-0/+1
2017-04-13Process VS dependency string as raw bytes.Jussi Pakkanen1-8/+14
2017-04-13gtkdochelper: Fix type file name optionRafael Fontenelle1-1/+1
2017-04-13Don't close fds when executing programsMichael Olbrich1-0/+1
2017-04-12Sort user commandline options when generating 'scan-build' targetSam Thursfield1-1/+4
2017-04-12vala: Allow installation into default directoriesNirbheek Chauhan1-0/+9
2017-04-11Merge pull request #1596 from centricular/test-rebuildsJussi Pakkanen4-31/+36
2017-04-11Merge pull request #1606 from dcbaker/vs_modules_defsJussi Pakkanen1-5/+15
2017-04-11Merge pull request #1588 from absmall/methodJussi Pakkanen4-107/+191
2017-04-11install scripts: Actually check if it was foundNirbheek Chauhan1-1/+1
2017-04-10Use an enum instead of strings for method names.Aaron Small1-23/+40
2017-04-10Provide nice error for invalid types to shared_library vs_module_defsDylan Baker1-0/+4
2017-04-10Allow using generated files to shared_library vs_module_defs. Closes #1605Dylan Baker1-6/+12
2017-04-10vs: Fix depend_files support in custom targetsNirbheek Chauhan3-6/+19
2017-04-10vs: Pretty-print all vcxproj outputNirbheek Chauhan1-24/+12
2017-04-10Add tests for target and custom_target rebuildNirbheek Chauhan1-1/+5
2017-04-10Fix shared module installation directory on WindowsNirbheek Chauhan2-0/+6
2017-04-09Merge pull request #1575 from centricular/unit-tests-more-backendsJussi Pakkanen1-0/+3
2017-04-09Merge pull request #1469 from centricular/install-secondary-outputsJussi Pakkanen7-64/+120
2017-04-09vs: Pass absolute path of files to run_targetNirbheek Chauhan1-0/+3
2017-04-09gnome: Allow modules to optionally generate ObjectManager boilerplateRichard Hughes1-0/+2
2017-04-09Rename the pkgconfig method to pkg-configAaron Small1-13/+13
2017-04-09Add an option to dependencies called 'method'. This can be used toAaron Small4-107/+174
2017-04-09Add support for BOOST_INCLUDEDIR and BOOST_LIBRARYDIRWade Berrier1-3/+13
2017-04-08Make link whole work on OSX.Jussi Pakkanen1-0/+5
2017-04-08Fix link whole on VS backend.Jussi Pakkanen2-0/+6
2017-04-08Add option to link the entire contents of a static library to a target.Jussi Pakkanen3-1/+56
2017-04-08Merge pull request #1518 from centricular/mesonintrospect-evarJussi Pakkanen7-30/+45
2017-04-08Merge pull request #1580 from pitti/feature/add-arguments-language-listJussi Pakkanen1-67/+36
2017-04-08Merge pull request #1567 from jon-turney/cygwinJussi Pakkanen8-13/+67
2017-04-08Allow specifying windres binary in cross filesDylan Baker1-3/+11
2017-04-07add_project_arguments: allow call after subproject()Philipp Ittershagen1-7/+10
2017-04-06add_{project,global}_arguments: support language listPhilipp Ittershagen1-3/+3
2017-04-06Ignore install as non-existent user or groupJon Turney1-1/+10
2017-04-06Use '.exe' extension for executables for CygwinJon Turney3-3/+8
2017-04-06Use correct shared library naming for CygwinJon Turney2-2/+36
2017-04-06Use extra_paths on CygwinJon Turney2-3/+3
2017-04-06Don't use -fPIC on Cygwin, eitherJon Turney3-4/+10
2017-04-06Refactor function_add_{global,project}_{link_,}arguments common codePhilipp Ittershagen1-60/+26
2017-04-07Don't crash if a meson.build file is empty (#1570)Aaron Plattner1-0/+1