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. Jul 19, 2015
  8. Jul 17, 2015
  9. Dec 14, 2014
  10. Jan 07, 2011
  11. Aug 31, 2010
  12. Aug 19, 2010
  13. Sep 17, 2009
  14. Aug 19, 2009
  15. Aug 18, 2009
  16. Jul 29, 2009
    • Mark Olesen's avatar
      Add provisioning for gcc-4.4.1 · efce7376
      Mark Olesen authored
      - compile into linux64Gcc44, linuxGcc44 to avoid clashes during testing
      - continue to use gmp-4.2.4 since gmp-4.3.x might be miscompiled with
        a system gcc-4.3.2
      efce7376
  17. Apr 28, 2009
  18. Feb 02, 2009
  19. Jan 21, 2009
  20. Jul 24, 2008
  21. Jul 09, 2008
  22. Apr 15, 2008