art1@andreas-romeyke.de
|
c68fc8601c
|
- set_BagSize() used long long usigned now
- set_BaggingDate() allows time_t now
|
2 years ago |
art1@andreas-romeyke.de
|
d4ac890a1e
|
- prepared doxygen target, but newer cmake is needed
|
2 years ago |
art1@andreas-romeyke.de
|
e1c1a7cf60
|
- added TODO comment
|
2 years ago |
art1@andreas-romeyke.de
|
2d2920910a
|
- fixed typo
|
2 years ago |
art1@andreas-romeyke.de
|
998276ccc8
|
- set_PayloadOxum() also sets BagSize
- set_BagSize() uses unsigned long int now
|
2 years ago |
art1@andreas-romeyke.de
|
a5d0753e8e
|
- updated
|
2 years ago |
Andreas Romeyke
|
4b3cddde19
|
- added store()
- renamed create_new() to add_payload()
- added add_bagmetadata()
- added add_fetchfile()
- added add_othertags()
- using default values in Bag-constructor
- enhanced example create_a_bag.cpp
|
2 years ago |
Andreas Romeyke
|
985cdfc6a1
|
- added an example to create a bag
|
2 years ago |
Andreas Romeyke
|
b0e28c901f
|
- added create_new()
|
2 years ago |
Andreas Romeyke
|
a32729223f
|
- added import_data_dir()
|
2 years ago |
Andreas Romeyke
|
1f079cfc99
|
- bugfix, using ${project_source_dir} now
|
2 years ago |
Andreas Romeyke
|
f2e2de3de2
|
- renamed example test_bag to validate_a_bag
|
2 years ago |
Andreas Romeyke
|
eb7fd6b93c
|
- init
|
2 years ago |
Andreas Romeyke
|
a5d329025e
|
- added License information
|
2 years ago |
Andreas Romeyke
|
d245bd78ff
|
- replaced std::cout with log stream
|
2 years ago |
Andreas Romeyke
|
ae8223f927
|
- added fixture for target dir
|
2 years ago |
Andreas Romeyke
|
8c622f5968
|
- fixed testcase
|
2 years ago |
Andreas Romeyke
|
6f1cb97f01
|
- added temporary directory creation/delete
|
2 years ago |
Andreas Romeyke
|
1a637de73e
|
- added debug()
|
2 years ago |
Andreas Romeyke
|
40140264d3
|
- added directory check
|
2 years ago |
Andreas Romeyke
|
7285110499
|
- using log instead cout
|
2 years ago |
Andreas Romeyke
|
436070638f
|
- whitespaces
|
2 years ago |
Andreas Romeyke
|
d08a135245
|
-
|
2 years ago |
Andreas Romeyke
|
62f5651f96
|
- fixed basedir
- validate() checks for at least one checksum file
|
2 years ago |
Andreas Romeyke
|
506c55db0b
|
- using variable of Manifest
|
2 years ago |
Andreas Romeyke
|
d05784b03a
|
- removed specialized variable
|
2 years ago |
Andreas Romeyke
|
137dfafb2b
|
- implemented has_*(), get_*() and set_*()
- added testcass
|
2 years ago |
Andreas Romeyke
|
2337f58c1b
|
- added testcases for has_/get_/set_* functions
|
2 years ago |
Andreas Romeyke
|
e0cfba6695
|
- removed debug()
|
2 years ago |
Andreas Romeyke
|
bfc0363949
|
- renamed get_oxum() to get_PayloadOxum()
- renamed has_oxum() to has_PayloadOxum()
- renamed get_bagmetadata() to get_metadata()
- renamed has_bagmetadata() to has_metadata()
|
2 years ago |
Andreas Romeyke
|
e2ede44a04
|
- added missed list include
|
2 years ago |
Andreas Romeyke
|
3e0e4b1459
|
- added some missed methods
|
2 years ago |
Andreas Romeyke
|
9edbd288db
|
- rewritten to use Manifest-constructor
- fixed order for tagmanifest call in store()
|
2 years ago |
Andreas Romeyke
|
e417c04e8a
|
- using auto for iterators
|
2 years ago |
Andreas Romeyke
|
1f8f9f07e2
|
- using reinterpret_cast only in file.read() call
|
2 years ago |
Andreas Romeyke
|
04e4439b54
|
- disabled unused variable
|
2 years ago |
Andreas Romeyke
|
29685e2636
|
- added return to store()
- check null ptr for payload in validate()
|
2 years ago |
Andreas Romeyke
|
fc3e546393
|
- init
|
2 years ago |
Andreas Romeyke
|
43c0ffb120
|
- using auto for iterators
- using const for paths
|
2 years ago |
Andreas Romeyke
|
9e2db62566
|
- fixed signature using const
|
2 years ago |
Andreas Romeyke
|
5ae83b9295
|
- minor fixes
|
2 years ago |
Andreas Romeyke
|
3bed536ca7
|
- added hints about using clang-check
|
2 years ago |
Andreas Romeyke
|
6e0c174b47
|
- debug output
|
2 years ago |
Andreas Romeyke
|
da08ff4ff4
|
- added code to copy files in store()
|
2 years ago |
Andreas Romeyke
|
7540ed726c
|
- added store() to manifest
- added get_all_bag-files() to bag
|
2 years ago |
Andreas Romeyke
|
3c34cd7f7d
|
- added method has_fetchfile()
- implemented constructor
- implemented get_entries()
- implemented fetch_all_entries()
- implemented store()
|
2 years ago |
Andreas Romeyke
|
7170f78ca0
|
- added implementation of log access methods
|
2 years ago |
Andreas Romeyke
|
3cb1af993d
|
- added access to logger
|
2 years ago |
Andreas Romeyke
|
727256bf19
|
- joined load_bag.cpp make_bag.cpp modify_bag.cpp store_bag.cpp validate_bag.cpp to bag.cpp
|
2 years ago |
Andreas Romeyke
|
2f99414816
|
- log is now private
|
2 years ago |