19 Commits (ccf37e758c6f32acef12cda36e0d521a9f8905d9)

Author SHA1 Message Date
Zed A. Shaw b8fcb1b95e Finally just giving up on this and moving on to work on the idea. 4 months ago
Zed A. Shaw 75e2c690a0 Make sure all the setup scripts are unified. 4 months ago
Zed A. Shaw aa12effae3 This build was failing with errors in libgit2-1.8.0/utils/src/utils/process.h and now it's working. These are the only changes I made and you can see they're very minimal with no reason why they'd start suddenly working. 4 months ago
Zed A. Shaw 96b1297c62 Working prototype of an auto builder that watches for changes and runs the build after getting the git status. It's missing the necessary next step of matching up changes to git files, but it does the most of the build already. 5 months ago
Zed A. Shaw 39f89ecbf2 Add the same script for linux/osx. 5 months ago
Zed A. Shaw 4c3a4b2501 A bit more working on goc to support windows. 5 months ago
Zed A. Shaw a3209606ef Add the stupid setup and reset scripts for windows. 5 months ago
Zed A. Shaw 67cbd430bf Exploring optional return values. 5 months ago
Zed A. Shaw c736387063 A simple little design-by-contract library to test out more advanced c++20 features. Looks like clang doesn't do std::source_location right. See https://github.com/llvm/llvm-project/issues/56379 5 months ago
Zed A. Shaw 7bec6fe40e Don't need stats.py anymore. 5 months ago
Zed A. Shaw d8f98afa55 Maybe the date.h will come up later. 5 months ago
Zed A. Shaw 686ae0b6d2 Use a trick to make the makefile work from anywhere. 5 months ago
Zed A. Shaw 75663bfa46 After a bit of struggle figured out how to do time. So dumb that somethign so simple is so hard. 5 months ago
Zed A. Shaw 567ffec4ac Playing with a comparison of python vs. c++ for something simple. stats.py reads lines on stdin and outputs some json, and goc.cpp reads stdin and outputs csv. I may just go with csv for the project but I'll see what json is like in C++ too. 5 months ago
Zed A. Shaw 6a777e4c2d Wrong name for the header files. 5 months ago
Zed A. Shaw 0edb58d46f Fix a typo. 5 months ago
Zed A. Shaw a03da909f1 Add notes about PPP3 for people to read and follow. 5 months ago
Zed A. Shaw 7a1093f982 Study results from Stroustrup's PPP3 book. 5 months ago