aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
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-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
2017-07-23Consider `link_whole` as well as `link_with` for Vala depsSam Thursfield1-1/+1
2017-07-23gnome: Support new glib-genmarshal argumentsEmmanuele Bassi1-2/+14
2017-07-23find_library: Ignore libs on MSVC properlyNirbheek Chauhan2-5/+10
2017-07-23CompilerArgs: Put start/end-group around shared libs tooNirbheek Chauhan1-8/+15
2017-07-22add `crate-name` to Rust target argsAdam C. Foltzer1-0/+1
2017-07-21Merged buildrpath branch.Jussi Pakkanen11-16/+32
2017-07-21Add /System/Library/Frameworks to the OSX framework search pathAlessandro Decina1-1/+1
2017-07-21Fix linking Objective-C shared libs on OSX.Alessandro Decina1-2/+0
2017-07-21gnome: Fix wrong include pathNicolas Dufresne1-3/+1
2017-07-21Fix run_target() accepting ConfigureFile for commandPatrick Griffis1-0/+2
2017-07-21build.py: fixed a small issue where hasattr was passed only a name argument.Hagai1-1/+1
2017-07-21configure_file: warn in case a variable to subsitute is not present in the pa...Christoph Reiter2-3/+15
2017-07-21Merge pull request #1955 from jon-turney/exe-implibJussi Pakkanen4-9/+76
2017-07-21Check for manual attempts to set rpath and update docs.Jussi Pakkanen1-0/+4
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen11-16/+28
2017-07-21Make error message more informativeEmmanuele Bassi1-2/+2
2017-07-20Make the name of the executable implib configurableJon Turney1-4/+7
2017-07-20Support implibs for executables on WindowsJon Turney4-9/+73
2017-07-20Modify mesonintrospect --dependencies so 1 element in list is 1 dependencyMartin Ejdestig1-3/+3
2017-07-20i18n: Fixed gettext permitted Kwargs listIñigo Martínez1-1/+1
2017-07-20gnome.genmarshal(): Include generated header in generated sourcePatrick Griffis1-1/+5
2017-07-20Allow test to depend on executable target in cross build. (#2007)FredericHamel1-0/+2
2017-07-19Merge pull request #1374 from mesonbuild/simdJussi Pakkanen6-5/+161
2017-07-19Added documentation for SIMD module.Jussi Pakkanen1-1/+1
2017-07-18Turned SIMD into an unstable module.Jussi Pakkanen2-0/+4
2017-07-18Close files reliably.Jussi Pakkanen2-3/+7
2017-07-18Revert "Merge pull request #1931 from centricular/use-patched-ninja"Jussi Pakkanen2-9/+7
2017-07-17Renamed test case number to avoid dupes.Jussi Pakkanen2-1/+3
2017-07-17Created merge_from method for ConfigurationData.Jussi Pakkanen1-0/+11
2017-07-17Create a new configuration data object and return it as the result.Jussi Pakkanen1-6/+3
2017-07-17msvc: Split stderr by line and raise exception if emptyNirbheek Chauhan1-1/+4
2017-07-17Fix checks on MinGW and VS2010.Jussi Pakkanen2-2/+7
2017-07-17Added VS support to simd detector.Jussi Pakkanen5-4/+38
2017-07-17Fix a few OSX "features".Jussi Pakkanen1-1/+1