art1pirat art1pirat
art1pirat pushed tag v0.096 to art1pirat/Archive-BagIt 2025-01-29 08:04:35 +00:00
art1pirat pushed to master at art1pirat/Archive-BagIt 2025-01-29 08:03:02 +00:00
4a7021fe38 Released 0.096
art1pirat pushed to master at art1pirat/Archive-BagIt 2025-01-29 07:10:52 +00:00
679d662f60 - fix, if you store a bag with large payload-files, the bagit.txt and bag-info.txt should be written after manifest-files to ensure, that a partial written bagit is not processed before finished.
1169e73e75 - fixed outdated README
Compare 2 commits »
art1pirat pushed to master at art1pirat/checkit_tiff 2025-01-27 09:57:39 +00:00
0d442d8866 - minor, fixed warnings
7c9244b697 - added rules for XPosition and YPosition tags
3e1a73f861 - added hints for tcc usage
Compare 3 commits »
art1pirat pushed to master at art1pirat/fixit_tiff 2025-01-22 16:15:33 +00:00
5cd48dcb2e - fixed missed include
art1pirat pushed tag v1.6.0 to art1pirat/checkit_tiff 2024-12-11 10:29:00 +00:00
art1pirat pushed tag v1.6 to art1pirat/checkit_tiff 2024-12-11 09:58:17 +00:00
art1pirat released Shining tooth fairy at art1pirat/checkit_tiff 2024-12-11 09:58:17 +00:00
art1pirat pushed to master at art1pirat/checkit_tiff 2024-12-11 09:54:18 +00:00
47498b642d - refactoring, replaced for-loop based reinits by memset() calls
a7f7730b94 - fixed, use hint string instead hexdump, if hexdump would exceed available space
71c1e37211 - refactoring, removed unused param from TIFFGetRawTagListIndex()
1ff1001ec5 - removed wrong comment
bf4505d7f7 - fixed warning
Compare 42 commits »
art1pirat pushed to development at art1pirat/checkit_tiff 2024-12-11 09:44:52 +00:00
47498b642d - refactoring, replaced for-loop based reinits by memset() calls
a7f7730b94 - fixed, use hint string instead hexdump, if hexdump would exceed available space
71c1e37211 - refactoring, removed unused param from TIFFGetRawTagListIndex()
1ff1001ec5 - removed wrong comment
bf4505d7f7 - fixed warning
Compare 14 commits »
art1pirat pushed to development at art1pirat/checkit_tiff 2024-10-29 08:19:19 +00:00
a1d833a3d4 - fixed include
61d610b3da - init, creates an amalgamized version of checkit_tiff
Compare 2 commits »
art1pirat pushed to development at art1pirat/checkit_tiff 2024-10-28 12:19:02 +00:00
579951223c - disabled dead code (needed for debugging only)
e3b5a52ecb - refactoring, instead aborting program, set TIFF_ERROR
367bdf9bac - fixed tiny C compiler issue
43d142e5c6 - refactoring, init array and use constant instead sizeof()
e50228e158 - refactoring, use rc_tristate_t for renderer
Compare 6 commits »
art1pirat pushed to development at art1pirat/checkit_tiff 2024-08-14 18:34:27 +00:00
53e4ebeec3 - fixed warning
ae75b5bf29 - removed inline to disable warnings in clang
5089d6e980 - rewritten loop avoid using ssize_t casting
8d3ed42d24 - disabled asserts
317137be77 - fixed local visibility warning
Compare 6 commits »
art1pirat pushed to master at art1pirat/fixit_tiff 2024-08-14 14:52:03 +00:00
d733f72701 - fixed, progress only displayed if run within terminal
art1pirat pushed to development at art1pirat/checkit_tiff 2024-08-07 09:46:07 +00:00
80bd5fca37 - added index cache
77f3ef95c3 - changed enum order in tagorder_t therefore the uninitialized case is similar to unknown_tag_order preventing missed initialization
5f00e39ceb - changed signature of TIFFSwabShort() and TIFFSwabLong() to simplify access
Compare 3 commits »
art1pirat pushed to development at art1pirat/checkit_tiff 2024-07-24 17:17:38 +00:00
db77cd2f09 Merge branch 'feature_improve_push_back_stack' into development
f11e48b804 - adapted to new stack debug output
4e46f378cb - added more testcases to cover new stack operations with first- and last-index
1262bfbe25 - fixed debugging output
91eb670807 - changed stack supporting first- and last-index to allow cheap pushback operations
Compare 8 commits »
art1pirat pushed to development at art1pirat/checkit_tiff 2024-07-18 09:14:45 +00:00
481fcc62da - refactoring, use const declaration
6ac2b3f67b - refactoring, extracted get_ifd_count() outside of loop, resulting in improved compiler optimizations
5a76f9b13e - use memmove for push_back now
Compare 3 commits »
art1pirat pushed to master at art1pirat/rsvtools 2024-05-17 14:23:50 +00:00
e300bc3428 - minor refactoring, merged two hierarchical if-then switches
art1pirat pushed to master at art1pirat/rsvtools 2024-04-26 16:28:24 +00:00
408b089642 - add static to internal functions
art1pirat pushed to master at art1pirat/rsvtools 2024-04-26 15:37:16 +00:00
829b7fb3b2 - added scan_ahead_if_real_string()