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