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/08 16:48:12 UTC

Re: Review Request 35214: PROTON-902 Remove the dependency on uuid

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

(Updated June 8, 2015, 2:48 p.m.)


Review request for qpid, Andrew  Stitcher, Gordon Sim, and Kenneth Giusti.


Changes
-------

added review group and updated the setup.py


Repository: qpid-proton-git


Description
-------

Instead of relying on libuuid for uuid generation, let proton-c have a built-in uuid4 generator as a fallback when no uuid generator is present in the system.
    
Eventually, proton-c could simply rely on the built-in generator but lets give this some time to mature and test.


Diffs (updated)
-----

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

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


Testing
-------


Thanks,

Flavio Percoco