0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added verbose option. Added C compiler option (defaults to clang). More... almost 14 years ago
Explicitly cast a pointer to integer to keep gcc quiet. More... almost 14 years ago
No more -nolines. I like to see the error location in the ooc code. More... almost 14 years ago
Now keeping track of total, used, and free memory. More... almost 14 years ago
Cleaned up some stupid repeated code More... almost 14 years ago
Old code was still using VMM instead of MM More... almost 14 years ago
Added debug(), warn(), and error() functions to Bochs. More... almost 14 years ago
Combined VMM and PMM into a single MM.ooc More... almost 14 years ago
Added structs/Bitmap More... almost 14 years ago
Added my name to copyright, removed random semicolons More... almost 14 years ago
Using printfln instead of format(...) println() More... almost 14 years ago
Renamed some variables and functions in Display More... almost 14 years ago
Using %p instead of 0x%x in format strings More... almost 14 years ago
Added a toString method to Object More... almost 14 years ago
cleaned up some of Printf and fixed printf flags More... almost 14 years ago
Oops... somehow while formatting I removed a necessary ] More... almost 14 years ago
small ASM formatting pickiness More... almost 14 years ago
Much better ASM formatting - thanks gas-mode More... almost 14 years ago
Fixing badly formatted oocdocs More... almost 14 years ago
-outlib is deprecated, using -staticlib More... almost 14 years ago
formatting More... almost 14 years ago
Yay indentation More... almost 14 years ago
Satisfy rock's cruel typechecker. More... almost 14 years ago
Color is an enum, not a class, yay More... almost 14 years ago
Slightly smarter SCons setup. More... almost 14 years ago
Default compiler is now rock! Go to hell, j/ooc! More... almost 14 years ago
Oops, `sizeof(Type)` is deprecated! `Type size` all the way. More... almost 14 years ago
Have grub automatically boot oos again. More... almost 14 years ago
A few additions, removals, and small hacks to get rock to compile oos. More... almost 14 years ago
Ignore rock libcaching stuff. More... almost 14 years ago