| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | moved source directories into `/src` (#264) | Stefan Boberg | 2023-05-02 | 1 | -148/+0 |
| | | | | | | | * moved source directories into `/src` * updated bundle.lua for new `src` path * moved some docs, icon * removed old test trees | ||||
| * | Removed null terminator when appending Oid to string builder. (#11) | Per Larsson | 2021-09-28 | 1 | -4/+3 |
| | | |||||
| * | It's not possible to compile out tests | Stefan Boberg | 2021-09-20 | 1 | -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 id | Stefan Boberg | 2021-09-19 | 1 | -1/+7 |
| | | |||||
| * | Added Oid::FromMemory() | Stefan Boberg | 2021-09-16 | 1 | -0/+8 |
| | | |||||
| * | Unused variable warning fix | Stefan Boberg | 2021-09-15 | 1 | -0/+1 |
| | | |||||
| * | clang-format | Stefan Boberg | 2021-08-20 | 1 | -3/+3 |
| | | |||||
| * | Cleaned up ObjectId generation and made it portable | Stefan Boberg | 2021-08-18 | 1 | -86/+16 |
| | | |||||
| * | Added Oid::operator bool for "null" checking | Stefan Boberg | 2021-05-21 | 1 | -3/+8 |
| | | |||||
| * | Adding zenservice code | Stefan Boberg | 2021-05-11 | 1 | -0/+196 |