Skip to content
Snippets Groups Projects
  1. Dec 03, 2021
  2. Oct 29, 2021
  3. Jul 28, 2021
  4. Jun 18, 2021
  5. Jun 10, 2021
  6. May 19, 2021
  7. Apr 14, 2021
  8. Mar 09, 2021
  9. Feb 10, 2021
  10. Dec 17, 2020
  11. Nov 25, 2020
  12. Oct 12, 2020
  13. Sep 24, 2020
  14. Jul 27, 2020
  15. Jun 26, 2020
  16. Jun 23, 2020
  17. Jun 17, 2020
  18. Jun 04, 2020
  19. 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
  20. May 06, 2020
  21. Apr 21, 2020
  22. Apr 06, 2020
  23. Mar 16, 2020
  24. Mar 12, 2020
  25. Feb 19, 2020
  26. Jan 29, 2020
  27. Jan 23, 2020
  28. Dec 11, 2019
  29. 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
  30. Nov 11, 2019
  31. Nov 03, 2019
  32. Oct 01, 2019
  33. Aug 28, 2019
  34. Oct 01, 2019
  35. Aug 13, 2019