Skip to content
Snippets Groups Projects
  1. Jun 15, 2020
  2. Jun 05, 2020
  3. May 14, 2020
  4. May 02, 2020
  5. Apr 15, 2020
  6. Jan 20, 2020
  7. Dec 17, 2019
  8. Dec 15, 2019
  9. Dec 09, 2019
  10. Nov 20, 2019
  11. Nov 19, 2019
  12. Nov 12, 2019
  13. Nov 11, 2019
  14. Oct 28, 2019
  15. Oct 02, 2019
  16. Aug 16, 2019
  17. Jul 31, 2019
  18. Jul 29, 2019
    • Mark OLESEN's avatar
      BUG: export minimal compiler flags for VTK, ParaView (fixes #44) · 17a443a5
      Mark OLESEN authored
      - in 1906, we changed the handling of compiler flags to include the
        exact values as used by OpenFOAM.
      
        While this is needed for compiling some external programs -- see
        OpenFOAM-plus#1256
        for the discussion -- it appears to bring in flags that upset
        some of the ParaView (and possibly VTK) compilation.
      
        The culprits are likely to be found in the various '-W' switches,
        but for now we simply extract a mininal set of compiler flags
        that include -std=c++11 -m64 -fPIC, but no optimization flags,
        additional warnings flags or OpenFOAM-specific defines.
      17a443a5
  19. Jun 28, 2019
  20. Jun 27, 2019
  21. Jun 13, 2019
  22. Jun 09, 2019
  23. Jun 07, 2019
  24. Jun 06, 2019
  25. Apr 29, 2019
  26. Apr 27, 2019
    • Mark OLESEN's avatar
      COMP: force PROJECT_LIBS to be empty · bbbc7b29
      Mark OLESEN authored
      - additional safety when using wmake to generate .so or exe files.
        These third-party libraries must not themselves have a link
        dependency on OpenFOAM.
      bbbc7b29
  27. Apr 25, 2019
  28. Apr 12, 2019
  29. Mar 11, 2019
  30. Feb 14, 2019