Fixing minor bugs in callback generation
[iot2.git] / iotjava / iotrmi /
2016-11-23 rtrimanaAdding struct support for Java in compiler
2016-11-22 rtrimanaAdding enum support in compiler
2016-11-17 rtrimanaAdding policy dynamic checks on skeleton and stub that...
2016-11-12 rtrimanaAdding feature for enum and struct generations
2016-11-11 rtrimanaAdding skeleton generation for Java and C++; excluding...
2016-11-10 rtrimanaAdding permission check and error throw in C++
2016-11-10 rtrimanaAdding permission checks for Java; fixing type translat...
2016-11-09 rtrimanaCompleting parser to parse generic/template return...
2016-11-07 rtrimanaAdding support to returning struct/list of struct objects
2016-11-07 rtrimanaTesting for callbacks thread safety in C++
2016-11-07 rtrimanaSending int[] instead of a bunch of int for enum type...
2016-11-06 rtrimanaAdding return value support for enumeration (both Java...
2016-11-05 rtrimanaAdding enum support for method argument; need to emulat...
2016-11-05 rtrimanaDoing the same set of transformations for C++
2016-11-05 rtrimanaCleaning methodSignatures
2016-11-05 rtrimanaUsing methodId directly without method signature; placi...
2016-11-05 rtrimanaFixing bug for return value from callback in C++ (sendR...
2016-11-05 rtrimanaAdding callback for C++ (still has bug for return value...
2016-11-03 rtrimanaAdding object ID and tons of minor adjustments for...
2016-11-02 rtrimanaSeparating socket creation from callback method, so...
2016-11-01 rtrimanaAdding lock/synchronization to make sure that RMI calls...
2016-11-01 rtrimanaInitial version that handles multiple callback objects...
2016-10-29 rtrimanaAdding #include<vector> declaration when array is trans...
2016-10-28 rtrimanaUsing sorted integer as method Id instead of hash values
2016-10-28 rtrimanaRemoving IoTRMITypes.java from the outer directory
2016-10-28 rtrimanaTranslating array into vector in C++; supporting only...
2016-10-28 rtrimanaMoving IoTRMITypes class into Java directory
2016-10-28 rtrimanaMaking sure that sample stub and skeleton classes inher...
2016-10-27 rtrimanaRefactoring type size handler; using Java types as...
2016-10-27 rtrimanaCompleting stub and skeleton sides' APIs; Adding tests...
2016-10-26 rtrimanaAdding array/vector feature on C++ side - vector is...
2016-10-24 rtrimanaAdding premature C++ side; supporting only primitive...
2016-10-17 rtrimanaEarly version of RMI system for Java part; supports...
2016-10-10 rtrimanaAbstracting IoTSocket and extend it for client and...
2016-10-10 rtrimanaAdding early version of IoT RMI system; for now: 1...