]> git.seodisparate.com - SimpleArchiver/shortlog
SimpleArchiver
2024-07-01 Stephen SeoSome work on arg parser
2024-06-30 Stephen SeoFix unit test for priority heap
2024-06-30 Stephen SeoChange priority_heap to accept "less_fn"
2024-06-30 Stephen SeoMinor fix to doc comment about priority heap
2024-06-30 Stephen SeoImpl. priority heap, minor tweaks/fixes
2024-06-29 Stephen SeoAdd `platforms.h` header to determine platform
2024-06-29 Stephen SeoAdd action/workflow to run unit tests
2024-06-29 Stephen SeoUpdate README.md
2024-06-28 Stephen SeoFix cosmopolitan/Makefile missing files
2024-06-28 Stephen SeoFix hashing in hash_map (hopefully finally)
2024-06-28 Stephen SeoFix hash_map hashing (hopefully the final time)
2024-06-28 Stephen SeoFix hashing in hash_map
2024-06-28 Stephen SeoRevert "Minor additions to unit test of data structures"
2024-06-28 Stephen SeoMinor additions to unit test of data structures
2024-06-28 Stephen SeoImpl. hash_map
2024-06-28 Stephen SeoImplement a linked list data structure
2024-06-28 Stephen SeoCreate Makefile for building with cosmocc
2024-06-27 Stephen SeoUpdate README.md
2024-06-27 Stephen SeoRename executable to lowercase
2024-06-27 Stephen SeoRemove unnecessary prints, `clang-format`
2024-06-27 Stephen SeoFix invalid memory usage bug causing invalid free
2024-06-27 Stephen SeoImpl. parser (TODO Fix invalid free crash) stream_03
2024-06-27 Stephen SeoUpdate file_format.md
2024-06-27 Stephen SeoDefine file format (version 0 file format)
2024-06-26 Stephen SeoAdd LICENSE, README.md, and license info in source
2024-06-26 Stephen SeoCreate skeleton C project