[Bug 28990] LibUUID dependency problematic for OSX and Windows

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 14 13:19:31 CEST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=28990

--- Comment #6 from Will Thompson <will.thompson at collabora.co.uk> 2010-07-14 04:19:31 PDT ---
For reference, here's Qt's UUID implementation:
http://qt.gitorious.org/qt/qt/blobs/4.7/src/corelib/plugin/quuid.cpp#line562

On Windows, it uses CoCreateGuid(); on Unix it tries to use /dev/urandom
(falling back to qrand()) and formats it specially, as described here:
http://qt.gitorious.org/qt/qt/blobs/4.7/src/corelib/plugin/quuid.cpp#line546

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list