aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-05Disallow language keyword for unsupported deps.Elliott Sales de Andrade2-2/+11
2017-08-04Add support for MS-MPI.Elliott Sales de Andrade1-0/+35
2017-08-04Filter out extra args from MPI wrappers.Elliott Sales de Andrade1-4/+46
2017-08-04Add info on module include flag for Fortran compilers.Elliott Sales de Andrade1-0/+9
2017-08-04Add MPI dependency.Elliott Sales de Andrade2-2/+132
2017-08-05Add option to disable implicit include directories. Closes #2139.Jussi Pakkanen4-5/+16
2017-08-05Add option to limit maximum number of concurrent link processes.Jussi Pakkanen4-12/+76
2017-08-04Merge pull request #2113 from nyorain/vulkanJussi Pakkanen2-2/+79
2017-08-04Fix #1993nyorain1-2/+2
2017-08-04Can pass all target kwargs through to SIMD invocations. Closes #2151.Jussi Pakkanen1-1/+14
2017-08-04A few more lgtm fixes.Jussi Pakkanen3-2/+2
2017-08-03Consider link_whole_targets when determining linkerDylan Baker1-1/+2
2017-08-02Print deprecation warnings on old style commands.Jussi Pakkanen1-3/+6
2017-08-02Add command multiplexer to main Meson invoker.Jussi Pakkanen1-2/+24
2017-08-02Turned rewriter into an internal module.Jussi Pakkanen1-0/+65
2017-08-02Turned mesontest into on internal module.Jussi Pakkanen1-0/+624
2017-08-02gnome: Fix translation of -l to --extra-library argsFlorian Müllner1-1/+1
2017-08-01Merge pull request #2033 from whot/wip/remove-directories-on-uninstallJussi Pakkanen2-20/+53
2017-08-01Add thread flags to checks if needed. Closes #2106.Jussi Pakkanen1-0/+4
2017-08-01Remove directories created by ninja installPeter Hutterer2-17/+50
2017-08-01meson_install: rename 'data' to 'd' for consistencyPeter Hutterer1-3/+3
2017-08-01Vala: enable colored warning and error output (#2142)Ben2-1/+8
2017-07-31Fix test() accepting configure files for exePatrick Griffis1-3/+7
2017-07-31Convert man inputs to Files so you can install_man the output of configure_fi...Jussi Pakkanen2-11/+5
2017-07-31install: restore the SELinux context on installPeter Hutterer1-0/+24
2017-07-31Update list of compiler executable names to try.Jussi Pakkanen1-2/+2
2017-07-27Fix vulkan style issuenyorain1-1/+1
2017-07-27Fix vulkan windows; Make test succeed w/o drivernyorain1-3/+6
2017-07-25Fix style issue in vulkan depnyorain1-1/+1
2017-07-25Fix vulkan module for linuxnyorain1-21/+43
2017-07-25Trigger travisnyorain1-3/+3
2017-07-24Fix whitespace issuesnyorain1-11/+9
2017-07-24Add first vulkan dependency modulenyorain2-2/+56
2017-07-24Ensure same compiler flags are used for compiling PCH as normal sourcesGabríel Arthúr Pétursson1-3/+3
2017-07-23Merge pull request #2049 from ebassi/genmarshal-nextJussi Pakkanen1-2/+14