move zstdseek files to vendor/zstdseek

laumann
Sep 2, 2022, 3:12 PM
CYS4NENLQIYU26KG46ZOTGWDOK5HX4UT4UW4ZKHY3PRPDWNGGT5QC

Dependencies

  • [2] Y26WT3ZF change: decode message, description and timestamp
  • [3] 2C2EF2GK move blake3 files to vendor/blake3
  • [4] B3XLVPNC Add ani.c and initial Makefile
  • [5] FB67XX5E add argument parsing setup
  • [6] PEUS54XQ
  • [7] RIWSVVAS change: decompress the 'contents' with zstd_seekable
  • [8] Q7TKZCJP Add initial support for reading the offsets from a (fixed) change
  • [9] 3NA345CN Add zstd_seekable + many headers
  • [10] X36ICMJN Initial import for blake3
  • [11] RRUEU4S3 init
  • [12] VKLGQREY change: add base32 decode, initial deconstruction of hashed

Change contents

  • file addition: zstdseek (d--r------)
    [3.18]
  • file move: zstdseek_decompress.c (----------)zstdseek_decompress.c (----------)
    [0.20]
    [4.46]
  • file move: zstdseek_compress.c (----------)zstdseek_compress.c (----------)
    [0.20]
    [4.18709]
  • file move: zstd_seekable.h (----------)zstd_seekable.h (----------)
    [0.20]
    [4.29662]
  • file move: zstd_deps.h (----------)zstd_deps.h (----------)
    [0.20]
    [4.41374]
  • file move: portability_macros.h (----------)portability_macros.h (----------)
    [0.20]
    [4.43907]
  • file move: mem.h (----------)mem.h (----------)
    [0.20]
    [4.48115]
  • file move: debug.h (----------)debug.h (----------)
    [0.20]
    [4.62622]
  • file move: compiler.h (----------)compiler.h (----------)
    [0.20]
    [4.66411]
  • replacement in change.c at line 11
    [2.596][4.39:66](),[4.1192][4.39:66]()
    #include "zstd_seekable.h"
    [2.596]
    [3.285666]
    #include "vendor/zstdseek/zstd_seekable.h"
  • replacement in Makefile at line 18
    [4.3272][4.78780:78838]()
    OBJS += zstdseek_compress.o
    OBJS += zstdseek_decompress.o
    [4.3272]
    [3.285701]
    OBJS += vendor/zstdseek/zstdseek_compress.o
    OBJS += vendor/zstdseek/zstdseek_decompress.o