art1pirat art1pirat
art1pirat pushed to development at art1pirat/checkit_tiff 2023-12-04 17:16:20 +00:00
1d021c4b2a Merge branch 'feature_recursive_dirscan' into development
ebad26fee9 - minor, re-ordered string_t content to be more cache friendly
e7d2ca98f4 - refactoring, extracted validate_dir() from main()
Compare 3 commits »
art1pirat pushed to development at art1pirat/checkit_tiff 2023-11-29 10:44:26 +00:00
47277e345b - changed capacity-increase in T_increase_capacity(), see https://matklad.github.io/2023/08/13/role-of-algorithms.html, subject "growable array" for details.
624cd59cc6 - updated deployment, thanks to Jörg Sachse
b8a85f83d9 - use type specialized ct_readXX() functions
c4f729029c - log error if reallocating not possible
8bff1ae965 - fix, missed include
Compare 5 commits »
art1pirat pushed to master at art1pirat/fixit_tiff 2023-10-26 13:38:35 +00:00
3e4e0b691d - init
art1pirat pushed to master at art1pirat/checkit_tiff 2023-10-26 11:54:52 +00:00
624cd59cc6 - updated deployment, thanks to Jörg Sachse
b8a85f83d9 - use type specialized ct_readXX() functions
c4f729029c - log error if reallocating not possible
Compare 3 commits »
art1pirat pushed to master at art1pirat/checkit_tiff 2023-08-31 12:02:44 +00:00
8bff1ae965 - fix, missed include
art1pirat pushed tag v1.4.4 to art1pirat/checkit_tiff 2023-08-27 21:36:48 +00:00
art1pirat released No guru meditation at art1pirat/checkit_tiff 2023-08-27 21:36:48 +00:00
art1pirat pushed to development at art1pirat/checkit_tiff 2023-08-27 21:28:44 +00:00
29d1f5e0f5 Merge branch 'fix_bigendian_binaries'
b72af9daa1 - use ct_read8()
5b8cf60d89 - replaced generic ct_read() function by specialized ct_read8(), ct_read16() and ct_read32(), this fixes endian problems under big endian systems
6ec47e4251 - added hint to m68k
0958690731 - disable ICC proflib usage with "-DWITHOUT_ICC_PROFLIB"
Compare 6 commits »
art1pirat pushed to master at art1pirat/checkit_tiff 2023-08-27 21:28:44 +00:00
29d1f5e0f5 Merge branch 'fix_bigendian_binaries'
b72af9daa1 - use ct_read8()
5b8cf60d89 - replaced generic ct_read() function by specialized ct_read8(), ct_read16() and ct_read32(), this fixes endian problems under big endian systems
6ec47e4251 - added hint to m68k
0958690731 - disable ICC proflib usage with "-DWITHOUT_ICC_PROFLIB"
Compare 14 commits »
art1pirat pushed to master at art1pirat/fixit_tiff 2023-08-10 17:21:56 +00:00
5edb8c30d3 - fixed type conversion warning
d46b25a863 - fixed type conversion warning
050d6848ee - replaced malloc by calloc to initialize memory
f9f7a0cc9b - fixed indentation
e6eb79c1e7 - fixed type warnings
Compare 13 commits »
art1pirat pushed to master at art1pirat/fixit_tiff 2023-08-09 09:21:18 +00:00
3ca3b2d84b - added example for minimal binaries
814d3d82b9 - minor
Compare 2 commits »
art1pirat pushed to master at art1pirat/fixit_tiff 2023-08-09 08:22:45 +00:00
e96b1f0043 - added support for static linking
art1pirat pushed to development at art1pirat/checkit_tiff 2023-07-01 16:50:45 +00:00
9a20564125 - removed unused includes
18be0394c3 - removed empty statements
448e0b47f5 - moved variable initialization inside loop
0eac0f26df - added const to pointer
4d16db32b9 - added const to pointer
Compare 9 commits »
art1pirat pushed to master at art1pirat/checkit_tiff 2023-06-14 07:48:35 +00:00
80e13c11c8 - added update patch by Jens Steidl, SLUB
art1pirat pushed tag v1.4.3 to art1pirat/checkit_tiff 2023-04-26 13:13:18 +00:00
art1pirat released Flood principle at art1pirat/checkit_tiff 2023-04-26 13:13:18 +00:00
art1pirat pushed to master at art1pirat/checkit_tiff 2023-04-26 12:58:24 +00:00
179dc61d62 - updated
3be5735d3d - fixed test order
948c5642e8 - init
6401a0838d - fixed increase_capacity
efa2697eb8 - add stack test
Compare 20 commits »
art1pirat pushed to development at art1pirat/checkit_tiff 2023-04-26 12:20:21 +00:00
179dc61d62 - updated
art1pirat pushed to master at art1pirat/libcbag 2023-03-30 12:10:21 +00:00
d9cd3fe00a - minor fixes
551a17562b - added tests to handle specific bagits
882819e301 - temporary ignore stoi exceptions
Compare 3 commits »
art1pirat pushed to development at art1pirat/checkit_tiff 2023-01-16 08:44:04 +00:00
3be5735d3d - fixed test order