summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* compilers: Fix exception handling in compiler checksnirbheek/fix-contextmanager-tracebackNirbheek Chauhan2018-11-281-43/+45
* docs: Remove mention of appveyor from Contributing docJon Turney2018-11-281-10/+9
* appveyor: Remove vs2015 jobsJon Turney2018-11-281-119/+0
* Use /O1 instead of /Os for MSVC as the latter is deprecated.Jussi Pakkanen2018-11-281-2/+3
* azure-pipelines: install cmake in msys2Christoph Reiter2018-11-271-1/+9
* azure: ignore PRs which should be skipped for ciJon Turney2018-11-271-1/+1
* Merge pull request #4191 from trilader/feature/projectinfo-from-sourceJussi Pakkanen2018-11-275-32/+210
|\
| * Remove name property from introspect --projectinfo as it is not usedDaniel Schulte2018-11-262-6/+2
| * mintro: Allow introspect --projectinfo without build directory.Daniel Schulte2018-11-263-2/+140
| * AstInterpreter: Stub out more functionsDaniel Schulte2018-11-261-2/+25
| * mintro: Split list_buildsystem_files into generation and command functionDaniel Schulte2018-11-261-2/+6
| * Split AstInterpreter into base class and RewriterInterpreterDaniel Schulte2018-11-262-27/+44
* | Remove linkerlike args from compile checks. Closes #4542.Jussi Pakkanen2018-11-272-1/+10
* | Fixed unit test (see #4549)Daniel Mensinger2018-11-272-17/+20
|/
* Fixed unbound cmvers variable (#4549)Daniel Mensinger2018-11-261-0/+1
* Merge pull request #4546 from mensinda/buildoptsJussi Pakkanen2018-11-265-17/+95
|\
| * Updated docs [skip ci]Daniel Mensinger2018-11-242-0/+50
| * Sorted arrays alphabeticallyDaniel Mensinger2018-11-242-22/+22
| * Added 'section' key to buildoptions introspectionDaniel Mensinger2018-11-242-6/+34
* | CI: port msys2 jobs from appveyor to azure-pipelinesChristoph Reiter2018-11-262-15/+50
|/
* Use first 7 letters of sha256 for subdirectory part of target idAleksey Filippov2018-11-222-11/+47
* dependencies/ui: Fix qt compiler detection when bindir is setDylan Baker2018-11-221-1/+3
* Fix subproject initialization without git installed.Elliott Sales de Andrade2018-11-221-2/+5
* [skip ci] Document CFLAGS and friends in main docsFloris Bruynooghe2018-11-222-0/+29
* Remove MinimalRebuild as it is deprecated. Closes #4539.Jussi Pakkanen2018-11-221-1/+0
* CMake find_package dependency backend (#4444)Daniel Mensinger2018-11-2213-17/+861
* docs: Alphabetically sort reference table rows [skip ci]Jon Turney2018-11-221-31/+31
* docs: Add clang-cl to reference table for compiler get_id() values [skip ci]Jon Turney2018-11-221-0/+1
* pkgconfig: add support for pkgconfig generation for c#Marcel Hollerbach2018-11-214-5/+45
* 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