Skip to content
Snippets Groups Projects
  1. Jan 29, 2009
    • Mark Olesen's avatar
      Merge commit 'OpenCFD/master' into olesenm · 6ac84bf1
      Mark Olesen authored
      6ac84bf1
    • Mark Olesen's avatar
      PackedList improvements · 4e56643e
      Mark Olesen authored
      - dropped auto-vivification for now (performance issue), but reworked to
        allow easy reinstatement
      - derived both iterator and const_iterator from iteratorBase and use
        iteratorBase as our proxy for non-const access to the list elements.
        This allows properly chaining assignments:
           list[1] = list[2];
           list[1] = list[2] = 10;
      - assigning iterators from iteratorBase or other iterators works:
           iterator iter = list[20];
      - made template parameter nBits=1 the default
      4e56643e
    • Mark Olesen's avatar
      relocated PrimitivePatchTools -> PatchTools · 69f8c3b3
      Mark Olesen authored
      69f8c3b3
  2. Jan 28, 2009
  3. Jan 27, 2009
  4. Jan 26, 2009
  5. Jan 25, 2009
    • Mark Olesen's avatar
      PackedList changes · 84ec272d
      Mark Olesen authored
      - added Mattijs' speed tests
      - optimized resize() and assignment operators to avoid set() method
      - add const_iterator and re-did the proxy handling.
      
      Reading/writing by looping across iterators is still somewhat slow, but
      might be acceptable.
      84ec272d
  6. Jan 23, 2009
  7. Jan 22, 2009