Corda is an open source blockchain project, designed for business from the start. Only Corda allows you to build interoperable blockchain networks that transact in strict privacy. Corda's smart contract technology allows businesses to transact directly, with value.
Go to file
Eric Scharff 8902cf2a73 Added a working implementation of calendar that fills in the important
fields (year, month, day, hour, minute, second) for the Gregorian calendar.
Specifically, it fills in YEAR, MONTH, DAY_OF_MONTH, HOUR_OF_DAY, MINUTE,
and SECOND.
2007-10-22 12:03:15 -06:00
classpath Added a working implementation of calendar that fills in the important 2007-10-22 12:03:15 -06:00
src revise signatures of mark() and set() to take a target object and offset instead of a target object reference, paving the way for immovable objects 2007-10-22 11:22:30 -06:00
test A stress test of both the garbage collector and function calls in general 2007-10-16 12:15:17 -06:00
.gitignore add .gitignore 2007-06-04 17:48:16 -06:00
makefile bugfixes and new instructions in compile.cpp 2007-10-16 19:21:35 -06:00
valgrind.supp bugfixes for recent refactoring effort 2007-09-24 07:46:48 -06:00