- May 13, 2022
-
-
Jorge Camarero Vera authored
-
- Mar 28, 2022
-
-
Jorge Camarero Vera authored
-
Jorge Camarero Vera authored
-
- Aug 02, 2021
-
-
Jorge Camarero Vera authored
-
- Jun 15, 2021
-
-
Jorge Camarero Vera authored
-
- Jun 02, 2021
-
-
Jorge Camarero Vera authored
-
- Feb 26, 2021
-
-
Cedric Caffy authored
-
- Oct 18, 2019
-
-
Steven Murray authored
Changed catch(std::out_of_range) to catch(std::out_of_range &) in order to avoid the following type of compilation error: ../CTA/common/checksum/ChecksumBlob.hpp:145:18: error: catching polymorphic type ‘class std::out_of_range’ by value [-Werror=catch-value=] } catch(std::out_of_range) { ^~~~~~~~~~~~ cc1plus: all warnings being treated as errors
-
- Aug 16, 2019
-
-
Michael Davis authored
If CHECKSUM_BLOB is NULL, the code will fall back on CHECKSUM_ADLER32.
-
- Jul 05, 2019
-
-
Michael Davis authored
Sets the ChecksumBlob from the supplied protocol buffer, unless the protobuf is invalid, in which case it uses the supplied Adler32 checksum instead.
-
Michael Davis authored
- Removes assumption that if we have a valid checksumBlob it must contain an ADLER32 checksum. (Some of the unit tests have MD5 checksums only).
-
- Jul 04, 2019
-
-
Michael Davis authored
- Removes assumption that if we have a valid checksumBlob it must contain an ADLER32 checksum. (Some of the unit tests have MD5 checksums only).
-
- Jul 01, 2019
-
-
Michael Davis authored
-
Michael Davis authored
Mostly changes to new unit tests.
-
Michael Davis authored
It isn't necessary to serialize the protobuf to compute the serialized length, use ByteSizeLong() instead.
-
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
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
The blob is a set of type/value pairs which can be serialised to a byte array for storage in the DB.
-
- Jun 26, 2019
-
-
Michael Davis authored
-
Michael Davis authored
Mostly changes to new unit tests.
-
Michael Davis authored
It isn't necessary to serialize the protobuf to compute the serialized length, use ByteSizeLong() instead.
-
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
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
The blob is a set of type/value pairs which can be serialised to a byte array for storage in the DB.
-