Skip to content
Snippets Groups Projects
  1. Feb 28, 2018
  2. Sep 29, 2017
  3. Jul 31, 2017
  4. Aug 05, 2016
    • Henry Weller's avatar
      C++11: Update compilation rules to specify C++11 support and conformance · 7996a913
      Henry Weller authored
      The change from C++0x to C++11 allows all of C++11 functionality to be
      used in OpenFOAM, in particular constructor delegation which avoids code
      duplication or constructor helper functions.  However, this also means a
      change to the minimum gcc version supported which is now 4.7 rather than
      4.5.
      
      Note that gcc-4.7 does not support the entire C++11 standard but does
      support all of the functionality currently needed for further OpenFOAM
      development.  The minimum gcc-version which supports the entire C++11
      standard is 4.8 which is now the recommended minimum gcc version.
      7996a913
  5. Jan 24, 2016
    • Henry Weller's avatar
      wmake: Add support for compiler type default rules · c3a03105
      Henry Weller authored
      which may be optionally overridden by version-specific rules.
      
      For example the default rules for gcc on GNU/Linux x86_64 are in the
      wmake/rules/linux64Gcc directory.  If there is a need to change any of
      the rules for a specific version of gcc, e.g. gcc-4.8.4 the directory
      wmake/rules/linux64Gcc48 may be created into which any of the language
      files may be provided containing the rules to override the defaults.
      c3a03105
  6. Jan 10, 2016
  7. Sep 13, 2015
  8. Jul 19, 2015
  9. Jul 17, 2015
  10. Jun 23, 2015
  11. Dec 14, 2014
  12. Jan 07, 2011
  13. Aug 31, 2010
  14. Aug 19, 2010
  15. Sep 17, 2009
  16. Aug 19, 2009
  17. Aug 18, 2009
  18. Apr 28, 2009
  19. Apr 15, 2008