summaryrefslogtreecommitdiff
path: root/sort.go
AgeCommit message (Collapse)Author
2025-01-11rename filesJeff Carr
2025-01-11start dumping the old codeJeff Carr
2025-01-11small app works, example core dumps on Marshal()Jeff Carr
2025-01-10still testingJeff Carr
2025-01-10close to being able to remove the old functionsJeff Carr
2025-01-10lucked out. compiled and ran and worked on the first passJeff Carr
2025-01-10do marshal for Bases and Base messagesJeff Carr
2025-01-10correctly identify the two primary structsJeff Carr
2025-01-10new easier to read Find() Delete() and Append()Jeff Carr
2025-01-10simple example build test is correct for both mutexJeff Carr
2025-01-10maybe a function I can use with patchsets.protoJeff Carr
2025-01-10make seperate find and sort filesJeff Carr
2025-01-10cleanup as much junk as possiblev0.0.39Jeff Carr
2025-01-10renameJeff Carr
2025-01-10renameJeff Carr
2025-01-10almost done removing old map varJeff Carr
2025-01-09needed DeleteBy()Jeff Carr
2025-01-09final commit before rolling a new release. (maybe)Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2025-01-09example is working okayJeff Carr
2025-01-09example doesn't seem to work. why? notsureJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2025-01-09test unique insert failureJeff Carr
2025-01-09auto test both. logic is correct now. seems to workJeff Carr
2025-01-09locking seems to work in or out of the .proto fileJeff Carr
2025-01-09builds and runs againJeff Carr
2025-01-09compiles example and it runsJeff Carr
2025-01-09rename dirJeff Carr
2025-01-09iterator top done?Jeff Carr
2025-01-09all functions are passed the informationn in the protobufJeff Carr
2024-12-27start thinking about redoing the sort functionv0.0.35Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-12-16add version and DO NOT EDIT to headerv0.0.30v0.0.29Jeff Carr
2024-12-15try to fix this when working in a go.work envv0.0.28v0.0.27Jeff Carr
2024-12-14remove all os.Exit() to stabilize thingsv0.0.26v0.0.25v0.0.24v0.0.23Jeff Carr
2024-12-11duh. TRUNC filesv0.0.22v0.0.21Jeff Carr
2024-12-01go-clone --buildv0.0.9v0.0.16v0.0.15v0.0.14v0.0.13v0.0.12v0.0.11v0.0.10Jeff Carr
2024-12-01kill nil panic possibilityv0.0.8Jeff Carr
2024-12-01fix mutex marshal nil panicv0.0.7Jeff Carr
2024-12-01sort using mutex from protobuf structv0.0.6Jeff Carr
2024-11-30only do mutex after protoJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-30auto detect unique keys in protobuf filev0.0.5Jeff Carr
2024-11-30auto run protocJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-29add Find()Jeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-29builds againJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-29jam a mutex in the proto-gen-go pb.go file for nowJeff Carr
Signed-off-by: Jeff Carr <[email protected]>
2024-11-29move autogen sort.pb.go into seperate fileJeff Carr
Signed-off-by: Jeff Carr <[email protected]>