summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* No need to reserve build_ because we use build. instead.no_buildJussi Pakkanen2019-07-151-1/+1
* 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
|\
| * typoMichael Hirsch, Ph.D2019-07-081-3/+3
| * cleanup clang version minimumMichael Hirsch, Ph.D2019-07-081-31/+51
| * type hints @dcbakerMichael Hirsch, Ph.D2019-07-081-6/+5
| * add clang c_std=c18 aliasMichael Hirsch, Ph.D2019-07-083-19/+46
* | Remove unnecessary setup.cfg lines that confound offline useMichael Hirsch, Ph.D2019-07-111-3/+0
* | setup.py >= python 3.5.2Michael Hirsch, Ph.D2019-07-111-2/+2
* | docMichael Hirsch, Ph.D2019-07-111-1/+1
* | minimum python 3.5.2Michael Hirsch, Ph.D2019-07-111-1/+1
* | pythonic file checksMichael Hirsch, Ph.D2019-07-112-23/+22
* | add missing commasMichael Hirsch, Ph.D2019-07-111-4/+4
* | ENH: metadata PEP390 setup.cfgMichael Hirsch, Ph.D2019-07-114-59/+75
* | Ignore -D* and -fstack-protector* args for D compilersmyfreeweb2019-07-111-0/+4
* | cmake: Fix dependencies with try_compile (closes #5605)Daniel Mensinger2019-07-112-11/+55
* | Fix MSVC /link argument ordering (#5598)Norbert Nemec2019-07-111-19/+32
* | Merge pull request #5606 from xclaesse/alias_targetJussi Pakkanen2019-07-1111-18/+110
|\ \
| * | vs backend: commandrunner.py takes source dir firstXavier Claessens2019-07-101-1/+1
| * | Add alias_target() functionXavier Claessens2019-07-1011-17/+109
* | | Adapting Boost Python library detection to Boost >= 1.67. Closes #4288.gjaeger12019-07-115-12/+120
* | | try IMPORTED_IMPLIB before IMPORTED_LOCATION for cmake dependenciesNorbert Nemec2019-07-101-1/+5
* | | Merge pull request #5574 from mensinda/cmakeCCmdJussi Pakkanen2019-07-1016-46/+656
|\ \ \
| * | | cmake: Also detect Windows pathsDaniel Mensinger2019-06-281-1/+1
| * | | tests: Ignore all files in 'data' directoriesDaniel Mensinger2019-06-281-0/+2
| * | | cmake: Skip ARGS key in COMMANDDaniel Mensinger2019-06-282-1/+3