Skip to content
Snippets Groups Projects
  1. Feb 13, 2009
  2. Feb 12, 2009
  3. Feb 11, 2009
  4. Feb 10, 2009
  5. Feb 09, 2009
  6. Feb 06, 2009
    • Mark Olesen's avatar
      Merge commit 'OpenCFD/master' into olesenm · 844211a9
      Mark Olesen authored
      844211a9
    • Mark Olesen's avatar
      consistency update · 69918f23
      Mark Olesen authored
      - OSspecific: chmod() -> chMod(), even although it's not used anywhere
      
      - ListOps get subset() and inplaceSubset() templated on BoolListType
      
      - added UList<bool>::operator[](..) const specialization.
        Returns false (actually pTraits<bool>::zero) for out-of-range elements.
        This lets us use List<bool> with lazy evaluation and no noticeable
        change in performance.
      
      - use rcIndex() and fcIndex() wherever possible.
        Could check if branching or modulus is faster for fcIndex().
      
      - UList and FixedList get 'const T* cdata() const' and 'T* data()' members.
        Similar to the STL front() and std::string::data() methods, they return a
        pointer to the first element without needing to write '&myList[0]', recast
        begin() or violate const-ness.
      69918f23
    • mattijs's avatar
      making overwrite work · 9b0bebec
      mattijs authored
      9b0bebec
    • Mark Olesen's avatar
      Merge commit 'OpenCFD/master' into olesenm · 603364e1
      Mark Olesen authored
      603364e1
    • Mark Olesen's avatar
      Merge commit 'd7b321bf' into olesenm · 285a04a5
      Mark Olesen authored
      Conflicts:
      	src/OpenFOAM/db/Time/findInstance.C
      285a04a5
    • mattijs's avatar
      distribution of triSurfaces · 510a35b8
      mattijs authored
      510a35b8