Skip to content
Snippets Groups Projects
  1. Oct 25, 2017
    • Mark OLESEN's avatar
      ENH: relocate protected List::size(label) to UList (issue #595) · 5c1ec7ec
      Mark OLESEN authored
      - makes it accessible for containers that manage their own storage
        and derive directly from UList.
      
      - DynamicList::min_size() method to access the corresponding
        SizeMin template parameter.
      
      - ensure consistency in the reserve size for the constructor
      
            DynamicList<..> lst(N);
      
        now has identical sizing as
      
            DynamicList<..> lst();
            reserve(N);
      5c1ec7ec
  2. Oct 28, 2017
  3. Oct 26, 2017
  4. Oct 25, 2017
  5. Oct 24, 2017
  6. Oct 23, 2017
  7. Oct 20, 2017
  8. Oct 12, 2017
  9. Oct 19, 2017
  10. Oct 13, 2017
  11. Oct 12, 2017
  12. Oct 11, 2017
  13. Oct 10, 2017
  14. Oct 09, 2017