Skip to content
Snippets Groups Projects
  1. Sep 30, 2019
  2. Oct 02, 2019
  3. Oct 01, 2019
  4. Sep 30, 2019
  5. Sep 29, 2019
  6. Sep 25, 2019
    • Mark OLESEN's avatar
      ENH: adjust HashTable iterator access · bc9295ee
      Mark OLESEN authored
      - previously allowed mapped value modification with a const iterator.
        However, this can lead to incorrect access patterns.
      
        Now tie the constness of the mapped value to that of the iterator.
      
      - Remove deprecated iterator object() method.
        Was only used internally and was superseded by the val() method
        in an earlier version.
      
      ENH: change isPointer to isPointerLike
      
      - can distinguish between real pointers and wrapped pointers
      bc9295ee
  7. Sep 29, 2019
  8. Sep 27, 2019
  9. Sep 25, 2019
  10. Sep 27, 2019
  11. Sep 26, 2019
  12. Sep 25, 2019
  13. Sep 24, 2019