| Commit message (Expand) | Author | Age | Files | Lines |
* | find_program: Always use USERPROFILE instead of HOMEfix-windowsapps-msys | Nirbheek Chauhan | 2020-01-15 | 2 | -1/+12 |
* | Add .wrap file syntax detection for vim | Luke Drummond | 2020-01-14 | 1 | -0/+1 |
* | find_program: Ignore programs in the WindowsApps directory | Nirbheek Chauhan | 2020-01-14 | 1 | -2/+18 |
* | pkgconfig module: add FeatureNew for requires: dependency('foo') | Eli Schwartz | 2020-01-09 | 2 | -4/+9 |
* | bugfix: hdf5 depenedency: make sure variable is always defined | Michael Hirsch, Ph.D | 2020-01-08 | 1 | -1/+1 |
* | types: Fix/ignore flake8 B014/F811 | Daniel Mensinger | 2020-01-08 | 2 | -13/+13 |
* | types: import typing as T (fixes #6333) | Daniel Mensinger | 2020-01-08 | 55 | -942/+929 |
* | mention lack of up-to-date dependencies explicitly [skip ci] | Vadim Zhukov | 2020-01-08 | 1 | -1/+3 |
* | [skip ci] Use more up-to-date wording for package managers | Vadim Zhukov | 2020-01-08 | 1 | -4/+2 |
* | Rename test dirs to sequential order. | Jussi Pakkanen | 2020-01-08 | 37 | -4/+4 |
* | Bump version number for new development. | Jussi Pakkanen | 2020-01-07 | 1 | -1/+1 |
* | Prepare new release.0.53.0 | Jussi Pakkanen | 2020-01-07 | 20 | -172/+196 |
* | One more symlink test skip. | Jussi Pakkanen | 2020-01-07 | 1 | -1/+1 |
* | environment: Fix detection of icc on macOS | Dylan Baker | 2020-01-07 | 1 | -6/+3 |
* | Updated linker MR (#6407) | Jussi Pakkanen | 2020-01-06 | 3 | -12/+21 |
* | Make D template work even if dub is not available. | Jussi Pakkanen | 2019-12-31 | 1 | -7/+9 |
* | Only run symlink test from git checkout. | Jussi Pakkanen | 2019-12-29 | 1 | -1/+11 |
* | cmake: Use trace for missing link flags (fixes #6386) | Daniel Mensinger | 2019-12-29 | 12 | -8/+152 |
* | bugfix: netcdf pkgconfig stop if found | Michael Hirsch, Ph.D | 2019-12-28 | 1 | -0/+2 |
* | Merge pull request #6380 from scivision/cuda_qc | Jussi Pakkanen | 2019-12-28 | 18 | -59/+69 |
|\ |
|
| * | refactor: cuda no unused args | Michael Hirsch, Ph.D | 2019-12-23 | 16 | -25/+25 |
| * | doc: cuda windows comment | Michael Hirsch, Ph.D | 2019-12-23 | 1 | -1/+2 |
| * | doc: examples of run_project_tests.py options | Michael Hirsch, Ph.D | 2019-12-23 | 1 | -33/+42 |
* | | bugfix: check len before index | Michael Hirsch, Ph.D | 2019-12-24 | 1 | -2/+2 |
|/ |
|
* | cmake: Fix obeject libraries | Daniel Mensinger | 2019-12-22 | 16 | -23/+236 |
* | Merge pull request #6355 from scivision/depmethod | Jussi Pakkanen | 2019-12-21 | 9 | -186/+226 |
|\ |
|
| * | ci: improve robustness | Michael Hirsch, Ph.D | 2019-12-19 | 4 | -23/+23 |
| * | dependencies: refactor to use methods properly | Michael Hirsch, Ph.D | 2019-12-19 | 5 | -163/+203 |
* | | summary: Change 'section' to be a kwarg instead of positional | Xavier Claessens | 2019-12-19 | 4 | -50/+39 |
* | | add compiler.get_linker_id() method | Michael Hirsch, Ph.D | 2019-12-19 | 7 | -34/+69 |
|/ |
|
* | CI: Skip NetCDF Fortran test on OSX | Daniel Mensinger | 2019-12-19 | 1 | -1/+1 |
* | CI: Skip git tests if g-ir-scanner does not exist | Daniel Mensinger | 2019-12-19 | 2 | -2/+2 |
* | CI: Fix C++11 related error on osx for protocol buffer | Daniel Mensinger | 2019-12-19 | 1 | -1/+1 |
* | fs: rename samefile => is_samepath | Michael Hirsch, Ph.D | 2019-12-19 | 3 | -16/+29 |
* | linkers: Remove get_allow_undefined_args from link.exe | Dylan Baker | 2019-12-18 | 1 | -2/+1 |
* | PkgConfigDependency: Sort -L flags according to PKG_CONFIG_PATH | Ting-Wei Lan | 2019-12-18 | 2 | -0/+60 |
* | python: add embed to the python dependency function | Daniel Mensinger | 2019-12-18 | 5 | -12/+27 |
* | Merge pull request #4649 from dcbaker/summary-function | Jussi Pakkanen | 2019-12-18 | 9 | -6/+265 |
|\ |
|
| * | summary: Add 'Subprojects' section to main project | Xavier Claessens | 2019-12-12 | 1 | -4/+20 |
| * | summary: Add bool_yn keyword argument | Xavier Claessens | 2019-12-12 | 4 | -6/+21 |
| * | summary: Allow section with no title, and passing key/value separately | Xavier Claessens | 2019-12-12 | 5 | -26/+43 |
| * | Add a summary() function for configuration summarization | Xavier Claessens | 2019-12-12 | 9 | -2/+213 |
* | | Merge pull request #6065 from dcbaker/pass-options-to-linker-detection | Jussi Pakkanen | 2019-12-17 | 17 | -135/+156 |
|\ \ |
|
| * | | Consider compiler arguments in linker detection logic | Dylan Baker | 2019-12-12 | 5 | -17/+23 |
| * | | Allow setting <lang>_args before the compiler is detected | Dylan Baker | 2019-12-12 | 3 | -99/+102 |
| * | | compilers: Make get_display_language a class or static method | Dylan Baker | 2019-12-12 | 7 | -12/+11 |
| * | | compilers: move language attribute to the class level | Dylan Baker | 2019-12-12 | 12 | -13/+26 |
* | | | ci cmake: Windows link.exe skip due to symbol issues | Michael Hirsch, Ph.D | 2019-12-17 | 10 | -12/+16 |
* | | | Fail gracefully detecting hdf5 if pkg-config is not available. | Jussi Pakkanen | 2019-12-17 | 1 | -8/+11 |
* | | | Fix macOS library test when using system zlib. | Jussi Pakkanen | 2019-12-17 | 1 | -1/+2 |