Age | Commit message (Expand) | Author | Files | Lines |
2019-12-04 | ci/test: unused args for objc, objc++ | Michael Hirsch, Ph.D | 5 | -5/+5 |
2019-12-04 | ci/test: unused args for Windows | Michael Hirsch, Ph.D | 32 | -26/+64 |
2019-12-03 | mparser.py: actually check the type of key variable, not its value | Marc Herbert | 1 | -5/+14 |
2019-11-30 | cmake: Make output_target_map more robust (fixes #6208) | Daniel Mensinger | 5 | -2/+65 |
2019-11-29 | tests: add osx test case for PIE builds. | Mihai Moldovan | 2 | -0/+8 |
2019-11-28 | Revert "Have set() and set_quoted() of configuration object work with newlines." | Xavier Claessens | 2 | -12/+0 |
2019-11-28 | Merge pull request #5989 from xclaesse/cmake-part2 | Jussi Pakkanen | 4 | -0/+51 |
2019-11-28 | HDF5: make much more robust across platforms | Michael Hirsch, Ph.D | 1 | -24/+11 |
2019-11-28 | cmake: Some minor fixup | Daniel Mensinger | 3 | -1/+20 |
2019-11-27 | cmake: Add unit test for add_custom_target() and add_dependency() | Xavier Claessens | 3 | -0/+32 |
2019-11-27 | tests: add clues to find missing private/qtobject_p.h [skip ci] | Marc | 1 | -0/+4 |
2019-11-26 | Fix crash when checking multi version on subproject dep | Xavier Claessens | 1 | -0/+6 |
2019-11-25 | Fix link_whole with a custom target | Xavier Claessens | 3 | -0/+17 |
2019-11-25 | fs: Add parent() and name() methods | Xavier Claessens | 1 | -0/+3 |
2019-11-25 | Merge pull request #6213 from mensinda/cmNameFix | Jussi Pakkanen | 4 | -10/+12 |
2019-11-25 | complete gfortran/intel/intel-cl fortran_std test | Michael Hirsch, Ph.D | 6 | -0/+149 |
2019-11-21 | Fix compute_int() when the value is -1 | Xavier Claessens | 1 | -0/+3 |
2019-11-20 | cmake: Uniform target name handling | Daniel Mensinger | 4 | -10/+12 |
2019-11-20 | Merge pull request #6199 from mensinda/cmSysInc | Jussi Pakkanen | 1 | -1/+5 |
2019-11-19 | Have set() and set_quoted() of configuration object work with newlines. | Jehan | 2 | -0/+12 |
2019-11-19 | cmake: Skip system include dir test for msvc | Daniel Mensinger | 1 | -0/+4 |
2019-11-19 | cmake: Handle CMake system include dirs (closes #6079) | Daniel Mensinger | 1 | -1/+1 |
2019-11-18 | Merge pull request #6194 from scivision/coarrays | Jussi Pakkanen | 1 | -7/+5 |
2019-11-18 | Use strict function prototypes | Michael Hirsch, Ph.D | 294 | -398/+396 |
2019-11-17 | ci: add timeout to coarray test | Michael Hirsch, Ph.D | 1 | -7/+5 |
2019-11-17 | Make all C main functions without arguments have "void" in arg list. | Jussi Pakkanen | 142 | -146/+146 |
2019-11-17 | Merge pull request #6150 from scivision/fsexpand | Jussi Pakkanen | 1 | -1/+52 |
2019-11-17 | use '-Werror=unused-parameter' for gcc/clang on project tests and -fimplicit-... | Michael Hirsch, Ph.D | 184 | -200/+197 |
2019-11-17 | fs: make replace_suffix not expand file to absolute path, just manipulate the... | Michael Hirsch, Ph.D | 1 | -4/+4 |
2019-11-17 | fs: replace_suffix | Michael Hirsch, Ph.D | 1 | -11/+11 |
2019-11-17 | fs: get file size | Michael Hirsch, Ph.D | 1 | -0/+14 |
2019-11-17 | fs: add hash compute method | Michael Hirsch, Ph.D | 1 | -0/+8 |
2019-11-17 | fs: further document and test behavior | Michael Hirsch, Ph.D | 1 | -0/+12 |
2019-11-17 | fs: extend self-test to cover windows as well for with_suffix | Michael Hirsch, Ph.D | 1 | -8/+9 |
2019-11-17 | add fs.with_suffix | Michael Hirsch, Ph.D | 1 | -0/+13 |
2019-11-17 | fs: use expanduser | Michael Hirsch, Ph.D | 1 | -0/+3 |
2019-11-13 | coredata: CmdLineFileParser no longer interpolates strings. | Paulo Neves | 1 | -0/+1 |
2019-11-13 | Revert "Add `-Wl,-rpath-link` for secondary dependencies" | Jussi Pakkanen | 8 | -45/+0 |
2019-11-12 | Fixed issue that the key's value type wasn't checked correctly. | fchin | 2 | -0/+18 |
2019-11-12 | Adding dictionary entry using string variable as key. | franczc | 1 | -0/+12 |
2019-11-10 | Store run target names in build. | Jussi Pakkanen | 1 | -0/+7 |
2019-11-08 | Created the filesystem module. | Jussi Pakkanen | 8 | -0/+36 |
2019-11-07 | wrap.py: catch connection error with WrapException | Michael Hirsch, Ph.D | 1 | -1/+1 |
2019-11-06 | Fix typos found by codespell | Wolfgang Stöggl | 8 | -21/+21 |
2019-11-05 | dependency('cuda') | Aleksey Gurtovoy | 17 | -0/+231 |
2019-10-24 | Return a disabler when an unknown method is called on a disabler object | James Hilliard | 1 | -0/+3 |
2019-10-23 | tests: add fortran-specific compiler checks | Michael Hirsch, Ph.D | 2 | -0/+31 |
2019-10-21 | Remove duplicated object files in static libraries | Xavier Claessens | 4 | -0/+29 |
2019-10-20 | cmake: Blacklist more compiler warning flags | Daniel Mensinger | 6 | -0/+78 |
2019-10-20 | Disable extension module tests with Python 3.8 and VS2015. | Jussi Pakkanen | 3 | -0/+20 |