aboutsummaryrefslogtreecommitdiff
path: root/zencore/uid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed null terminator when appending Oid to string builder. (#11)Per Larsson2021-09-281-4/+3
|
* It's not possible to compile out testsStefan Boberg2021-09-201-2/+5
| | | | Tests are now compiled in if `ZEN_WITH_TESTS=1`, and compiled out if not. Compiling tests out reduces the footprint of the resulting executables quite significantly.
* Added GetSessionIdString() which returns a text representation of the session idStefan Boberg2021-09-191-1/+7
|
* Added Oid::FromMemory()Stefan Boberg2021-09-161-0/+8
|
* Unused variable warning fixStefan Boberg2021-09-151-0/+1
|
* clang-formatStefan Boberg2021-08-201-3/+3
|
* Cleaned up ObjectId generation and made it portableStefan Boberg2021-08-181-86/+16
|
* Added Oid::operator bool for "null" checkingStefan Boberg2021-05-211-3/+8
|
* Adding zenservice codeStefan Boberg2021-05-111-0/+196