aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-30interpreter: Allow install_script to use additional input typesDylan Baker10-18/+174
2020-04-30CI: pin pylintJon Turney1-1/+2
2020-04-29Fix symlink deletion with --wipe optionLaurent Pinchart1-1/+1
2020-04-29Merge pull request #6911 from mensinda/ciBionicJussi Pakkanen13-21/+145
2020-04-28Meson Cmake Wrapper unmaintained [skip ci]Brendan Simon1-1/+1
2020-04-28Clarified error message for test(). (#7040)Benjamin Frye1-1/+1
2020-04-28gnome: Fix usage of gobject-introspection as subprojectXavier Claessens2-59/+42
2020-04-28Adding a conditional case in _guess_files to confirm that the complete path i...georgev931-1/+16
2020-04-28ci: Upgrade to checkout@v2Daniel Mensinger1-2/+2
2020-04-28ci: Fix OpenSUSE immage boost_pythonDaniel Mensinger1-1/+1
2020-04-28tests: Skip hotdoc test if hotdoc is not installedDaniel Mensinger2-1/+16
2020-04-28ci: Added bionic imageDaniel Mensinger5-1/+72
2020-04-28tests: Add support for specifying tool requirementsDaniel Mensinger4-4/+31
2020-04-28tests: Avoid a CMake error by checking the CMake versionDaniel Mensinger2-7/+18
2020-04-28docs: Fix Contributing.mdDaniel Mensinger1-5/+5
2020-04-28dependency: log cached or skipped dependencies with reference to modulesEli Schwartz1-5/+8
2020-04-28find_program: Fixes when the program has been overridden by executableXavier Claessens6-23/+79
2020-04-28Merge pull request #7018 from dcbaker/junitJussi Pakkanen8-33/+275
2020-04-24backend/vs: Fix build when not all languages have pchPeter Harris1-10/+4
2020-04-24Adjust regex to handle cases such as C:/Program Files/foldergeorgev931-1/+1
2020-04-23ci: Try to fix opensuse imageDylan Baker1-1/+1
2020-04-23mtest: Generate a JUnit xml result fileDylan Baker4-0/+238
2020-04-23mtest: Store individual results for TAP testsDylan Baker1-21/+23
2020-04-23compilers: fix type issueAndrew Udvare1-1/+1
2020-04-23update MANIFEST.inMichael1-4/+2
2020-04-22mtest: Use textrwap.dedent for large blockDylan Baker1-8/+9
2020-04-22ci: install python3-lxmlDylan Baker4-3/+4
2020-04-22Issue: 7009: CMake/Centos7 Unable to find CMake even though it is installedAlexandre Lavigne1-1/+1
2020-04-21Use pkg_resource to find resources files (data)Dylan Baker2-4/+8
2020-04-21setup.cfg: Mark setuptools as requiredDylan Baker1-0/+2
2020-04-21Merge pull request #6816 from dcbaker/framework-matrixJussi Pakkanen14-46/+214
2020-04-21gtkdochelper.py: Ignore UnicodeEncodeError when printing outputChun-wei Fan1-1/+8
2020-04-21gtkdochelper.py: Support Windows cmd.exe consolesChun-wei Fan1-0/+1
2020-04-21switch python2 %s for python3 .formatMichael6-18/+18
2020-04-21docs/cross-compilation: Note appropriate values for cpu_family [skip ci]Dylan Baker1-8/+12
2020-04-20Compiler options per langJohn Ericson16-230/+397
2020-04-20fix ninja version inconsistentMichael2-3/+3
2020-04-20compilers: Silence warning about gnu_inline with clangNirbheek Chauhan4-6/+18
2020-04-20add introspect --buildsystem-files info [skip ci]Michael1-0/+15
2020-04-17interpreter: Correctly ignore def files in build directoryXavier Claessens4-7/+51
2020-04-17tests: Convert sdl2 to use a matrix optionDylan Baker3-17/+22
2020-04-17tests: use a json matrix for MPIDylan Baker1-0/+15
2020-04-17Add a json schema for the test.json used in testsDylan Baker4-2/+143
2020-04-17ci: Add python-jsonschemaDylan Baker5-5/+7
2020-04-17run_project_tests: Allow matrix tests to skipDylan Baker1-1/+5
2020-04-17run_project_tests: Add an option to put temprorary files in /tmpDylan Baker1-21/+22
2020-04-17cmake: Do not compile explicit header filesDaniel Mensinger13-15/+200
2020-04-17compilers: Honor <lang>_ld when linking C-like outputsOle André Vadla RavnÄs1-0/+4
2020-04-17Merge pull request #6980 from fooishbar/cmake-windows-system-lib-depsJussi Pakkanen1-2/+16
2020-04-17tests/common/203: Use a test matrixDylan Baker3-24/+41