Skip to content
Snippets Groups Projects
  1. Oct 06, 2014
  2. Jun 24, 2014
    • Markus Blatt's avatar
      [dunecontrol] Fixes error with installed old DUNE modules · 099ad827
      Markus Blatt authored
      If duncontrol detects an installed dune-common module, then it always
      assumed that it contains a lib/dunecontrol
      subdirectory. Unfortunately, this does not hold for older dune-common
      modules and dunecontrol will error out later with a message like
      
      /usr/local/lib/dunecontrol: file not found
      Execution of dunecontrol terminated due to errors!
      
      With this commit we fix this by actually checking whether the
      lib/dunecontrol subdirectoy exists before adding it to
      DUNE_CONTROL_PATH.
      
      Thanks a lot to wuhao sife for reporting this problem.
      099ad827
  3. May 01, 2014
  4. Apr 14, 2014
    • Steffen Müthing's avatar
      [Buildsystem] Require C++11-compliant compiler and clean up associated tests · 77c8533e
      Steffen Müthing authored
      As we have bumped our compiler requirements to GCC 4.4+, we can now
      require the compiler to support C++11.
      
      This patch updates both the autotools and the CMake tests to produce an
      error if the compiler doesn't support either -std=c++11 or -std=c++0x.
      
      It also renames the tests from ..0X to ..11 and renames the configure
      options from --disable-gxx0xcheck to --disable-cxx11check and removes a
      couple of redundant calls to the autotools macro.
      77c8533e
  5. Jan 31, 2014
  6. Jan 29, 2014
  7. Jan 16, 2014
  8. Jan 08, 2014
  9. Dec 19, 2013
  10. Dec 03, 2013
  11. Nov 22, 2013
  12. Aug 20, 2013
  13. Jun 13, 2013
  14. Jun 11, 2013
  15. May 01, 2013
  16. Apr 29, 2013
  17. Apr 25, 2013
    • Christian Engwer's avatar
      [dunecontrol] · ae0bbee3
      Christian Engwer authored
      fix incompatibility with mawk
      
      - explicitly state list of whitespaces
      - patch by Ansgar Burchardt
      
      [[Imported from SVN: r7452]]
      ae0bbee3
  18. Apr 24, 2013
  19. Mar 12, 2013
  20. Feb 25, 2013
  21. Feb 13, 2013
  22. Sep 20, 2012
  23. Aug 10, 2012
  24. Aug 08, 2012
  25. Aug 06, 2012
    • Christian Engwer's avatar
      [dunecontrol] · a5326996
      Christian Engwer authored
      improve error message for invalid module names
      
      [[Imported from SVN: r6881]]
      a5326996
  26. Jul 19, 2012
  27. Jul 18, 2012
  28. Jul 10, 2012
    • Christian Engwer's avatar
      [dunecontrol] · 9c82184e
      Christian Engwer authored
      actually depmode and mainmode where the same... only compute one of them
      
      [[Imported from SVN: r6859]]
      9c82184e
    • Christian Engwer's avatar
      [dunecontrol] · 5d6fff13
      Christian Engwer authored
      only update the module mode if it not DEPS, which is the
      
      [[Imported from SVN: r6858]]
      5d6fff13
    • Christian Engwer's avatar
      [dunecontrol] · 85994b29
      Christian Engwer authored
      documentation for _search_module
      
      [[Imported from SVN: r6857]]
      85994b29
    • Christian Engwer's avatar
      [dunecontrol] · e5f41b11
      Christian Engwer authored
      cleaner eval/test statements
      
      [[Imported from SVN: r6856]]
      e5f41b11
    • Christian Engwer's avatar
      [dunecontrol] · f23be9fd
      Christian Engwer authored
      just search any module (dependencies and suggestions)
      and do the splitting of DEPS and SUGS list afterwards
      => make sure a module is not listed twice
      
      [[Imported from SVN: r6855]]
      f23be9fd
Loading