moldybits
moldybits pushed to master at moldybits/raytracer-c 2023-10-03 23:35:58 -04:00
8ce1969891 Refactor RAY_Computations usage to eliminate some calls to malloc
227f5b14ba avoid condition is always true warning from gcc 13
Compare 2 commits »
moldybits pushed to master at moldybits/raytracer-c 2023-10-02 20:06:05 -04:00
e2c819261c Refactor functions with no arguments to make sure they have a prototype
moldybits pushed to master at moldybits/raytracer-c 2023-10-02 19:19:00 -04:00
f160c13200 Update CMakeLists to put cmake_minimum_required first, update gitignore to ignore goofy mac desktop files
moldybits pushed to swig at moldybits/raytracer-c 2023-10-02 19:13:29 -04:00
714b209a44 working python module
7d689629f4 Add cylinder, use nicer api in test
7df30bb043 make materials a little more friendly
Compare 3 commits »
moldybits renamed repository from HxA to Mirrors/QuelSolaarHxA 2023-09-22 13:51:50 -04:00
moldybits transferred repository moldybits/sixty502 to Mirrors/sixty502 2023-09-13 09:33:10 -04:00
moldybits created branch master in moldybits/maze-cpp 2023-09-12 16:42:30 -04:00
moldybits pushed to master at moldybits/maze-cpp 2023-09-12 16:42:30 -04:00
48917f4770 Add some benchmarks, add Mask and some minor refactoring
abe851bfa4 implement Recursive Backtracker (aka depth first search)
13d491bb66 More cleanup, add Hunt and Kill, add dead end metrics
4c68bb4b6d minor refactoring
61dcadbbba Implement Wilsons and AldousBroder. Minor cleanup
Compare 10 commits »
moldybits created repository moldybits/maze-cpp 2023-09-12 16:27:40 -04:00
moldybits created branch master in moldybits/cnpemu 2023-09-12 16:01:17 -04:00
moldybits pushed to master at moldybits/cnpemu 2023-09-12 16:01:17 -04:00
dcf5071095 Added rom file watching to automatically take an action when the rom changes. Implemented simple apple II+ emulator
7984a76f7e add some cpu counters: cycles, instructions, branches, branches taken
4d02210d58 doc improvements
69a6e99e6d refactor disassemble to allow caller provided buffer
f93d24ee79 Add doxygen generation
Compare 10 commits »
moldybits created repository moldybits/cnpemu 2023-09-12 16:00:48 -04:00
moldybits created branch master in moldybits/32_bit_os 2023-09-12 15:40:34 -04:00
moldybits pushed to master at moldybits/32_bit_os 2023-09-12 15:40:34 -04:00
2236639dc6 minor bug in process that could leak a kernel allocation when handling an error
7d1a910a76 Minor fat16 bug: elf32_off should be unsigned
16065b19d9 Begin framebuffer abstraction, add BGA driver
b363386005 Begin adding support for Bochs VGA Adapter, some PCI device support
c76d7aa1c6 Code formatting cleanup...
Compare 10 commits »
moldybits created repository moldybits/32_bit_os 2023-09-12 15:38:38 -04:00
moldybits created branch master in moldybits/fatcopy 2023-09-12 15:27:06 -04:00
moldybits pushed to master at moldybits/fatcopy 2023-09-12 15:27:06 -04:00
528da6ca6d Minor bug fix and compatability changes
99628c416c Initial commit
moldybits created repository moldybits/fatcopy 2023-09-12 15:24:16 -04:00