aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-19Do not scan test logs. Closes #4046.Jussi Pakkanen1-1/+2
2018-08-19Scan markdown files for tabs.Jussi Pakkanen2-2/+3
2018-08-19Condense test dirs.Jussi Pakkanen932-44/+44
2018-08-19Consolidated if and elif tests in one project.Jussi Pakkanen2-28/+30
2018-08-19Consolidated all PCH tests in one test project.Jussi Pakkanen16-13/+12
2018-08-18Merge pull request #4030 from 3v1n0/broken-symlink-install-with-mode-fixJussi Pakkanen5-12/+51
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen18-46/+381
2018-08-18meson_command_tests: Don't pass pathlib.Path to open [skip appveyor]Nirbheek Chauhan1-1/+1
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-17unittests: test_install_subdir_symlinks_with_default_umaskMarco Trevisan (Treviño)4-6/+20
2018-08-17wraptool: fix manual selection of wrap file to promoteDaniel Pirch7-12/+45
2018-08-15Kill tabs dead! For good!Jussi Pakkanen20-118/+140
2018-08-15Unconditionally use get_gui_app_args()Jon Turney2-3/+5
2018-08-15Extend test to check subsystem set by executable(gui_app:)Jon Turney3-0/+45
2018-08-15Explicitly set the Windows subsystem for ninja/VisualCJon Turney3-7/+12
2018-08-15Add a test for Windows console application with main function in a libraryJon Turney3-0/+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 Chauhan2-7/+39
2018-08-14interpreter: Add support for dict additionXavier Claessens4-4/+35
2018-08-14Fix yielding when subproject option type is differentNirbheek Chauhan5-5/+20
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 Pakkanen7-149/+357
2018-08-12Be more cautious in recommending Unity builds. [skip ci]Jussi Pakkanen1-3/+5
2018-08-12Merge pull request #4004 from mesonbuild/nirbheek/console-entrypointJussi Pakkanen4-89/+73
2018-08-12setup: Add tests for the installed files listNirbheek Chauhan2-35/+55
2018-08-11Merge pull request #4001 from mikezackles/cpp2aJussi Pakkanen2-5/+11
2018-08-11Typo fix. [skip ci]Jussi Pakkanen1-3/+3
2018-08-11Merge pull request #3831 from mesonbuild/symvisibilityJussi Pakkanen11-18/+81
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 Chauhan3-1/+7
2018-08-11Fix FeatureNew false positive in vcs_tagNirbheek Chauhan2-1/+15
2018-08-11Merge pull request #3657 from jon-turney/consolidate-dependency-check-reportNirbheek Chauhan6-326/+349
2018-08-11Add support for s390x CPUs. Closes #3897.Jussi Pakkanen2-0/+2
2018-08-11PkgConfigDependency: Don't try to resolve internal compiler libsNirbheek Chauhan4-8/+43
2018-08-11appveyor.yml: Nuke VS 2010 CI configurationNirbheek Chauhan1-10/+1
2018-08-11setup: Require setuptools and entry_points:Nirbheek Chauhan2-41/+5
2018-08-11Install meson.exe as the entrypoint on WindowsNirbheek Chauhan3-21/+21
2018-08-10Fix bug and clarify error message in cross file validationJohn Ericson1-5/+3
2018-08-09Try appleclang 9.1 for both c++17 and c++2aZachary Michaels1-2/+2
2018-08-09Don't test for c++2a on gcc versions that don't support itZachary Michaels1-0/+2
2018-08-09Add support for c++2a and gnu++2aZachary Michaels2-4/+8
2018-08-09Call it gnu_symbol_visibility instead.Jussi Pakkanen8-31/+31
2018-08-09Update documentation for symbol visibility.Jussi Pakkanen2-4/+25
2018-08-09Updated sample projects to use visibility kwarg.Jussi Pakkanen1-14/+2
2018-08-09Add kwarg for specifying symbol visibility.Jussi Pakkanen8-0/+54
2018-08-09Fix install when run with meson.exe. Closes #3988.Jussi Pakkanen1-1/+6