Age | Commit message (Expand) | Author | Files | Lines |
2019-11-30 | cmake: Make output_target_map more robust (fixes #6208) | Daniel Mensinger | 7 | -66/+160 |
2019-11-30 | improve error message when old version detected | taz-007 | 1 | -1/+2 |
2019-11-30 | Fix regular expression for MSVC target arch detection | Luca Bacci | 1 | -1/+1 |
2019-11-29 | docs: fix typo | chris | 1 | -1/+1 |
2019-11-29 | tests: add osx test case for PIE builds. | Mihai Moldovan | 2 | -0/+8 |
2019-11-29 | linkers: AppleDynamicLinker supports -pie. | Mihai Moldovan | 1 | -0/+3 |
2019-11-28 | Revert "Have set() and set_quoted() of configuration object work with newlines." | Xavier Claessens | 4 | -15/+0 |
2019-11-28 | wrap: Redirect stdin to DEVNULL (again) | Nirbheek Chauhan | 1 | -0/+4 |
2019-11-28 | Merge pull request #5989 from xclaesse/cmake-part2 | Jussi Pakkanen | 7 | -26/+203 |
2019-11-28 | wrap: Resolver.get_git: Factor out --depth argument generation and make sure ... | Martin Hostettler | 1 | -5/+9 |
2019-11-28 | ci: hdf5: Actions MacOS CI added | Michael Hirsch, Ph.D | 1 | -62/+3 |
2019-11-28 | HDF5: make much more robust across platforms | Michael Hirsch, Ph.D | 6 | -73/+232 |
2019-11-28 | cmake: Reassign dependencies from header-only targets | Daniel Mensinger | 1 | -0/+45 |
2019-11-28 | cmake: Detect dependenciy cycles and avoid infinite recursion | Daniel Mensinger | 1 | -0/+9 |
2019-11-28 | cmake: Some minor fixup | Daniel Mensinger | 5 | -14/+47 |
2019-11-27 | docs: Fix typo [skip ci] | Robert Ancell | 1 | -1/+1 |
2019-11-27 | cmake: Add unit test for add_custom_target() and add_dependency() | Xavier Claessens | 3 | -0/+32 |
2019-11-27 | cmake: Propagate error when running command | Xavier Claessens | 1 | -1/+4 |
2019-11-27 | cmake: Add support for add_custom_target() with a command | Xavier Claessens | 3 | -13/+32 |
2019-11-27 | cmake: Add support for add_dependencies() | Xavier Claessens | 2 | -7/+43 |
2019-11-27 | modules/qt.py: friendlier "lrelease-qtN not found" error message | Marc Herbert | 1 | -0/+3 |
2019-11-27 | ci: lgtm: configure for Python 3 | Michael Hirsch, Ph.D | 1 | -0/+4 |
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 | 3 | -8/+15 |
2019-11-25 | Fix link_whole with a custom target | Xavier Claessens | 4 | -1/+21 |
2019-11-25 | Simplify list of build def files | Xavier Claessens | 1 | -23/+27 |
2019-11-25 | fs: Add parent() and name() methods | Xavier Claessens | 3 | -1/+29 |
2019-11-25 | Merge pull request #6213 from mensinda/cmNameFix | Jussi Pakkanen | 6 | -58/+110 |
2019-11-25 | dependencies/ui.py: Fix Vulkan detection on Windows | Chun-wei Fan | 1 | -2/+2 |
2019-11-25 | complete gfortran/intel/intel-cl fortran_std test | Michael Hirsch, Ph.D | 10 | -1/+218 |
2019-11-25 | dep: MPI make work for intel-cl and improve robustness | Michael Hirsch, Ph.D | 6 | -207/+279 |
2019-11-25 | openbsd: execinfo is not a compiler lib | Antoine Jacoutot | 1 | -2/+4 |
2019-11-21 | Add table entry for CUDA Toolkit 10.2.89. | Olexa Bilaniuk | 1 | -0/+1 |
2019-11-21 | Fix compute_int() when the value is -1 | Xavier Claessens | 2 | -1/+4 |
2019-11-21 | Meson Syntax Highlighter plugin for JetBrains IDEs. | Artsiom Chapialiou | 1 | -0/+1 |
2019-11-20 | cmake: add_custom_command fix empty and quoted parameters | Daniel Mensinger | 2 | -0/+3 |
2019-11-20 | cmake: Fix confilcting custom targets | Daniel Mensinger | 1 | -8/+28 |
2019-11-20 | cmake: Uniform target name handling | Daniel Mensinger | 5 | -50/+79 |
2019-11-20 | Merge pull request #6199 from mensinda/cmSysInc | Jussi Pakkanen | 8 | -24/+82 |
2019-11-19 | docs: clarify how Meson handles shebang in run_command [skip ci] | Paolo Borelli | 1 | -0/+3 |
2019-11-19 | Have set() and set_quoted() of configuration object work with newlines. | Jehan | 4 | -0/+15 |
2019-11-19 | Interpreter: display linker executable path, if available | Eric Le Bihan | 1 | -1/+1 |
2019-11-19 | Fix cross-compilation of D programs | Eric Le Bihan | 2 | -77/+86 |
2019-11-19 | ci: Add CI command to include text files in the CI log | Daniel Mensinger | 5 | -15/+61 |
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 | 4 | -9/+17 |
2019-11-19 | Enable code coverage using LLVM on macOS Catalina | Kurtis Rader | 1 | -0/+4 |
2019-11-18 | fortran: sync implicit-none args for intel,pgi,gfortran | Michael Hirsch, Ph.D | 1 | -2/+8 |
2019-11-18 | Merge pull request #6194 from scivision/coarrays | Jussi Pakkanen | 4 | -52/+78 |
2019-11-18 | fortran: note there is no has_function for Fortran | Michael Hirsch, Ph.D | 1 | -1/+7 |