├── CMakeLists.txt ├── LICENSE ├── README.md ├── uuid_v7.cc └── uuid_v7.h /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lefred/mysql-component-uuid_v7/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lefred/mysql-component-uuid_v7/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lefred/mysql-component-uuid_v7/HEAD/README.md -------------------------------------------------------------------------------- /uuid_v7.cc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lefred/mysql-component-uuid_v7/HEAD/uuid_v7.cc -------------------------------------------------------------------------------- /uuid_v7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lefred/mysql-component-uuid_v7/HEAD/uuid_v7.h --------------------------------------------------------------------------------