summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make D template work even if dub is not available.duboptionalJussi Pakkanen2019-12-301-7/+9
* cmake: Use trace for missing link flags (fixes #6386)Daniel Mensinger2019-12-2912-8/+152
* bugfix: netcdf pkgconfig stop if foundMichael Hirsch, Ph.D2019-12-281-0/+2
* Merge pull request #6380 from scivision/cuda_qcJussi Pakkanen2019-12-2818-59/+69
|\
| * refactor: cuda no unused argsMichael Hirsch, Ph.D2019-12-2316-25/+25
| * doc: cuda windows commentMichael Hirsch, Ph.D2019-12-231-1/+2
| * doc: examples of run_project_tests.py optionsMichael Hirsch, Ph.D2019-12-231-33/+42
* | bugfix: check len before indexMichael Hirsch, Ph.D2019-12-241-2/+2
|/
* cmake: Fix obeject librariesDaniel Mensinger2019-12-2216-23/+236
* Merge pull request #6355 from scivision/depmethodJussi Pakkanen2019-12-219-186/+226
|\
| * ci: improve robustnessMichael Hirsch, Ph.D2019-12-194-23/+23
| * dependencies: refactor to use methods properlyMichael Hirsch, Ph.D2019-12-195-163/+203
* | summary: Change 'section' to be a kwarg instead of positionalXavier Claessens2019-12-194-50/+39
* | add compiler.get_linker_id() methodMichael Hirsch, Ph.D2019-12-197-34/+69
|/
* CI: Skip NetCDF Fortran test on OSXDaniel Mensinger2019-12-191-1/+1
* CI: Skip git tests if g-ir-scanner does not existDaniel Mensinger2019-12-192-2/+2
* CI: Fix C++11 related error on osx for protocol bufferDaniel Mensinger2019-12-191-1/+1
* fs: rename samefile => is_samepathMichael Hirsch, Ph.D2019-12-193-16/+29
* linkers: Remove get_allow_undefined_args from link.exeDylan Baker2019-12-181-2/+1
* PkgConfigDependency: Sort -L flags according to PKG_CONFIG_PATHTing-Wei Lan2019-12-182-0/+60
* python: add embed to the python dependency functionDaniel Mensinger2019-12-185-12/+27
* Merge pull request #4649 from dcbaker/summary-functionJussi Pakkanen2019-12-189-6/+265
|\
| * summary: Add 'Subprojects' section to main projectXavier Claessens2019-12-121-4/+20
| * summary: Add bool_yn keyword argumentXavier Claessens2019-12-124-6/+21
| * summary: Allow section with no title, and passing key/value separatelyXavier Claessens2019-12-125-26/+43
| * Add a summary() function for configuration summarizationXavier Claessens2019-12-129-2/+213
* | Merge pull request #6065 from dcbaker/pass-options-to-linker-detectionJussi Pakkanen2019-12-1717-135/+156
|\ \
| * | Consider compiler arguments in linker detection logicDylan Baker2019-12-125-17/+23
| * | Allow setting <lang>_args before the compiler is detectedDylan Baker2019-12-123-99/+102
| * | compilers: Make get_display_language a class or static methodDylan Baker2019-12-127-12/+11
| * | compilers: move language attribute to the class levelDylan Baker2019-12-1212-13/+26
* | | ci cmake: Windows link.exe skip due to symbol issuesMichael Hirsch, Ph.D2019-12-1710-12/+16
* | | Fail gracefully detecting hdf5 if pkg-config is not available.Jussi Pakkanen2019-12-171-8/+11
* | | Fix macOS library test when using system zlib.Jussi Pakkanen2019-12-171-1/+2
* | | Clean MSI generator Try 2 [skip ci]Michael Brockus2019-12-161-28/+85
* | | default inc dirs: Fix warning on MSYS (fixes #6336)Daniel Mensinger2019-12-151-5/+8
* | | ci: type hint checking for compilers/mixins/intel.pyMichael Hirsch, Ph.D2019-12-141-1/+1
* | | intel/intel-cl: handle arguments in intel-specific wayMichael Hirsch, Ph.D2019-12-141-20/+38
* | | run_tests.py: use mlog.log_once to avoid spamming ninja < 1.9 warningsDylan Baker2019-12-131-3/+3
* | | compilers: make use of mlog.log_onceDylan Baker2019-12-132-6/+2
* | | mlog: Add a log_once functionDylan Baker2019-12-132-10/+67
* | | mlog: remove incorrect uses of global keywordDylan Baker2019-12-131-2/+0
* | | mintro: include test protocol in introspection dataPaolo Bonzini2019-12-134-2/+8
* | | ci fortran: add case where buildtype=release and warning_level=3Michael Hirsch, Ph.D2019-12-132-0/+6
|/ /
* | docs: Fix wrong example for shaderc dependency [skip ci]ePirat2019-12-121-12/+12
|/
* Merge pull request #6207 from dcbaker/linker-optionJussi Pakkanen2019-12-1115-174/+334
|\
| * run_unittests: Add tests for LD on windowsDylan Baker2019-12-031-0/+23
| * linkers: make constructor signature of VisualStudioLike linkers the sameDylan Baker2019-12-031-4/+6
| * environment: Fix selecting the linker with rustcDylan Baker2019-12-032-29/+45
| * linkers: Correct MSVC-like linkers invoke directly flagDylan Baker2019-12-031-1/+1