Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This to avoid any potential issues due to use of mutable state across
several objects that is in the end expected to be the same. This fits
well as a function parameter.
|
|
|
|
This is to allow meaningful return values for identification of unique
sources.
|
|
|
|
|
|
|
|
Including Archive.h in DataLoader.h created name conflicts and created
an error due to missing types from Types.h in the Archive.h itself.
|
|
|
|
|