Skip to content
Snippets Groups Projects
  1. Jan 06, 2018
  2. Dec 14, 2017
  3. Dec 12, 2017
  4. Dec 11, 2017
  5. Dec 06, 2017
  6. Dec 05, 2017
  7. 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
  8. Dec 01, 2017
  9. Nov 30, 2017
    • Jö Fahlke's avatar
      Merge branch 'fix-send-for-variable-size-communicator-master' into 'master' · 407bb7c9
      Jö Fahlke authored
      Do not assume that the complete message fits into tht buffer when sending in VariableSizeCommunicator
      
      Closes #105
      
      See merge request !416
      407bb7c9
    • Markus Blatt's avatar
      Use decrement operator · 91bb93d2
      Markus Blatt authored
      91bb93d2
    • Jö Fahlke's avatar
      [whitespace-hook] Check only those files we really intent to check. · 2c3024bc
      Jö Fahlke authored
      - For the files that should only occur in the toplevel directory, make sure to
        only match them in the toplevel directory.  This allows having them in an
        imported header only library in some subdirectory.
        + For files such as `.cc` or `.hh` that are matched by extension, there is
          no sane generic way to not check them when they are imported from
          somewhere else, so you'll still have to do something special, sorry.
      - For files that are matched by name, make sure that name matches the full
        basename of the file, not just a suffix.
      - Pass the regular expressions to perl in a safe way so they can contain
        arbitrary character without arcane quoting.  This mostly applies to the path
        separator '/'.
      2c3024bc
    • Markus Blatt's avatar
      Do not assume that a message cannot be split into multiple messages when sending. · b644237b
      Markus Blatt authored
      If the buffer is small the we need to issue multiple sends and receive.
      Unfortunately, the logic when sending was broken before this commit. It
      simply always assumed that the buffer was larger than the complete message
      to be send.
      b644237b
  10. Nov 29, 2017
  11. 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
  12. Nov 27, 2017
Loading