[31/50] [abbrv] qpid-proton git commit: PROTON-1288: c++ fix caching bug in proton::map

2017-06-08 Thread aconway
PROTON-1288: c++ fix caching bug in proton::map Discovered using quiver tests: `quiver foo --impl=qpid-proton-cpp` map::clear() did not invalidate the cache as required by message::encode() to ensure that newly-decoded map values updated the caches correctly. Simplified the cache logic. Project

[13/20] qpid-proton git commit: PROTON-1288: c++ fix caching bug in proton::map

2017-06-02 Thread astitcher
PROTON-1288: c++ fix caching bug in proton::map Discovered using quiver tests: `quiver foo --impl=qpid-proton-cpp` map::clear() did not invalidate the cache as required by message::encode() to ensure that newly-decoded map values updated the caches correctly. Simplified the cache logic. Project

qpid-proton git commit: PROTON-1288: c++ fix caching bug in proton::map

2017-05-25 Thread aconway
Repository: qpid-proton Updated Branches: refs/heads/master b86234c65 -> f66938024 PROTON-1288: c++ fix caching bug in proton::map Discovered using quiver tests: `quiver foo --impl=qpid-proton-cpp` map::clear() did not invalidate the cache as required by message::encode() to ensure that newly