1
I Use This!
Inactive

Commits : Listings

Analyzed 26 minutes ago. based on code collected about 6 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use the mach_time only on iOS
gron
as Stefan Marr
More... almost 11 years ago
Fixed issue reported by Clang
gron
as Stefan Marr
More... almost 11 years ago
Fixed build on OSX10.8
gron
as Stefan Marr
More... almost 11 years ago
Minor whitespace cleanup.
gron
as Stefan Marr
More... almost 11 years ago
Changing bytecode dispatch from using a switch/case to an explicit dispatch table
gron
as Stefan Marr
More... over 11 years ago
Fixed primitiveMultiply
gron
as Stefan Marr
More... over 11 years ago
Negation missing
gron
as Stefan Marr
More... over 11 years ago
primitiveCopyObject seems to work
gron
as Stefan Marr
More... over 11 years ago
Fixed primitivePerformInSuperclass
gron
as Stefan Marr
More... over 11 years ago
Moved newActiveContext into header
gron
as Stefan Marr
More... over 11 years ago
Don't make it `const` when we return `this`
gron
as Stefan Marr
More... over 11 years ago
Removing the notion of internal execution mode and sprinkle more `const` throughout the codebase
gron
as Stefan Marr
More... over 11 years ago
Added VMParameter 0, returning RVM encoded as ASCII to the image
gron
as Stefan Marr
More... over 11 years ago
Refactored [internal]activateNewMethod()
gron
as Stefan Marr
More... over 11 years ago
Added `const` modifiers
gron
as Stefan Marr
More... over 11 years ago
Extended the debug print facilities
gron
as Stefan Marr
More... over 11 years ago
Added flag to be able to disable context switches during debugging
gron
as Stefan Marr
More... over 11 years ago
Use mach_absolute_time for OSX and iOS
gron
as Stefan Marr
More... about 12 years ago
Fix improper refactoring of iOS code
gron
as Stefan Marr
More... about 12 years ago
Fix iOS project
gron
as Stefan Marr
More... about 12 years ago
Replaced the is_superclass_of with a traditional isKindOf implementation
gron
as Stefan Marr
More... about 12 years ago
Fixed process primitives that did not allow subclasses of process
gron
as Stefan Marr
More... about 12 years ago
Missed a check that needs to use Using_Processes, too
gron
as Stefan Marr
More... about 12 years ago
Introduce Using_Processes and Using_Threads flags
gron
as Stefan Marr
More... about 12 years ago
gtest submodule was out of sync
gron
as Stefan Marr
More... about 12 years ago
Fix building tests with Xcode
gron
as Stefan Marr
More... about 12 years ago
Thread locals are not available on OSX, but should be used on Linux
gron
as Stefan Marr
More... about 12 years ago
split up the assert to see exactly what is failing
gron
as Stefan Marr
More... about 12 years ago
Fix off-by-one error in topRemappableOop
gron
as Stefan Marr
More... about 12 years ago
Updated FilePlugin to have the std file handles available for the Pharo image and cmd output
gron
as Stefan Marr
More... about 12 years ago