1. 24 Aug, 2015 1 commit
    • Brenden Blanco's avatar
      Fix map.clear() usage for array type maps · 8e40c235
      Brenden Blanco authored
      Calling delete on an array type map entry does not have an effect.
      Instead, the entry needs to be zeroed out, since the array slot always
      exists. To avoid unnecessary calls to update(), only call update() when
      the map type is array-like. The type was not exposed to python up until
      now, so add it.
      Signed-off-by: default avatarBrenden Blanco <bblanco@plumgrid.com>
      8e40c235
  2. 22 Aug, 2015 2 commits
  3. 21 Aug, 2015 2 commits
  4. 20 Aug, 2015 5 commits
  5. 19 Aug, 2015 3 commits
  6. 18 Aug, 2015 6 commits
  7. 17 Aug, 2015 5 commits
  8. 13 Aug, 2015 5 commits
  9. 12 Aug, 2015 11 commits