summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Create multiple different archive types with dist.distcmdJussi Pakkanen2019-07-214-52/+82
* Made dist a top level command.Jussi Pakkanen2019-07-213-18/+15
* Add optional progress bar when generating build.ninjaNirbheek Chauhan2019-07-205-18/+68
* unit tests: Check whether pytest-xdist is availableNirbheek Chauhan2019-07-201-5/+4
* unit tests: Use a timeout for tests that use the networkNirbheek Chauhan2019-07-201-1/+7
* ValaCompiler: only emit '--debug' in debug build.Jeremy Philippe2019-07-201-1/+1
* Add version check support to find_program()Xavier Claessens2019-07-196-3/+77
* unit tests: Test more syntax highlighting dataNirbheek Chauhan2019-07-181-3/+38
* fix all flake8 issuesDaniel Mensinger2019-07-183-7/+5
* azure cygwin cmake 3.14.5Michael Hirsch, Ph.D2019-07-181-2/+2
* add cross-platform test for cmake_module_pathMichael Hirsch, Ph.D2019-07-182-0/+41
* str => pathlib for cmakelistsMichael Hirsch, Ph.D2019-07-181-10/+6
* cmake: additional debug loggingDaniel Mensinger2019-07-171-0/+3
* cmake: Fix empty -D due to empty strings (closes #5522)Daniel Mensinger2019-07-174-17/+52
* mintro: Fix section key in buildoptionsDaniel Mensinger2019-07-173-7/+26
* Accept vs_module_defs for modulesMarc-André Lureau2019-07-174-1/+13
* gtkdoc: Add 'check' kwarg (#5591)Xavier Claessens2019-07-1612-29/+228
* Add Irssi to Usersailin-nemui2019-07-161-0/+1
* Merge pull request #5654 from marxin/fix-return-type-warningsMichael Hirsch, Ph.D2019-07-162-0/+5
|\
| * Fix missing return statements that are seen with -Werror=return-type.Martin Liska2019-07-162-0/+5
* | Merge pull request #5663 from ePirat/patch-3Michael Hirsch, Ph.D2019-07-161-3/+3
|\ \ | |/ |/|
| * Docs: Fix brackets in generator examples [ci skip]ePirat2019-07-161-3/+3
|/
* No need to reserve build_ because we use build. instead.Jussi Pakkanen2019-07-151-1/+1
* meson: skip captured write if content didn't changeMarc-André Lureau2019-07-151-2/+9
* run_unittests: use sys.executable on Windows for pythonDylan Baker2019-07-151-4/+1
* compilers/mixins/pgi: Finish type annoationsDylan Baker2019-07-151-21/+27
* compilers: split pgi compiler out of compilers moduleDylan Baker2019-07-155-72/+92
* compilers/mixins/elbrus: add type annotations and fix typesDylan Baker2019-07-154-18/+23
* compilers: put elbrus in mixinsDylan Baker2019-07-155-43/+62
* compilers/mixins/clang: Add type annotationsDylan Baker2019-07-151-12/+21
* compilers: Put clang mixin in a moduleDylan Baker2019-07-159-68/+92
* compilers/mixins/arm: Add type annotations to armclangDylan Baker2019-07-151-41/+47
* compilers: move ArmClang into mixins/arm.pyDylan Baker2019-07-154-122/+119
* compilers/mixins/intel: add type annotationsDylan Baker2019-07-151-17/+24
* compilers: Put Intel compiler classes into the mixins folderDylan Baker2019-07-156-109/+139
* compilers/mixins/gnu: Add type annotationsDylan Baker2019-07-151-100/+119
* compilers: split gnu and gnulike compilers out of compilersDylan Baker2019-07-1510-373/+405
* compilers/mixins/visualstudio: Add type annotationsDylan Baker2019-07-151-106/+119
* compilers: Move the VisualStudioLikeCompiler class into mixinsDylan Baker2019-07-156-391/+418
* compilers/mixins/arm: Add type annotationsDylan Baker2019-07-151-42/+51
* compilers: Move ArmCompiler to a mixin moduleDylan Baker2019-07-154-111/+130
* compilers/mixins/ccrx: add type annotationsDylan Baker2019-07-151-48/+59
* compilers: move ccrx compiler abstraction into mixinsDylan Baker2019-07-155-134/+152
* compilers: Move clike into a mixins directoryDylan Baker2019-07-158-9/+10
* Add test to catch `-Werror=unused-parameter` brittlenessDavid Seifert2019-07-141-2/+9
* Do not fail on passing `-Werror=unused-parameter` from environmentDavid Seifert2019-07-145-14/+14
* cmake: Handle disabling subprojectsThibault Saunier2019-07-132-1/+9
* Change meson test's build failure exit code to 125Christoph Weiss2019-07-122-1/+20
* unit tests: Don't keep builddirs inside source tree on CygwinNirbheek Chauhan2019-07-121-1/+9
* Merge pull request #5560 from scivision/cstd18_bugMichael Hirsch, Ph.D2019-07-113-21/+67
|\