1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 14 hours ago.
Jun 02, 2023 — Jun 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix mismatch new VS new[] and delete VS delete[] More... almost 10 years ago
Merge pull request #195 from eregon/mvm More... almost 10 years ago
Ensure to release the VM list mutex before destroying the environment More... almost 10 years ago
Implement deduplication of arities in the Pickler More... almost 10 years ago
Reorder a few methods of Pickler More... almost 10 years ago
Move the Pickler topLevelValue to an argument of pickle() More... almost 10 years ago
Deduplicate features in the Pickler More... almost 10 years ago
Move definition of pickle() to pickler.hh as it is so simple More... almost 10 years ago
Use the new serializer for inter-VM operations More... almost 10 years ago
Implement the pickler in C++ for better performance More... almost 10 years ago
Merge pull request #194 from eregon/boost_mutex More... almost 10 years ago
Prefer boost::mutex to std::mutex as they are not implemented in MinGW More... almost 10 years ago
Fix missing argument in MemManagedList::remove_after() More... almost 10 years ago
Fix unpickling of namedname More... almost 10 years ago
Implement unpickling of unicodeString in bootunpickler More... almost 10 years ago
Rename bootunpickler-decl.hh to bootunpickler.hh More... almost 10 years ago
Merge pull request #193 from kennytm/debug-entry More... almost 10 years ago
Added the debugEntry op codes, and let the StackTrace use them. More... almost 10 years ago
Merge pull request #192 from eregon/mvm More... about 10 years ago
Synchronize calls using the environment variables More... about 10 years ago
Allow Oz to use the efficient boot unpickler More... about 10 years ago
Add a test for VMPort's type More... about 10 years ago
Merge pull request #191 from eregon/monotonic_time More... about 10 years ago
Merge pull request #190 from eregon/mvm More... about 10 years ago
Load Pickle in the VM module in VM.getPort and VM.new. More... about 10 years ago
Merge pull request #189 from eregon/zlibio More... about 10 years ago
Add Boot_Time.getMonotonicTime for benchmarking purpose More... about 10 years ago
Merge pull request #188 from francoisfonteyn/list-comprehensions More... about 10 years ago
Full list comprehensions support More... about 10 years ago
Merge pull request #187 from eregon/mvm More... about 10 years ago