Skip to content
Snippets Groups Projects
  1. Jan 08, 2017
  2. Dec 27, 2016
  3. Nov 14, 2016
  4. Nov 13, 2016
  5. Nov 12, 2016
  6. Oct 09, 2016
  7. Oct 04, 2016
  8. Sep 22, 2016
  9. Sep 09, 2016
  10. Aug 25, 2016
  11. Aug 22, 2016
  12. Aug 11, 2016
  13. 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
  14. Jul 28, 2016
  15. Jul 17, 2016
  16. Jul 10, 2016
  17. Jul 09, 2016
  18. Jul 08, 2016
  19. Jul 07, 2016