aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-22interpreter: Simplify get_option_internal() and fix base option fallbackXavier Claessens1-18/+12
2018-08-21PkgConfigDependency: Parse library paths in a separate stepNirbheek Chauhan2-21/+46
2018-08-21Merge pull request #4064 from xclaesse/allow-dupsXavier Claessens2-4/+5
2018-08-21Merge pull request #4036 from jon-turney/fix_issue_3999Jussi Pakkanen12-12/+89
2018-08-20UserArrayOption: Allow duplicates when used as <lang>_args optionXavier Claessens2-4/+5
2018-08-20Improve D mixed language test caseGoaLitiuM2-2/+14
2018-08-20Remap -std=c++14 dialect names for older compilersDavid Seifert1-2/+10
2018-08-20Pass -install-name arguments to linkerGoaLitiuM1-0/+3
2018-08-20Fix D soname arguments for Windows and OSXGoaLitiuM1-3/+12
2018-08-20Fix wrong DMD optimization levelsGoaLitiuM1-4/+4
2018-08-20Remove dependency to D runtime in mixed language testsGoaLitiuM1-2/+2
2018-08-19Fix various small test failures on macOSNirbheek Chauhan3-3/+14
2018-08-19tests/check header: Use linux/socket.h instead of if.h [skip appveyor]Nirbheek Chauhan1-2/+2
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-16Use unique output for windows.compile_resources()Jon Turney1-12/+15
2018-08-16Extend test case to cover issue #3999Jon Turney11-0/+74
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