Skip to content
Snippets Groups Projects
  1. Jun 25, 2019
  2. Jun 24, 2019
  3. May 31, 2019
  4. Apr 29, 2019
  5. Apr 09, 2019
  6. Apr 08, 2019
  7. Mar 13, 2019
  8. Feb 15, 2019
  9. Jan 07, 2019
  10. Feb 12, 2019
  11. Jan 31, 2019
  12. Jan 09, 2019
  13. Jan 07, 2019
  14. Dec 21, 2018
  15. Dec 11, 2018
  16. Dec 05, 2018
  17. Dec 04, 2018
  18. Nov 29, 2018
  19. Nov 21, 2018
  20. Nov 20, 2018
  21. Nov 03, 2018
  22. Jul 30, 2018
  23. Jun 28, 2018
  24. Jun 26, 2018
  25. Jun 24, 2018
    • Mark OLESEN's avatar
      SUBMODULE: updates for catalyst · d9568a4b
      Mark OLESEN authored
      - SIGFPE handling, cmake configuration
      
      CONFIG: adjust for simplified Catalyst channel naming
      
      - no sub-channels, select volField output based in the
        (internal | boundary) dictionary switches instead
      d9568a4b
  26. May 29, 2018
  27. Jan 08, 2018
  28. Dec 30, 2017
  29. Dec 22, 2017
  30. Dec 21, 2017
  31. Dec 18, 2017
  32. Dec 13, 2017
    • Mark OLESEN's avatar
      CONFIG: add additional modules/ directory and Module namespace · ffc1c5ac
      Mark OLESEN authored
      - any code placed here should provide Allwmake and Allwclean scripts
        and normally have compilation targets into FOAM_APPBIN, FOAM_LIBBIN
      
        Since there is no standardize places for sources or applications,
        a simultaneous build of a module's doxygen documentation requires
        a minor bit of manual effort. Add (via symlink) the sources into
        the modules/doc/ directory to have them included in the normal
        OpenFOAM doxygen documentation generation.
      
        A makelink.example file is provided there as an example.
      ffc1c5ac
  33. May 17, 2018
    • Mark OLESEN's avatar
      ENH: avoid memory leaks for HashPtrTable, PtrMap insertion (issue #749) · 48d654cf
      Mark OLESEN authored
      - disallow insert() of raw pointers, since a failed insertion
        (ie, entry already existed) results in an unmanaged pointer.
      
        Either insert using an autoPtr, or set() with raw pointers or autoPtr.
      
      - IOobjectList::add() now takes an autoPtr instead of an object reference
      
      - IOobjectList::remove() now returns an autoPtr instead of a raw pointer
      48d654cf
  34. May 16, 2018
  35. May 11, 2018
  36. Apr 26, 2018
  37. Apr 12, 2018