Adding config file for sharing.
[iot2.git] / iotjava / iotrmi / C++ /
2018-03-29 rtrimanaCleaning up drivers/Cpp, Cpp/Lifxtest, virtuals, and...
2018-03-22 rtrimanaRemoving printing statements from C++ RMI library ...
2018-02-28 rtrimanaCleaning up code for runtime, installer, RMI, compiler...
2017-05-01 rtrimanaMaking sure that C++ RMI test works
2017-04-25 rtrimanaMaking C++ classes final
2017-04-24 rtrimanaChanges and additional files for RMI profiling
2017-02-01 rtrimanaFixed compiler for Java code generation (not heavily...
2017-01-31 rtrimanaTested C++ RPS/RMI libraries for arbitrary objects...
2017-01-28 rtrimanaCreating ConcurrentLinkedListQueue for C++
2017-01-28 rtrimanaPreparing C++ stubs and skeletons for circular compilat...
2016-12-20 rtrimanaAdjustments in stubs and skeletons for callback in...
2016-12-10 rtrimanaCleaning up
2016-12-10 rtrimanaAdding example for a CPP that calls class skeleton
2016-12-10 rtrimanaAdding example for a CPP that calls class skeleton
2016-12-09 rtrimanaTested on RPi, both RPi1 and RPi2; works fine and fast
2016-12-09 rtrimana1) Making Java socket read/write length in 4 bytes...
2016-12-09 rtrimanaFixing a bug in C++ socket server-client: message lengt...
2016-12-08 rtrimanaTesting enum and callback combination
2016-12-08 rtrimanaCombining enum, struct, and callback in one method...
2016-12-08 rtrimanaIntegrating enum and struct in one method call; fixing...
2016-12-07 rtrimanaTesting complex callbacks invocation; fixing subtle...
2016-12-07 rtrimanaTesting more complex struct and enum declarations;...
2016-12-07 rtrimanaFixing second bug (C++ skeleton cannot connect to Java...
2016-12-05 rtrimanaFixing problem with array/list of callbacks; Java stati...
2016-12-05 rtrimanaTesting callbacks for Java and C++; fixing a few bugs...
2016-12-03 rtrimanaTesting struct for array and list (Java and C++); fixin...
2016-12-01 rtrimanaTesting struct (single object); fixing small bugs,...
2016-12-01 rtrimanaTesting and fixing bugs on enum data types
2016-11-29 rtrimanaAdding permission inclusion for callback helper functio...
2016-11-29 rtrimanaCleaning up callback code generation; Fixing a few...
2016-11-29 rtrimanaPreparing for callback testing (creating new policy...
2016-11-28 rtrimanaTesting for list/vector data types
2016-11-28 rtrimanaFixing bugs on char translation; testing for arrays
2016-11-26 rtrimanaReplacing throw error with exit statements for now...
2016-11-26 rtrimanaReverting type resolution in C++ to Java types, e.g...
2016-11-25 rtrimanaAdding new policy, Java, and Cpp files for testing...
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-10 rtrimanaAdding permission check and error throw in C++
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 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-10-28 rtrimanaUsing sorted integer as method Id instead of hash values
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...