Skip to content
Snippets Groups Projects
  1. Aug 22, 2019
  2. Aug 21, 2019
  3. Aug 20, 2019
  4. Aug 21, 2019
  5. Aug 20, 2019
  6. Aug 19, 2019
  7. Aug 16, 2019
  8. Aug 14, 2019
  9. Aug 16, 2019
  10. Aug 13, 2019
  11. Aug 06, 2019
  12. Jul 29, 2019
    • Mark OLESEN's avatar
      ENH: add readContiguous detail (#1378) · 39834d8f
      Mark OLESEN authored
      - allows some internal handling for reading dissimilar storage types.
        Eg, scalars written as float (WM_SP), but read as double (WM_DP)
      
      - reading binary parcel coordinates with dissimilar storage types is
        still pending
      39834d8f
    • Mark OLESEN's avatar
      ENH: additional contiguous traits (#1378) · 1d79c045
      Mark OLESEN authored
      - change contiguous from a series of global functions to separate
        templated traits classes:
      
          - is_contiguous
          - is_contiguous_label
          - is_contiguous_scalar
      
        The static constexpr 'value' and a constexpr conversion operator
        allow use in template expressions.  The change also makes it much
        easier to define general traits and to inherit from them.
      
        The is_contiguous_label and is_contiguous_scalar are special traits
        for handling data of homogeneous components of the respective types.
      1d79c045
  13. Aug 12, 2019
  14. Aug 09, 2019
  15. Aug 07, 2019
  16. Aug 06, 2019
  17. Jul 31, 2019
  18. Aug 06, 2019
  19. Aug 02, 2019