Skip to content
Snippets Groups Projects
  1. Dec 15, 2017
  2. Sep 29, 2017
  3. Mar 10, 2017
  4. Jan 18, 2017
  5. 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
  6. 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
  7. Jan 10, 2016
  8. Oct 23, 2015
  9. Jul 19, 2015
  10. Jul 17, 2015
  11. Feb 04, 2015
  12. Dec 14, 2014
  13. Sep 26, 2013
  14. Jun 07, 2012
  15. Feb 18, 2011
  16. Jan 07, 2011
  17. Oct 12, 2010
  18. Aug 31, 2010
  19. Aug 19, 2010
  20. Sep 17, 2009
  21. Aug 19, 2009
  22. Aug 18, 2009
  23. Apr 28, 2009
  24. Apr 15, 2008