0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed bug in primitive, need to pop parameter and self, and then push the result to get the correct return value
gron
as Stefan Marr
More... almost 13 years ago
Separated Project Omni's primitives into its own module
gron
as Stefan Marr
More... almost 13 years ago
Moved the added convenience function to a better place
gron
as Stefan Marr
More... almost 13 years ago
Fixed some whitespace
gron
as Stefan Marr
More... almost 13 years ago
Added convenience function to access booleans from stack
gron
as Stefan Marr
More... almost 13 years ago
Moved to bitwise encoding, seems to fit better
gron
as Stefan Marr
More... almost 13 years ago
Added primitives to access the domain information stored in the header
gron
as Stefan Marr
More... almost 13 years ago
Whitespace cleanup
gron
as Stefan Marr
More... almost 13 years ago
Partial refactoring to give some semantics to the other header word
gron
as Stefan Marr
More... almost 13 years ago
Started with adding an extra word for the domain infos to object headers
gron
as Stefan Marr
More... almost 13 years ago
Adapted Xcode project to compiler gunit and the necessary VM files for running the test cases
gron
as Stefan Marr
More... almost 13 years ago
Added undef to ensure the compile constant is correctly set in any case
gron
as Stefan Marr
More... almost 13 years ago
Added missing definitions on non-apple platforms
gron
as Stefan Marr
More... almost 13 years ago
Cleanup main, which got polluted with iPad specifics
gron
as Stefan Marr
More... almost 13 years ago
The change of b2dca2aaa3a1be000b524363e02a21b6e7e8c814 triggers a bug in the tile-c++ compiler, added a hack to restore the original definition and avoid the compiler bug.
gron
as Stefan Marr
More... almost 13 years ago
Added missing initialization to the evtBuf
gron
as Stefan Marr
More... almost 13 years ago
Added missing initialization to the evtBuf
gron
as Stefan Marr
More... almost 13 years ago
Added a method to get the stack depth and also use it in debugging mode to trigger a breakpoint
gron
as Stefan Marr
More... almost 13 years ago
Fixed some warnings.
gron
as Stefan Marr
More... almost 13 years ago
Minimal improvement of the compilation flags
gron
as Stefan Marr
More... almost 13 years ago
Fixed some compiler warnings and redundancies
gron
as Stefan Marr
More... almost 13 years ago
Fixed problem in Abstract_OS_Interface::abort and co.
gron
as Stefan Marr
More... almost 13 years ago
Merge branch 'master' into integrate-with-ipad
gron
as Stefan Marr
More... almost 13 years ago
Fixed Xcode project: missing adaptation for renaming of debugging_tracer to gc_debugging_tracer
gron
as Stefan Marr
More... almost 13 years ago
Fixed Makefile.common: missing adaptation for renaming of debugging_tracer to gc_debugging_tracer
gron
as Stefan Marr
More... almost 13 years ago
Revert "Retrieving the next event does not rely on the return value anymore to determine whether there is an event" More... almost 13 years ago
Make sure the breakpoints are only enabled when the VM is used for debugging
gron
as Stefan Marr
More... almost 13 years ago
Changed ioRelinquishProcessorForMicroseconds to look like the version in the iPad branch
gron
as Stefan Marr
More... almost 13 years ago
Updated Xcode project to require Xcode 3.2
gron
as Stefan Marr
More... almost 13 years ago
Removed interfering CFlags and upgrade Xcode project to 3.2 compatibility
gron
as Stefan Marr
More... almost 13 years ago