0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 09, 2023 — Jun 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed typo in format string for unbalanced stacks
gron
as Stefan Marr
More... over 12 years ago
Fixed typo in format string for unbalanced stacks
gron
as Stefan Marr
More... over 12 years ago
Fixed problems introduced with merge
gron
as Stefan Marr
More... over 12 years ago
Merge branch 'features/without-object-table' of github.com:smarr/RoarVM into omni/step2-integrate-without-OT
gron
as Stefan Marr
More... over 12 years ago
Merge branch 'features/without-object-table' of ssh://ts/git/roarvm into features/without-object-table
gron
as Stefan Marr
More... over 12 years ago
Merge branch 'master' of github.com:smarr/RoarVM into features/without-object-table
gron
as Stefan Marr
More... over 12 years ago
Some whitespace cleanup
gron
as Stefan Marr
More... over 12 years ago
Did not pass -no_pie option correctly to the linker
gron
as Stefan Marr
More... over 12 years ago
Added "No Pie" option to linker flags
gron
as Stefan Marr
More... over 12 years ago
Changed WORD_CONTAINING_OBJECT_TYPE_MEMBERS hack from using a macro to using #include
gron
as Stefan Marr
More... over 12 years ago
Minor whitespace cleanup
gron
as Stefan Marr
More... over 12 years ago
Fixed a problem with spaces in path names
gron
as Stefan Marr
More... over 12 years ago
Missing get_extra_preheader_word when no Preheader is used
gron
as Stefan Marr
More... almost 13 years ago
Use the standard GCC provided by OSX
gron
as Stefan Marr
More... almost 13 years ago
Object verification would fail if the Object_Table is not used
gron
as Stefan Marr
More... almost 13 years ago
Whitespace
gron
as Stefan Marr
More... almost 13 years ago
Merge branch 'integrate-ipad-code'
gron
as Stefan Marr
More... almost 13 years ago
Missing branding changes: target name, project name, app icon
gron
as Stefan Marr
More... almost 13 years ago
Change branding to RoarVM, update image to the latest release
gron
as Stefan Marr
More... almost 13 years ago
Whitespace cleanup
gron
as Stefan Marr
More... almost 13 years ago
Added support to experiment with the preheader
gron
as Stefan Marr
More... almost 13 years ago
Forgot to remove allocateChunk_for_a_new_object_and_safepoint_if_needed from Object, after moving it to Chunk
gron
as Stefan Marr
More... almost 13 years ago
Changed alignemnt_and_size to be unsigned to avoid compiler complains when comparing with sizeof()
gron
as Stefan Marr
More... almost 13 years ago
Added workaround for use of $OS in Makefile when used from Xcode
gron
as Stefan Marr
More... almost 13 years ago
Added workaround for use of $OS in Makefile when used from Xcode
gron
as Stefan Marr
More... almost 13 years ago
Removed the unused Multicore flag
gron
as Stefan Marr
More... almost 13 years ago
Removed the unused Multicore flag
gron
as Stefan Marr
More... almost 13 years ago
Moved allocateChunk_for_a_new_object_and_safepoint_if_needed from Object to Chunk.
gron
as Stefan Marr
More... almost 13 years ago
Added missing cast that broke Object_p being tracked_ptrs
gron
as Stefan Marr
More... almost 13 years ago
Updated Xcode project to avoid warnings on Xcode 4.2
gron
as Stefan Marr
More... almost 13 years ago