aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-11-26Merge pull request #1093 from centricular/pypi-status-readmeJussi Pakkanen1-2/+8
2016-11-26Merge pull request #1059 from thiblahute/masterJussi Pakkanen1-3/+27
2016-11-26Add both native and cross compiler options to option list.Jussi Pakkanen2-29/+7
2016-11-23README.md: Add a warning about zipapp adding testsNirbheek Chauhan1-0/+4
2016-11-23Add pypi status to READMENirbheek Chauhan1-2/+4
2016-11-23Detect Qt5 properly on more platforms.Jussi Pakkanen1-3/+11
2016-11-22wrap: Allow specifying push URL in wrap files using gitThibault Saunier1-0/+5
2016-11-22wrap: Make sure that the cloned git repo is properly clonedThibault Saunier1-3/+22
2016-11-20gnome: Update required version for glib-compile-resources depfile fixesPatrick Griffis2-2/+2
2016-11-20Can set compiler arguments in Java.Jussi Pakkanen4-1/+24
2016-11-20Can give many alternative names to find_program to simplify searching.Jussi Pakkanen2-5/+9
2016-11-20Made has_function survive optimization flags. Closes #1053.Jussi Pakkanen1-3/+5
2016-11-20Can specify headers to install with Files.Jussi Pakkanen6-9/+17
2016-11-20Merge pull request #730 from mesonbuild/newtestJussi Pakkanen10-458/+391
2016-11-20Renamed test to plug hole in numbering.Jussi Pakkanen3-0/+0
2016-11-19Dead code removal.Jussi Pakkanen1-4/+0
2016-11-18Always specify installed data with a File object. Closes #858.Jussi Pakkanen9-24/+46
2016-11-18Disallow some keyword arguments to gnome.mkenums.Elliott Sales de Andrade1-1/+9
2016-11-18Can run special tests with the new tool.Jussi Pakkanen2-45/+48
2016-11-18All testing is now in mesontest.py, which simplifies a lot of stuff.Jussi Pakkanen6-344/+294
2016-11-18Made Meson test into a class rather than abusing global variables and as prep...Jussi Pakkanen2-179/+181
2016-11-18Can run benchmarks.Jussi Pakkanen1-1/+3
2016-11-18Run all tests if none are specified.Jussi Pakkanen2-4/+8
2016-11-18Use the same code for tests and benchmarks.Jussi Pakkanen2-89/+30
2016-11-18Removed subsuite targets.Jussi Pakkanen1-21/+0
2016-11-18Removed Valgrind from core.Jussi Pakkanen7-40/+8
2016-11-18Can run tests under gdb.Jussi Pakkanen1-14/+29
2016-11-18Add option to run under gdb.Jussi Pakkanen1-0/+6
2016-11-18New test runner.Jussi Pakkanen2-1/+64
2016-11-17Removed duplicate log message for command running. Closes #1056.Jussi Pakkanen1-1/+0
2016-11-14Rename test cases to remove duplicate numbers.Elliott Sales de Andrade13-0/+0
2016-11-14Bump version for new development.Jussi Pakkanen1-1/+1
2016-11-14Updated version number for release.0.36.0Jussi Pakkanen5-5/+5
2016-11-14Fix message to be checked in Qt5 unit test.Elliott Sales de Andrade1-1/+1
2016-11-14Hotfix for cross-compilation from Windows to LinuxNirbheek Chauhan1-5/+27
2016-11-14trivial: remove executable bits on gnome frameworkIgor Gnatenko10-0/+0
2016-11-14Only add src_include_dir if it has been defined.Jussi Pakkanen1-1/+2
2016-11-14Disable gresource dependency generation as it breaks Ninja.Jussi Pakkanen2-14/+18
2016-11-14More robust link check.Jussi Pakkanen1-2/+1
2016-11-13Use portable path separator in wrappers.Elliott Sales de Andrade2-2/+4
2016-11-13Merge pull request #1042 from centricular/fix-qt4-testcase-qtwidgetsJussi Pakkanen2-16/+46
2016-11-13Added new files to manifest.Jussi Pakkanen1-0/+3
2016-11-13GTest and GMock changed their entire project layout on 1.8.0. Again. Fix it.Jussi Pakkanen1-9/+17
2016-11-13tests/4 qt: Test that invalid modules are not foundNirbheek Chauhan1-0/+11
2016-11-13tests/4 qt: Don't search for QtWidgets with Qt4Nirbheek Chauhan1-1/+6
2016-11-13qt: Fix qmake detection on Linux and WindowsNirbheek Chauhan1-15/+29
2016-11-12vala: Generate GIR into the build directory (fix #185)Guillaume Poirier-Morency4-1/+30
2016-11-12Merge pull request #1022 from centricular/fix-girtarget-deps-includesJussi Pakkanen13-39/+351
2016-11-13Merged generate_gir fix.Jussi Pakkanen1-2/+7
2016-11-13Add a test for gir dependencies and includesNirbheek Chauhan12-23/+314