- Feb 11, 2019
-
-
Steven Murray authored
Woah! Got carried away with const. This commit Removes the const qualifier from the ArchiveFileItor::next() method because next() modifies the iterator. To loop through an ArchiveFileItor: auto itor = catalogue.getArchiveFilesForRepackItor(vid, startFSeq); while(itor.hasMore()) { const auto archiveFile = itor.next(); // Do something with archiveFile }
-
Steven Murray authored
-
- Jun 30, 2017
-
-
Steven Murray authored
-
- Jun 27, 2017
-
-
Steven Murray authored
-
- Jun 22, 2016
-
-
Steven Murray authored
-
- Jun 16, 2016
-
-
Steven Murray authored
-
- Jun 10, 2016
-
-
Steven Murray authored
-
- Mar 09, 2016
-
-
Steven Murray authored
-
- Jul 17, 2015
-
-
Eric Cano authored
Also organised common in subdirectories, and added sub directory for mockDB.
-
- Jun 05, 2015
-
-
Daniele Kruse authored
Added the unique pointer for sqlite statements with custom deleter and fixed the error reporting for SQLite prepare
-
- May 08, 2015
-
-
Steven Murray authored
License comment is no longer filtered out by doxygen when generating web pages of the individual source files.
-
- May 07, 2015
-
-
Steven Murray authored
-
- Mar 04, 2015
-
-
Eric Cano authored
Created AdminUsersList in the object store as a first step to implement an object store middle tier. Some namespace fixes for unit tests.
-
- Feb 25, 2015
-
-
Eric Cano authored
-
- Feb 24, 2015
-
-
Eric Cano authored
Implemented the new interface on the Rados backend. Fixed several bugs.
-