Skip to content
Snippets Groups Projects
  1. Nov 08, 2017
  2. Nov 07, 2017
  3. Nov 06, 2017
  4. Nov 05, 2017
  5. Nov 06, 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
    • Mark OLESEN's avatar
      ENH: consistent reverse iterator definitions for UList and FixedList · cd46cb70
      Mark OLESEN authored
      - consistent with C++ STL conventions, the reverse iterators should
        use operator++ to transit the list from rbegin() to rend().
      
        The previous implementation used raw pointers, which meant that they
        had the opposite behaviour: operator-- to transit from rbegin() to
        rend().
      
        The updated version only has operator++ defined, thus the compiler
        should catch any possible instances where people were using the old
        (incorrect) versions.
      
      - updated forAllReverseIters() and forAllConstReverseIters() macros to
        be consistent with new implementation and with C++ STL conventions.
      cd46cb70
    • Mark OLESEN's avatar
      ENH: add reverse iteration macros · d6b32094
      Mark OLESEN authored
      - forAllReverseIters and forAllReverseConstIters macros
      - stdFoam::rbegin(), stdFoam::rend()
        stdFoam::crbegin(), stdFoam::crend()
      d6b32094
    • Mark OLESEN's avatar
      Merge branch 'feature-dictionary-scoping-lvalue' into 'develop' · 15ac4e5c
      Mark OLESEN authored
      Feature dictionary scoping lvalue
      
      See merge request OpenFOAM-plus!124
      15ac4e5c