summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* find_program: Always use USERPROFILE instead of HOMEfix-windowsapps-msysNirbheek Chauhan2020-01-152-1/+12
* Add .wrap file syntax detection for vimLuke Drummond2020-01-141-0/+1
* find_program: Ignore programs in the WindowsApps directoryNirbheek Chauhan2020-01-141-2/+18
* pkgconfig module: add FeatureNew for requires: dependency('foo')Eli Schwartz2020-01-092-4/+9
* bugfix: hdf5 depenedency: make sure variable is always definedMichael Hirsch, Ph.D2020-01-081-1/+1
* types: Fix/ignore flake8 B014/F811Daniel Mensinger2020-01-082-13/+13
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-0855-942/+929
* mention lack of up-to-date dependencies explicitly [skip ci]Vadim Zhukov2020-01-081-1/+3
* [skip ci] Use more up-to-date wording for package managersVadim Zhukov2020-01-081-4/+2
* Rename test dirs to sequential order.Jussi Pakkanen2020-01-0837-4/+4
* Bump version number for new development.Jussi Pakkanen2020-01-071-1/+1
* Prepare new release.0.53.0Jussi Pakkanen2020-01-0720-172/+196
* One more symlink test skip.Jussi Pakkanen2020-01-071-1/+1
* environment: Fix detection of icc on macOSDylan Baker2020-01-071-6/+3
* Updated linker MR (#6407)Jussi Pakkanen2020-01-063-12/+21
* Make D template work even if dub is not available.Jussi Pakkanen2019-12-311-7/+9
* Only run symlink test from git checkout.Jussi Pakkanen2019-12-291-1/+11
* 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