- 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
-
- Feb 05, 2019
-
-
Steven Murray authored
-
- Dec 18, 2018
-
-
Steven Murray authored
-
- Jun 21, 2018
-
-
Steven Murray authored
Done
-
- Jan 25, 2018
-
-
Steven Murray authored
Done
-
- Jan 22, 2018
-
- Jul 12, 2017
-
-
Steven Murray authored
-
- Dec 20, 2016
-
-
Steven Murray authored
-
- Dec 01, 2016
-
-
Steven Murray authored
-
- Aug 09, 2016
-
-
Steven Murray authored
-
- Aug 03, 2016
-
-
Steven Murray authored
-
Steven Murray authored
-
- Jul 22, 2016
-
-
Steven Murray authored
-
- Jul 07, 2016
-
-
Steven Murray authored
-
- Jul 05, 2016
-
-
Steven Murray authored
-
Steven Murray authored
-
- Jul 04, 2016
-
-
Steven Murray authored
-
- Jun 29, 2016
-
-
Steven Murray authored
Renamed cta-oraUnitTests to cta-catalogueUnitTests because there is more than one supported database type
-
- Jun 28, 2016
-
-
Steven Murray authored
-