Skip to content
Snippets Groups Projects
  1. Dec 12, 2017
  2. Dec 11, 2017
  3. Dec 06, 2017
  4. Dec 05, 2017
  5. Dec 04, 2017
    • Martin Nolte's avatar
      [cmake][python] use `pip --upgrade` on install · a127f6d0
      Martin Nolte authored
      This patch will always upgrade the Python package upon `make install`.
      
      Previously, the Python package was only installed, if the package had not
      been installed before. This violates the principle of least surprise as we
      intuitively except `make install` to overwrite all files during the install
      procedure.
      a127f6d0
  6. Dec 01, 2017
  7. Nov 30, 2017
  8. Nov 29, 2017
  9. Nov 28, 2017
    • Markus Blatt's avatar
      Make CMake work with disabled version check. · 2ffb1fc4
      Markus Blatt authored
      Before this commit setting DISABLE_CXX_VERSION_CHECK to true resulted
      in the CMake error:
      
      CMake Error at cmake/modules/CheckCXXFeatures.cmake:110 (if):
        if given arguments:
      
          "14" "GREATER"
      
        Unknown arguments specified
      Call Stack (most recent call first):
        cmake/modules/CheckCXXFeatures.cmake:199 (dune_require_cxx_standard)
        cmake/modules/DuneMacros.cmake:690 (include)
        CMakeLists.txt:17 (dune_project)
      2ffb1fc4
  10. Nov 27, 2017
  11. Nov 23, 2017
  12. Nov 22, 2017
Loading