aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-04Fix #1993nyorain1-2/+2
2017-08-04Can pass all target kwargs through to SIMD invocations. Closes #2151.Jussi Pakkanen4-2/+25
2017-08-04A few more lgtm fixes.Jussi Pakkanen3-2/+2
2017-08-03Add Python script that creates an MSI installer from a package created with c...Jussi Pakkanen2-0/+233
2017-08-03Consider link_whole_targets when determining linkerDylan Baker2-1/+14
2017-08-02Write deprecation warnings to stderr.Jussi Pakkanen5-13/+17
2017-08-02Print deprecation warnings on old style commands.Jussi Pakkanen8-16/+23
2017-08-02Add command multiplexer to main Meson invoker.Jussi Pakkanen1-2/+24
2017-08-02Turned rewriter into an internal module.Jussi Pakkanen2-37/+69
2017-08-02Turned mesontest into on internal module.Jussi Pakkanen3-613/+633
2017-08-02gnome: Fix translation of -l to --extra-library argsFlorian Müllner1-1/+1
2017-08-02Stop manual test helper scripts on errors (#2149)Tim Sheridan4-4/+4
2017-08-02Handle objc compiler missing more reliably.Jussi Pakkanen1-2/+5
2017-08-02Fix ppoll() test to work on non-glibc platformsAlan Coopersmith1-2/+3
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 Pakkanen2-0/+11
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 Griffis3-3/+20
2017-07-31Convert man inputs to Files so you can install_man the output of configure_fi...Jussi Pakkanen5-11/+20
2017-07-31install: restore the SELinux context on installPeter Hutterer1-0/+24
2017-07-31doc: describe joining strings using the + symbolBruce Richardson1-0/+10
2017-07-31Update list of compiler executable names to try.Jussi Pakkanen1-2/+2
2017-07-31Improve ac_converter to print a help message.Jussi Pakkanen1-1/+8
2017-07-31docs: Add gettext example to porting autotools guidePatrick Griffis1-0/+59
2017-07-27Fix vulkan style issuenyorain1-1/+1
2017-07-27Fix vulkan windows; Make test succeed w/o drivernyorain2-10/+13
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-25Updated the CI image to have OpenMPI and Vulkan.Jussi Pakkanen1-0/+2
2017-07-24Fix wording about array immutabilityNirbheek Chauhan1-1/+1
2017-07-24Clarify array immutability and document indexingNirbheek Chauhan1-3/+21
2017-07-24Fix vulkan testnyorain2-12/+3
2017-07-24docs: fix typos in Localization.mdLuca Mattiello1-1/+1
2017-07-24Fix wrong dep name in vulkan testnyorain1-1/+1
2017-07-24Fix whitespace issuesnyorain1-11/+9
2017-07-24Add first vulkan dependency modulenyorain4-2/+98
2017-07-24Tag functions in asm properly.Rico Tzschichholz3-0/+9
2017-07-24Ensure same compiler flags are used for compiling PCH as normal sourcesGabríel Arthúr Pétursson2-3/+10
2017-07-23Merge pull request #2049 from ebassi/genmarshal-nextJussi Pakkanen3-4/+18
2017-07-23Consider `link_whole` as well as `link_with` for Vala depsSam Thursfield1-1/+1
2017-07-23Added Docker file used for CI images.Jussi Pakkanen1-0/+11
2017-07-23Document the newly added gnome.genmarshal() argumentEmmanuele Bassi1-1/+2
2017-07-23Test the newly added gnome.genmarshal() argumentEmmanuele Bassi1-1/+2
2017-07-23gnome: Support new glib-genmarshal argumentsEmmanuele Bassi1-2/+14
2017-07-23mesontest: logfilename may be undefinedDima Krasner1-0/+1
2017-07-23find_library: Ignore libs on MSVC properlyNirbheek Chauhan3-5/+27
2017-07-23CompilerArgs: Put start/end-group around shared libs tooNirbheek Chauhan8-9/+75