Skip to content
Snippets Groups Projects
  1. Apr 04, 2019
  2. Apr 03, 2019
  3. Apr 02, 2019
  4. Apr 04, 2019
  5. Apr 03, 2019
  6. Apr 05, 2019
    • Mark OLESEN's avatar
      ENH: add fileName::concat static method · baaf8d6b
      Mark OLESEN authored
      - similar to the global '/' operator, but taking raw strings and not
        performing any stripping.
      
        Was previously a local function within POSIX.C, but it is useful enough
        to be in fileName itself.
      baaf8d6b
  7. Apr 01, 2019
    • Mark OLESEN's avatar
      ENH: allow space char in fileName is now configurable (#1008) · 89245fa7
      Mark OLESEN authored
      - having whitespace in fileName can be somewhat fragile since it means
        that the fileName components do not necessarily correspond to a
        'Foam::word'. But in many cases it will work provided that spaces
        are not present in the final portion of the simulation directory
        itself.
      
          InfoSwitches
          {
              // Allow space character in fileName (use with caution)
              allowSpaceInFileName    0;
          }
      
      - now use doClean=true as default for fileName::validate(). Was false.
      
        Unlike fileName::clean() this requires no internal string rewrite
        since the characters are being copied.  Also handle any path
        separator transformations (ie, backslash => forward slash) at the
        same time. This makes it resemble the std::filesystem a bit more.
      89245fa7
  8. Apr 04, 2019
  9. Apr 03, 2019
  10. Apr 01, 2019
  11. Mar 29, 2019
  12. Mar 27, 2019
  13. Mar 28, 2019
  14. Mar 27, 2019
  15. Mar 26, 2019
  16. Mar 25, 2019
  17. Mar 21, 2019
  18. Mar 20, 2019
  19. Mar 22, 2019
  20. Mar 21, 2019