aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-25ci/cygwin: Install pytest-xdist for unit testsNirbheek Chauhan1-0/+3
2019-07-25ci/cygwin: Don't need a special step to install cmakeNirbheek Chauhan1-4/+1
2019-07-25Added KDevelop to the docs (#5714) [skip ci]Daniel Mensinger1-0/+1
2019-07-25docs: Document when install: was added to configure_file [skip ci]Nirbheek Chauhan1-0/+6
2019-07-24tests/122 shared module: More verbose loggingNirbheek Chauhan2-2/+16
2019-07-24.travis.yml: Fix cross-mingw test failuresNirbheek Chauhan1-1/+1
2019-07-24ci: Fix failures in vs2019 jobs on AzureNirbheek Chauhan1-1/+1
2019-07-23Create multiple different archive types with dist.Jussi Pakkanen4-52/+82
2019-07-23Made dist a top level command.Jussi Pakkanen3-18/+15
2019-07-23meson: handle nested disablerMarc-André Lureau2-8/+14
2019-07-23compilers: pull sanitzier args into compiler classesDylan Baker4-21/+23
2019-07-23linkers: Always use mesonlib namespaceDylan Baker1-3/+2
2019-07-23compilers: return as-needed args as a listDylan Baker2-4/+4
2019-07-23linkers: Add get_base_link_args method to static linkersDylan Baker2-1/+7
2019-07-23compilers: Move lto args into compiler classDylan Baker2-5/+15
2019-07-23linkers: simplify and annotateDylan Baker1-153/+81
2019-07-23mesonlib: Annotate Popen_safe functionsDylan Baker1-4/+11
2019-07-23coredata: Add a type for the options dictDylan Baker1-0/+2
2019-07-23cmake: added test case for environment variablesDaniel Mensinger5-7/+38
2019-07-23meson: Use CMAKE_PREFIX_PATH environment variableDaniel Mensinger1-0/+6
2019-07-20Add optional progress bar when generating build.ninjaNirbheek Chauhan5-18/+68
2019-07-20unit tests: Check whether pytest-xdist is availableNirbheek Chauhan1-5/+4
2019-07-20unit tests: Use a timeout for tests that use the networkNirbheek Chauhan1-1/+7
2019-07-20ValaCompiler: only emit '--debug' in debug build.Jeremy Philippe1-1/+1
2019-07-19Add version check support to find_program()Xavier Claessens6-3/+77
2019-07-18unit tests: Test more syntax highlighting dataNirbheek Chauhan1-3/+38
2019-07-18fix all flake8 issuesDaniel Mensinger3-7/+5
2019-07-18azure cygwin cmake 3.14.5Michael Hirsch, Ph.D1-2/+2
2019-07-18add cross-platform test for cmake_module_pathMichael Hirsch, Ph.D2-0/+41
2019-07-18str => pathlib for cmakelistsMichael Hirsch, Ph.D1-10/+6
2019-07-17cmake: additional debug loggingDaniel Mensinger1-0/+3
2019-07-17cmake: Fix empty -D due to empty strings (closes #5522)Daniel Mensinger4-17/+52
2019-07-17mintro: Fix section key in buildoptionsDaniel Mensinger3-7/+26
2019-07-17Accept vs_module_defs for modulesMarc-André Lureau4-1/+13
2019-07-16gtkdoc: Add 'check' kwarg (#5591)Xavier Claessens12-29/+228
2019-07-16Add Irssi to Usersailin-nemui1-0/+1
2019-07-16Merge pull request #5654 from marxin/fix-return-type-warningsMichael Hirsch, Ph.D2-0/+5
2019-07-16Merge pull request #5663 from ePirat/patch-3Michael Hirsch, Ph.D1-3/+3
2019-07-16Docs: Fix brackets in generator examples [ci skip]ePirat1-3/+3
2019-07-16Fix missing return statements that are seen with -Werror=return-type.Martin Liska2-0/+5
2019-07-15No need to reserve build_ because we use build. instead.Jussi Pakkanen1-1/+1
2019-07-15meson: skip captured write if content didn't changeMarc-André Lureau1-2/+9
2019-07-15run_unittests: use sys.executable on Windows for pythonDylan Baker1-4/+1
2019-07-15compilers/mixins/pgi: Finish type annoationsDylan Baker1-21/+27
2019-07-15compilers: split pgi compiler out of compilers moduleDylan Baker5-72/+92
2019-07-15compilers/mixins/elbrus: add type annotations and fix typesDylan Baker4-18/+23
2019-07-15compilers: put elbrus in mixinsDylan Baker5-43/+62
2019-07-15compilers/mixins/clang: Add type annotationsDylan Baker1-12/+21
2019-07-15compilers: Put clang mixin in a moduleDylan Baker9-68/+92
2019-07-15compilers/mixins/arm: Add type annotations to armclangDylan Baker1-41/+47