Skip to content
Snippets Groups Projects
  1. Nov 06, 2017
  2. Nov 05, 2017
  3. Nov 06, 2017
  4. Nov 04, 2017
  5. Nov 07, 2017
  6. Nov 04, 2017
  7. Aug 09, 2017
  8. Nov 04, 2017
  9. Nov 03, 2017
  10. Nov 01, 2017
  11. Oct 31, 2017
    • Mark OLESEN's avatar
      ENH: improvements to HashTable internals · 053a648e
      Mark OLESEN authored
      - make single-parameter construct (label) explicit
      - consolidate iterators
      - slightly reduced overhead for some HashSet types
      - improved resizing behaviour
      - compact output for empty Ptr hashes
      053a648e
  12. Oct 30, 2017
  13. Oct 31, 2017
  14. Oct 30, 2017
  15. Oct 29, 2017
  16. Oct 28, 2017
  17. Oct 27, 2017
  18. Oct 26, 2017
    • Mark OLESEN's avatar
      STYLE: compilation of some unit tests · 8ec64d81
      Mark OLESEN authored
      8ec64d81
    • Mark OLESEN's avatar
      ENH: add fileName::validate static method (issue #628) · 16e75d84
      Mark OLESEN authored
      - similar to word::validate to allow stripping of invalid characters
        without triggering a FatalError.
      
      - use this validated fileName in Foam::readDir to avoid problems when
        a directory contains files with invalid characters in their names
      
      - adjust rmDir to handle filenames with invalid characters
      
      - fileName::equals() static method to compare strings while ignoring
        any differences that are solely due to duplicate slashes
      16e75d84