summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove MinimalRebuild as it is deprecated. Closes #4539.nominrebuildJussi Pakkanen2018-11-211-1/+0
* CI: port cygwin job from appveyor to azure-pipelinesChristoph Reiter2018-11-214-38/+49
* minstall: Do not delete dst files when installing a directoryXavier Claessens2018-11-201-3/+1
* docs: Add missing `namespace` parameter documentation [skip ci]Iñigo Martínez2018-11-201-0/+1
* -Wl,--as-needed seems to break easily with mpi/fortranAlexis Jeandet2018-11-191-1/+1
* Fix flake8 whitespace reportsJon Turney2018-11-191-1/+1
* Fix flake8 'imported but unused' reportsJon Turney2018-11-193-3/+1
* lgtm: Instantiating an exception, but not raising itJon Turney2018-11-191-1/+1
* lgtm: Too few arguments for string format.Jon Turney2018-11-191-1/+1
* gnome.gtkdoc: Fix missing permitted `c_args` argumentIñigo Martínez2018-11-191-1/+2
* Merge pull request #4359 from dcbaker/icc-fixesDylan Baker2018-11-178-48/+124
|\
| * compilers: quiet ICC messages about pchDylan Baker2018-11-151-1/+1
| * tests: Fix fortran + cpp test for ifortDylan Baker2018-11-151-1/+12
| * compilers/fortran: pass -module ${path} instead of -module${path}Dylan Baker2018-11-151-1/+1
| * ifort: ifort needs to have -lifcore like gfotran needs -lgfortranDylan Baker2018-11-151-0/+3
| * compilers: Move get_allow_undefined_link_args to CompilerDylan Baker2018-11-153-29/+20
| * compilers: ICC should error when an unknown __attribute__ is testedDylan Baker2018-11-151-0/+1
| * compilers: Set the correct values for undefined modules on apple with iccDylan Baker2018-11-151-1/+5
| * compilers: Add ICC setting for get_allow_undefined_link_argsDylan Baker2018-11-151-0/+2
| * compilers: Enable PGO for ICCDylan Baker2018-11-151-5/+24
| * fortran: ifort doesn't have -pipeDylan Baker2018-11-151-0/+6
| * compilers: fix compiler.compile for Intel CompilersDylan Baker2018-11-152-8/+19
| * compilers/c_function_attributes: fix for ICCDylan Baker2018-11-152-6/+6
| * unittests: don't override LD_LIBRARY_PATHDylan Baker2018-11-151-2/+2
| * unittests: don't run sanitizer tests for on compilers without sanitizer supportDylan Baker2018-11-151-0/+20
| * compilers: Fix the set of features that ICC exposesDylan Baker2018-11-151-1/+8
| * dependencies/misc: Add openmp 5.0 preliminary supportDylan Baker2018-11-151-0/+1
* | Guard against broken lib paths returned by gcc.Jussi Pakkanen2018-11-171-3/+6
* | Add piter.py conference to video page. [skip ci]Jussi Pakkanen2018-11-171-0/+3
* | azure: Install Boost binaries for WindowsJon Turney2018-11-161-0/+15
* | azure: Install the DMD D compilerJon Turney2018-11-162-1/+21
* | azure: Install x86 python in vs2015 image when building for x86Jon Turney2018-11-161-1/+5
* | azure: Add JDK installed in vs2015 image to PATHJon Turney2018-11-161-1/+4
|/
* hotdoc: Fix has_extensions when several extensions are passed inThibault Saunier2018-11-152-1/+7
* Merge pull request #4500 from jon-turney/azure-vs2015Jussi Pakkanen2018-11-152-41/+55
|\
| * Workaround python 3.7.1 requiring that PYTHONPATH end in os.sepChristoph Reiter2018-11-131-1/+3
| * azure: Remove unneeded maxParallelJon Turney2018-11-131-2/+0
| * azure: Simplify how we always publish test resultsJon Turney2018-11-131-9/+2
| * azure: Match release branch names as wellJon Turney2018-11-131-0/+2
| * azure: Enable vs2015 jobsJon Turney2018-11-132-20/+23
| * azure: Install python3 for vs2015 imageJon Turney2018-11-131-5/+14
| * azure: Rewrite importing visual studio environment variablesJon Turney2018-11-131-6/+15
* | Merge pull request #4216 from dcbaker/wip/config-fileJussi Pakkanen2018-11-1519-53/+628
|\ \
| * | docs: Add documentation for Native FilesDylan Baker2018-11-143-0/+92
| * | environment: detect compilers from native filesDylan Baker2018-11-142-10/+201
| * | dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker2018-11-145-31/+62
| * | modules/python: Allow use of the native fileDylan Baker2018-11-144-2/+16
| * | modules/python3: allow specifying in the native fileDylan Baker2018-11-145-5/+14
| * | modules/windows: Allow getting windres from native fileDylan Baker2018-11-141-0/+8
| * | dependencies: Allow config tool dependencies to use native filesDylan Baker2018-11-144-1/+13