Skip to content
Snippets Groups Projects
  1. Jul 12, 2019
    • Mark OLESEN's avatar
      ENH: HashTable and HashSet improvements · 4ee65d12
      Mark OLESEN authored
      - unfriend HashSet, HashTable IO operators
      
      - global min(), max(), minMax() functions taking a labelHashSet and an
        optional limit. For example,
      
            labelHashSet set = ...;
      
            Info<< "min is " << min(set) << nl;
            Info<< "max (non-negative) " << max(set, 0) << nl;
      
      - make HashTable iterator '->' dereferencing more consistent by also
        supporting non-pointer types as well.
      
      - read HashTable values in-situ to avoid copying
      4ee65d12
    • Mark OLESEN's avatar
      ENH: properly trap incorrect enumerations (#1372) · 05739d6a
      Mark OLESEN authored
      - the Enum::readEntry() method was previously as bit sloppy with
        respect to the enumeration that it accepted. If the input was
        non-mandatory, typos would go unnoticed. Now tighten things so that
        if an enumeration is found, it must also be valid.
      
      STYLE: remove unused/deprecated Enum::lookupOrFailsafe() method
      
      - this was only used in a few places internally in 1712 and 1806 but
        has since then been superseded by getOrDefault() with an optional
        'failsafe' flag.
      05739d6a
    • Mark OLESEN's avatar
      DEFEATURE: remove the now unused Xfer class · a40aac77
      Mark OLESEN authored
      - previously deprecated and slated for removal in 2018-03
      a40aac77
    • Mark OLESEN's avatar
      0203af18
    • Mark OLESEN's avatar
      ENH: accept bitSet for MeshedSurface::subsetMesh · 59f5e26b
      Mark OLESEN authored
      - add triSurface::subsetMesh single-parameter variant
      59f5e26b
  2. Jul 11, 2019
  3. Jul 12, 2019
  4. Jul 10, 2019
  5. Jul 09, 2019
  6. Jul 08, 2019
  7. Jul 05, 2019
  8. Jul 04, 2019
  9. Jul 02, 2019
  10. Jun 28, 2019
  11. Jul 09, 2019
  12. Jun 28, 2019
  13. Jun 27, 2019
  14. Jun 26, 2019