- Jul 01, 2019
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Mostly changes to new unit tests.
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Binary blobs containing zeros are now handled correctly.
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Protobuf3 needs to be linked into the catalogue command line tools as we use protobuf format to store checksums inside the DB.
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Should be more efficient as it's a single copy operation instead of one character at-a-time, but still requires 2 copies of the blob to convert it from occi::Bytes to std::string (as it needs an intermediate char* array).
-
Michael Davis authored
It isn't necessary to serialize the protobuf to compute the serialized length, use ByteSizeLong() instead.
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Adds support for byte array columns in the DB. Implementation done for SQLite, the others are placeholders.
-
Michael Davis authored
-
Michael Davis authored
- Type of checksumBlob in cta.proto should be bytes not string - ADLER32 passed into blob as uint32_t not string (conversion to bytearray is now handled inside the ChecksumBlob class)
-
Michael Davis authored
-