You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by Flavio Percoco <fl...@gmail.com> on 2015/06/09 15:10:36 UTC

Review Request 35252: PROTON-904 Remove the dependency on uuid

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35252/
-----------------------------------------------------------

Review request for qpid.


Repository: qpid-proton-git


Description
-------

Instead of relying on libuuid for uuid generation, let proton-c have a built-in uuid4 generator to do this job.


Diffs
-----

  proton-c/CMakeLists.txt b534e86 
  proton-c/bindings/python/setup.py 79168d2 
  proton-c/src/platform.c 8f8ac5f 

Diff: https://reviews.apache.org/r/35252/diff/


Testing
-------


Thanks,

Flavio Percoco


Re: Review Request 35252: PROTON-904 Remove the dependency on uuid

Posted by Flavio Percoco <fl...@gmail.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35252/
-----------------------------------------------------------

(Updated June 9, 2015, 1:11 p.m.)


Review request for qpid.


Changes
-------

renamed function name to pn_i_genuuid4


Repository: qpid-proton-git


Description
-------

Instead of relying on libuuid for uuid generation, let proton-c have a built-in uuid4 generator to do this job.


Diffs (updated)
-----

  proton-c/CMakeLists.txt b534e86 
  proton-c/bindings/python/setup.py 79168d2 
  proton-c/src/messenger/messenger.c f226f7b 
  proton-c/src/platform.h 6962493 
  proton-c/src/platform.c 8f8ac5f 

Diff: https://reviews.apache.org/r/35252/diff/


Testing
-------


Thanks,

Flavio Percoco