prefix header guard names with ANI_

laumann
Sep 23, 2022, 8:56 PM
733PFZJ5VFIOVQG45VTPELIK27HDETQOUHUKVTK6HFXJ43D75IZQC

Dependencies

  • [2] DRK7G22J Add header guard to commands.h
  • [3] YG4DZB3A add representation of hash, decode dependencies
  • [4] FB67XX5E add argument parsing setup
  • [5] Y26WT3ZF change: decode message, description and timestamp
  • [6] 4RYULBDD bincode: introduce a bincode_state struct
  • [7] VKLGQREY change: add base32 decode, initial deconstruction of hashed
  • [8] XTKRT6OQ format the codebase
  • [9] Q7TKZCJP Add initial support for reading the offsets from a (fixed) change
  • [10] DKX3RO3L base32: Add encoding of hashes, print base32-encoded hashes

Change contents

  • replacement in scaffold.h at line 1
    [4.35][4.36:74]()
    #ifndef SCAFFOLD_H
    #define SCAFFOLD_H
    [4.35]
    [4.74]
    #ifndef ANI_SCAFFOLD_H
    #define ANI_SCAFFOLD_H
  • replacement in macros.h at line 1
    [4.33][4.34:68]()
    #ifndef MACROS_H
    #define MACROS_H
    [4.33]
    [4.68]
    #ifndef ANI_MACROS_H
    #define ANI_MACROS_H
  • replacement in hash.h at line 1
    [3.31][3.32:62]()
    #ifndef HASH_H
    #define HASH_H
    [3.31]
    [3.62]
    #ifndef ANI_HASH_H
    #define ANI_HASH_H
  • replacement in commands.h at line 1
    [4.1044][2.0:38]()
    #ifndef COMMANDS_H
    #define COMMANDS_H
    [4.1044]
    [2.38]
    #ifndef ANI_COMMANDS_H
    #define ANI_COMMANDS_H
  • replacement in change.h at line 1
    [4.80][4.81:115]()
    #ifndef CHANGE_H
    #define CHANGE_H
    [4.80]
    [4.115]
    #ifndef ANI_CHANGE_H
    #define ANI_CHANGE_H
  • replacement in bincode.h at line 1
    [4.1676][4.1677:1713]()
    #ifndef BINCODE_H
    #define BINCODE_H
    [4.1676]
    [4.1713]
    #ifndef ANI_BINCODE_H
    #define ANI_BINCODE_H
  • replacement in base32.h at line 1
    [4.1604][4.1605:1639]()
    #ifndef BASE32_H
    #define BASE32_H
    [4.1604]
    [4.1639]
    #ifndef ANI_BASE32_H
    #define ANI_BASE32_H