Skip to content
Snippets Groups Projects
  1. Mar 09, 2021
  2. Feb 10, 2021
  3. Dec 17, 2020
  4. Nov 25, 2020
  5. Oct 12, 2020
  6. Sep 24, 2020
  7. Jul 27, 2020
  8. Jun 26, 2020
  9. Jun 23, 2020
  10. Jun 17, 2020
  11. Jun 04, 2020
  12. May 12, 2020
    • Mark OLESEN's avatar
      ENH: add 'subcommand' handling to wmake (#1693) · 9e3d0685
      Mark OLESEN authored
      - initial split of wmake-related commands into "plumbing" and
        "porcelain" akin to how git handles things.
      
      - wmakeBuildInfo (very low-level), now relocated to the wmake/scripts
        and accessible for the user as "wmake -build-info".
      
        This satisfies a long-standing desire to access build information
        in a fashion similar to the api/patch information.
      
      CONFIG: avoid git information when building with a debian/ directory
      
      - when a 'debian/' directory exists, there is a high probability that
        the '.git/' directory is from debian and not from OpenFOAM (ie,
        useless here). This corresponds to an implicit '-no-git', which has
        no effect when building from pristine sources.
      
      ENH: wmakeCheckPwd becomes scripts/wmake-check-dir
      
      - accessible for the user as "wmake -check-dir" and with 1 or 2
        directory names. A wmakeCheckPwd symlink left for compatibility.
      9e3d0685
  13. May 06, 2020
  14. Apr 21, 2020
  15. Apr 06, 2020
  16. Mar 16, 2020
  17. Mar 12, 2020
  18. Feb 19, 2020
  19. Jan 29, 2020
  20. Jan 23, 2020
  21. Dec 11, 2019
  22. Nov 19, 2019
    • Mark OLESEN's avatar
      ENH: add conditionals to #eval (string to scalar) · 9e6683f7
      Mark OLESEN authored
      Example,
      
           ($radius > 10) ? sin(degToRad(45)) : cos(degToRad(30))
      
      - protect division and modulo against zero-divide.
      
      - add scanner/parser debugging switches in the namespace,
        selectable as "stringToScalar". For example,
      
          debug parser:  foamDictionary -debug-switch stringToScalar=2
          debug scanner: foamDictionary -debug-switch stringToScalar=4
          debug both:    foamDictionary -debug-switch stringToScalar=6
      9e6683f7
  23. Nov 11, 2019
  24. Nov 03, 2019
  25. Oct 01, 2019
  26. Aug 28, 2019
  27. Oct 01, 2019
  28. Aug 13, 2019
  29. Aug 06, 2019
  30. Jul 24, 2019
  31. Jul 14, 2019
  32. Jul 08, 2019
  33. Jun 13, 2019
  34. May 31, 2019
  35. Apr 10, 2019