0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected 1 day ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a missing pop
gron
as Stefan Marr
More... over 11 years ago
Introduced debug helper to inspect the stack
gron
as Stefan Marr
More... over 11 years ago
Added identity hash, to easier see whether something changed.
gron
as Stefan Marr
More... over 11 years ago
Added support for printing a breakpoint argument (label)
gron
as Stefan Marr
More... over 11 years ago
Added missing primitive redirection support
gron
as Stefan Marr
More... over 11 years ago
Updated OstDomain constants
gron
as Stefan Marr
More... over 11 years ago
Properly redirect the #at: and #at:put: primitives to the domain
gron
as Stefan Marr
More... almost 12 years ago
Added the actual check for customizations in the domain to the VM
gron
as Stefan Marr
More... about 12 years ago
Added a helper to access the field of an object
gron
as Stefan Marr
More... about 12 years ago
Added support for the encoding of domain customizations (only infrastructure)
gron
as Stefan Marr
More... about 12 years ago
Added primitive to evaluate a block on the baselevel
gron
as Stefan Marr
More... about 12 years ago
Added support for literals
gron
as Stefan Marr
More... about 12 years ago
selector wasn't properly set for PrimValue bytecode
gron
as Stefan Marr
More... about 12 years ago
class bytecode missed the necessary infos to redirect to correct method
gron
as Stefan Marr
More... about 12 years ago
Also copy the domain during cloning
gron
as Stefan Marr
More... about 12 years ago
Merge remote-tracking branch 'origin/master' into omni/non-optimized-intercepts
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
Merge branch 'refs/heads/omni/non-opt-intercepts-do-merge-master' into omni/non-optimized-intercepts
gron
as Stefan Marr
More... about 12 years ago
Remove the Cross platform sqUnixFile.c
gron
as Stefan Marr
More... about 12 years ago
This code was previously commented out and not refactored, some changes related to that are still in the stash
gron
as Stefan Marr
More... about 12 years ago
Old tests are not compiled, but might still be needed later
gron
as Stefan Marr
More... about 12 years ago
Reordering definitions
gron
as Stefan Marr
More... about 12 years ago
Merge remote-tracking branch 'origin/master' into omni/non-opt-intercepts-do-merge-master
gron
as Stefan Marr
More... about 12 years ago
Allow to disable the breakpoint during debugging
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