Skip to content
Snippets Groups Projects
  1. Sep 19, 2015
  2. Sep 18, 2015
  3. Sep 16, 2015
    • Oliver Sander's avatar
      Reimplement the PromotionTraits class using decltype and declval · c1177be5
      Oliver Sander authored
      The previous implementation consisted of a list of promotion rules for
      various types.  The new implementation is much shorter and more general:
      it will also work for types not on the old list.  The promoted type is
      now defined as the result type of the addition of the two input types.
      There is no special reason to use addition here, but it does reproduce
      the precise behavior of the old implementation.
      c1177be5
  4. Sep 09, 2015
  5. Sep 01, 2015
  6. Aug 19, 2015
  7. Aug 01, 2015
  8. Jul 27, 2015
  9. Jul 23, 2015
  10. Jul 22, 2015
  11. Jul 17, 2015
  12. Jul 11, 2015
  13. Jul 10, 2015
  14. Jul 03, 2015
    • Steffen Müthing's avatar
      [IteratorRange][Release] Make IteratorRange default-constructible and copyable · 2c9596f9
      Steffen Müthing authored
      IteratorRanges are convenient for storing ranges of iterators into a
      larger container, e.g. for the per-codim GeometryTypes in an
      IndexSet. Unfortunately, you can't just create an array of
      IteratorRanges right now because they can neither be copied, nor are
      they default-constructible.
      
      This patch fixes that problem and also adds a second typedef
      const_iterator to make IteratorRange work in contexts where the
      iterating code isn't using range-based for and assumes a const object.
      2c9596f9
  15. Jun 30, 2015
  16. Jun 29, 2015
  17. Jun 19, 2015
  18. Jun 17, 2015
  19. Jun 16, 2015
Loading