summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tests/check header: Use linux/socket.h instead of if.h [skip appveyor]nirbheek/fix-check-header-testNirbheek Chauhan2018-08-191-2/+2
* Do not scan test logs. Closes #4046.Jussi Pakkanen2018-08-191-1/+2
* Scan markdown files for tabs.Jussi Pakkanen2018-08-192-2/+3
* Condense test dirs.Jussi Pakkanen2018-08-19932-44/+44
* Consolidated if and elif tests in one project.Jussi Pakkanen2018-08-192-28/+30
* Consolidated all PCH tests in one test project.Jussi Pakkanen2018-08-1916-13/+12
* Merge pull request #4030 from 3v1n0/broken-symlink-install-with-mode-fixJussi Pakkanen2018-08-185-12/+51
|\
| * minstall: use follow_symlinks to check executableMarco Trevisan (Treviño)2018-08-171-3/+3
| * minstall: never follow symlinks when setting ownershipMarco Trevisan (Treviño)2018-08-171-1/+19
| * minstall: never try to set chmod on symlinksMarco Trevisan (Treviño)2018-08-171-2/+9
| * unittests: test_install_subdir_symlinks_with_default_umaskMarco Trevisan (Treviño)2018-08-174-6/+20
* | Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen2018-08-1818-46/+381
* | meson_command_tests: Don't pass pathlib.Path to open [skip appveyor]Nirbheek Chauhan2018-08-181-1/+1
* | wraptool: fix manual selection of wrap file to promoteDaniel Pirch2018-08-177-12/+45
|/
* Kill tabs dead! For good!Jussi Pakkanen2018-08-1520-118/+140
* Unconditionally use get_gui_app_args()Jon Turney2018-08-152-3/+5
* Extend test to check subsystem set by executable(gui_app:)Jon Turney2018-08-153-0/+45
* Explicitly set the Windows subsystem for ninja/VisualCJon Turney2018-08-153-7/+12
* Add a test for Windows console application with main function in a libraryJon Turney2018-08-153-0/+12
* gnome: Filter LDFLAGS passed to g-ir-scannerNirbheek Chauhan2018-08-151-14/+35
* gnome: Filter CFLAGS that are passed to g-ir-scannerNirbheek Chauhan2018-08-151-3/+9
* install_subdir: Also copy dangling symlinksNirbheek Chauhan2018-08-152-7/+39
* interpreter: Add support for dict additionXavier Claessens2018-08-144-4/+35
* Fix yielding when subproject option type is differentNirbheek Chauhan2018-08-145-5/+20
* Adding a new AR Linker Class for the ARM Compiler. (#3949)mohdamerkhalidi2018-08-142-4/+14
* Merge pull request #4000 from MathieuDuponchelle/gir_multiple_libsJussi Pakkanen2018-08-127-149/+357
|\
| * gnome.generate_gir: support generating gir for multiple librariesMathieu Duponchelle2018-08-097-53/+167
| * gnome.generate_gir: refactoringMathieu Duponchelle2018-08-091-137/+231
* | Be more cautious in recommending Unity builds. [skip ci]Jussi Pakkanen2018-08-121-3/+5
* | Merge pull request #4004 from mesonbuild/nirbheek/console-entrypointJussi Pakkanen2018-08-124-89/+73
|\ \
| * | setup: Add tests for the installed files listNirbheek Chauhan2018-08-122-35/+55
| * | setup: Require setuptools and entry_points:Nirbheek Chauhan2018-08-112-41/+5
| * | Install meson.exe as the entrypoint on WindowsNirbheek Chauhan2018-08-113-21/+21
* | | Merge pull request #4001 from mikezackles/cpp2aJussi Pakkanen2018-08-112-5/+11
|\ \ \
| * | | Try appleclang 9.1 for both c++17 and c++2aZachary Michaels2018-08-091-2/+2
| * | | Don't test for c++2a on gcc versions that don't support itZachary Michaels2018-08-091-0/+2
| * | | Add support for c++2a and gnu++2aZachary Michaels2018-08-092-4/+8
* | | | Typo fix. [skip ci]Jussi Pakkanen2018-08-111-3/+3
* | | | Merge pull request #3831 from mesonbuild/symvisibilityJussi Pakkanen2018-08-1111-18/+81
|\ \ \ \
| * | | | Call it gnu_symbol_visibility instead.Jussi Pakkanen2018-08-098-31/+31
| * | | | Update documentation for symbol visibility.Jussi Pakkanen2018-08-092-4/+25
| * | | | Updated sample projects to use visibility kwarg.Jussi Pakkanen2018-08-091-14/+2
| * | | | Add kwarg for specifying symbol visibility.Jussi Pakkanen2018-08-098-0/+54
| |/ / /
* | | | Clarify the FeatureNew summary messageNirbheek Chauhan2018-08-111-1/+1
* | | | Print only custom env vars in the test log for each testNirbheek Chauhan2018-08-111-4/+10
* | | | Skip FeatureNew checks when project() has not been parsedNirbheek Chauhan2018-08-113-1/+7
* | | | Fix FeatureNew false positive in vcs_tagNirbheek Chauhan2018-08-112-1/+15
* | | | Merge pull request #3657 from jon-turney/consolidate-dependency-check-reportNirbheek Chauhan2018-08-116-326/+349
|\ \ \ \
| * | | | Assert name isn't the empty string in find_external_dependency()Jon Turney2018-08-011-0/+1
| * | | | Restore and improve displaying dependency name with correct casingJon Turney2018-08-011-3/+17