Commit Graph

17 Commits

Author SHA1 Message Date
Ben Ramsey ed8ec33eb1 Adding hasBigNumber() and is64BitSystem() helper methods 2013-01-04 21:58:47 -06:00
Ben Ramsey a4ccac8373 Testing uuid1() with a 32-bit int node passed in 2013-01-04 21:34:13 -06:00
Ben Ramsey f8292a6823 Marking certain tests as skipped, if not on a 64-bit system 2013-01-04 21:33:15 -06:00
Ben Ramsey f877161a5c Move testing flag for ignoring system node to a static property 2013-01-04 21:08:29 -06:00
Ben Ramsey e394a27e74 Implemented get*Hex() methods for most/least significant bits 2013-01-04 17:07:01 -06:00
Ben Ramsey 8cea239e85 Add additional assertion for better testing of getBytes() 2013-01-04 16:58:22 -06:00
Ben Ramsey ca73977ae3 Providing separate get*Hex() methods for each UUID field 2013-01-04 16:57:39 -06:00
Ben Ramsey 13cc05ab36 Finished writing library API documentation for README. 2012-07-19 18:50:48 -05:00
Ben Ramsey d0ffcb2d4a Adding code to detect whether this is a 32-bit or 64-bit PHP build 2012-07-19 17:02:19 -05:00
Ben Ramsey a1fc4ef300 Implemented compareTo() and equals() 2012-07-18 20:13:37 -05:00
Ben Ramsey ebf1640ccb Implemented support for v3, v4, and v5 UUIDs. 2012-07-18 19:24:02 -05:00
Ben Ramsey 7450337147 Better UUIDv1 testing and generation of random node value 2012-07-18 19:22:24 -05:00
Ben Ramsey 302b5c519d Streamlining toString() method 2012-07-18 17:20:54 -05:00
Ben Ramsey 7cbc62a40f Adding getFields() method to return array of fields. 2012-07-08 17:52:16 -05:00
Ben Ramsey 628d93a860 Better fromString() handling to allow URN strings. 2012-07-08 17:27:04 -05:00
Ben Ramsey 12146272b3 Adding getUrn() method with test 2012-07-08 17:17:20 -05:00
Ben Ramsey dc93facbac Initial commit; supports UUID version 1 generation. 2012-07-05 18:29:35 -05:00