aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2017-08-31modules/gnome.py: Use a filelist for generate_gir()Chun-wei Fan1-4/+27
2017-08-31add support for cups dependencies (#2255)Iñigo Martínez3-1/+52
2017-08-29gnome: Ensure gir always works with asan, even if used together with ubsanMatthias Klumpp1-1/+1
2017-08-29gnome: Fix typo in gtkdoc_html_dir, so it returns the correct pathMatthias Klumpp1-1/+1
2017-08-27Merge pull request #2196 from arteymix/patch-4Jussi Pakkanen1-1/+1
2017-08-24csharp: Take into account project and global argsThibault Saunier1-0/+2
2017-08-24c#: Handle external dependencies from .pc filesThibault Saunier1-1/+4
2017-08-24interpreter: Make cs_args a known argumentThibault Saunier1-0/+1
2017-08-23gnome: Fix g-ir-scanner linking args for all code pathsThibault Saunier1-2/+8
2017-08-23ninjabackend: Add support for generated csharp sources.Thibault Saunier1-0/+9
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-20Merge pull request #2163 from chetgurevitch/masterJussi Pakkanen1-4/+5
2017-08-20Find Boost dep when there is an extra lib to linkMichał Wikliński1-1/+1
2017-08-20Remove leftover debug print statement in meson_install.pyGabríel Arthúr Pétursson1-1/+1
2017-08-20Fix coverage target breakage and add a test for it.Jussi Pakkanen1-1/+1
2017-08-18Fix detection of clang "optimization arguments"Peter Harris1-1/+4
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 Pakkanen10-110/+108
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-17python3: Add tests for platform-dependant paths and cover include pathGuillaume Poirier-Morency1-1/+1
2017-08-17Ignore encoding when scanning Fortran sources.Jussi Pakkanen1-1/+3
2017-08-15python3: Fix 'sysconfig_path' for platform-dependant pathsGuillaume Poirier-Morency1-1/+1
2017-08-15Bumped version number for new development.Jussi Pakkanen1-1/+1
2017-08-15Bump numbers for new release.0.42.0Jussi Pakkanen1-1/+1
2017-08-15Merge pull request #2191 from centricular/fix-ninja-clean-target-dirJussi Pakkanen3-31/+85
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 Pakkanen2-7/+15
2017-08-14gnome: use VAPIGEN from the environment if setMarinus Schraal1-1/+5
2017-08-14gnome: add mkenums_simple()Tim-Philipp Müller1-2/+103
2017-08-14Store current line number so it can be printed in warning messages. Closes #2...Jussi Pakkanen1-1/+5
2017-08-14Use "meson test" in test invocations so it will not print the deprecation war...Jussi Pakkanen2-4/+4
2017-08-13Merge pull request #2130 from bruce-richardson/pcap_config_supportJussi Pakkanen3-1/+53
2017-08-13Pass -fpch-preprocess to GCC when precompiled headers are usedGabríel Arthúr Pétursson2-0/+8
2017-08-13gnome: Allow passing build_by_default: to some functionsNirbheek Chauhan1-4/+12
2017-08-13gnome: add 'ignore_headers' to permitted kwarg list for gnome.gtkdoc()Tim-Philipp Müller1-1/+1
2017-08-13gnome: Fix parsing of resource custom target filesNirbheek Chauhan1-8/+15
2017-08-13gnome: Only translate -l flags to --extra-libraryFlorian Müllner1-1/+1
2017-08-11Exclude system sources from test coverageStefan Sonski1-0/+1
2017-08-10add support for pcap dependenciesBruce Richardson3-1/+53
2017-08-10Do not ignore stderr on gcc type check in get_gnu_compiler_defines.YmrDtnJu1-2/+2
2017-08-09environment: Read VALAC from the environment and use it if setPaulo Antonio Alvarez1-1/+4
2017-08-06Merged singleexe branch.Jussi Pakkanen3-4/+718
2017-08-06Merged exclude_dir branch.Jussi Pakkanen3-9/+46
2017-08-06Allow excluding files from `install_subdir`Elliott Sales de Andrade3-9/+46