aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild
AgeCommit message (Expand)AuthorFilesLines
2018-08-18Merge pull request #4030 from 3v1n0/broken-symlink-install-with-mode-fixJussi Pakkanen1-6/+31
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen13-45/+322
2018-08-17minstall: use follow_symlinks to check executableMarco Trevisan (Treviño)1-3/+3
2018-08-17minstall: never follow symlinks when setting ownershipMarco Trevisan (Treviño)1-1/+19
2018-08-17minstall: never try to set chmod on symlinksMarco Trevisan (Treviño)1-2/+9
2018-08-17wraptool: fix manual selection of wrap file to promoteDaniel Pirch1-12/+15
2018-08-15Unconditionally use get_gui_app_args()Jon Turney2-3/+5
2018-08-15Explicitly set the Windows subsystem for ninja/VisualCJon Turney3-7/+12
2018-08-15gnome: Filter LDFLAGS passed to g-ir-scannerNirbheek Chauhan1-14/+35
2018-08-15gnome: Filter CFLAGS that are passed to g-ir-scannerNirbheek Chauhan1-3/+9
2018-08-15install_subdir: Also copy dangling symlinksNirbheek Chauhan1-7/+13
2018-08-14interpreter: Add support for dict additionXavier Claessens1-4/+10
2018-08-14Fix yielding when subproject option type is differentNirbheek Chauhan1-4/+15
2018-08-14Adding a new AR Linker Class for the ARM Compiler. (#3949)mohdamerkhalidi2-4/+14
2018-08-12Merge pull request #4000 from MathieuDuponchelle/gir_multiple_libsJussi Pakkanen1-143/+262
2018-08-12Merge pull request #4004 from mesonbuild/nirbheek/console-entrypointJussi Pakkanen1-3/+5
2018-08-11Merge pull request #4001 from mikezackles/cpp2aJussi Pakkanen1-4/+4
2018-08-11Merge pull request #3831 from mesonbuild/symvisibilityJussi Pakkanen5-14/+29
2018-08-11Clarify the FeatureNew summary messageNirbheek Chauhan1-1/+1
2018-08-11Print only custom env vars in the test log for each testNirbheek Chauhan1-4/+10
2018-08-11Skip FeatureNew checks when project() has not been parsedNirbheek Chauhan1-0/+3
2018-08-11Fix FeatureNew false positive in vcs_tagNirbheek Chauhan1-1/+5
2018-08-11Merge pull request #3657 from jon-turney/consolidate-dependency-check-reportNirbheek Chauhan5-319/+342
2018-08-11Add support for s390x CPUs. Closes #3897.Jussi Pakkanen1-0/+1
2018-08-11PkgConfigDependency: Don't try to resolve internal compiler libsNirbheek Chauhan3-6/+20
2018-08-11Install meson.exe as the entrypoint on WindowsNirbheek Chauhan1-3/+5
2018-08-10Fix bug and clarify error message in cross file validationJohn Ericson1-5/+3
2018-08-09Add support for c++2a and gnu++2aZachary Michaels1-4/+4
2018-08-09Call it gnu_symbol_visibility instead.Jussi Pakkanen5-23/+23
2018-08-09Updated sample projects to use visibility kwarg.Jussi Pakkanen1-14/+2
2018-08-09Add kwarg for specifying symbol visibility.Jussi Pakkanen4-0/+27
2018-08-09Fix install when run with meson.exe. Closes #3988.Jussi Pakkanen1-1/+6
2018-08-09msvc: Don't add dynamic link args, they're ignoredNirbheek Chauhan1-0/+3
2018-08-09Don't require an import library for shared modulesNirbheek Chauhan2-3/+12
2018-08-09gnome.generate_gir: support generating gir for multiple librariesMathieu Duponchelle1-47/+72
2018-08-09gnome.generate_gir: refactoringMathieu Duponchelle1-137/+231
2018-08-09Make python module more robustDavid Seifert1-15/+40
2018-08-08Don't check version for fallback not-found dependencyNirbheek Chauhan1-0/+6
2018-08-08PkgConfigDependency: Fix library path search orderNirbheek Chauhan3-28/+33
2018-08-07Test that vim syntax highlighting is up-to-dateNirbheek Chauhan1-4/+6
2018-08-07Adding support to checkout from reviews in git/gerrit using commit ids.Mohammed Amer Khalidi1-3/+5
2018-08-07Prints error message instead of backtrace on failNiklas Claesson1-1/+1
2018-08-07Fix missing permitted kwargPatrick Griffis1-1/+1
2018-08-07Fix @CURRENT_SOURCE_DIR@ in generator()Emil Styrke1-1/+1
2018-08-07gtkdoc: set PATH on Windows when executing gtkdoc-scangobj. Fixes #3307Christoph Reiter1-8/+15
2018-08-07Refactor getting the host system of a cross compilerGeorge Koehler2-22/+14
2018-08-03Add 32 bit sparc processor support. Closes #3901.Jussi Pakkanen1-0/+1
2018-08-01Assert name isn't the empty string in find_external_dependency()Jon Turney1-0/+1
2018-08-01Restore and improve displaying dependency name with correct casingJon Turney1-3/+17
2018-08-01Restore and improve cross/native dependency type reportingJon Turney1-2/+9