2016-12-12 |
rtrimana | Preparing Makefiles, stub, skeleton, config files,... |
commit | commitdiff | tree | snapshot |
2016-12-12 |
rtrimana | Adding LifxLightBulb files and placeholders for benchma... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
rtrimana | Adding last version of iotruntime and iotinstaller... |
commit | commitdiff | tree | snapshot |
2016-12-10 |
rtrimana | Cleaning up |
commit | commitdiff | tree | snapshot |
2016-12-10 |
rtrimana | Adding example for a CPP that calls class skeleton |
commit | commitdiff | tree | snapshot |
2016-12-10 |
rtrimana | Adding example for a CPP that calls class skeleton |
commit | commitdiff | tree | snapshot |
2016-12-09 |
rtrimana | Tested on RPi, both RPi1 and RPi2; works fine and fast |
commit | commitdiff | tree | snapshot |
2016-12-09 |
rtrimana | 1) Making Java socket read/write length in 4 bytes... |
commit | commitdiff | tree | snapshot |
2016-12-09 |
rtrimana | Fixing a bug in C++ socket server-client: message lengt... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
rtrimana | Testing enum and callback combination |
commit | commitdiff | tree | snapshot |
2016-12-08 |
rtrimana | Combining enum, struct, and callback in one method... |
commit | commitdiff | tree | snapshot |
2016-12-08 |
rtrimana | Integrating enum and struct in one method call; fixing... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
rtrimana | Testing complex callbacks invocation; fixing subtle... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
rtrimana | Testing more complex struct and enum declarations;... |
commit | commitdiff | tree | snapshot |
2016-12-07 |
rtrimana | Fixing second bug (C++ skeleton cannot connect to Java... |
commit | commitdiff | tree | snapshot |
2016-12-05 |
rtrimana | Fixing problem with array/list of callbacks; Java stati... |
commit | commitdiff | tree | snapshot |
2016-12-05 |
rtrimana | Testing callbacks for Java and C++; fixing a few bugs... |
commit | commitdiff | tree | snapshot |
2016-12-03 |
rtrimana | Testing struct for array and list (Java and C++); fixin... |
commit | commitdiff | tree | snapshot |
2016-12-01 |
rtrimana | Testing struct (single object); fixing small bugs,... |
commit | commitdiff | tree | snapshot |
2016-12-01 |
rtrimana | Fixing bugs: 1) Arrays.asList generates finaled List... |
commit | commitdiff | tree | snapshot |
2016-12-01 |
rtrimana | Testing and fixing bugs on enum data types |
commit | commitdiff | tree | snapshot |
2016-11-29 |
rtrimana | Adding permission insertion for struct (will be tested... |
commit | commitdiff | tree | snapshot |
2016-11-29 |
rtrimana | Moving permission setting from stub to skeleton (mistak... |
commit | commitdiff | tree | snapshot |
2016-11-29 |
rtrimana | Adding permission inclusion for callback helper functio... |
commit | commitdiff | tree | snapshot |
2016-11-29 |
rtrimana | Cleaning up callback code generation; Fixing a few... |
commit | commitdiff | tree | snapshot |
2016-11-29 |
rtrimana | Preparing for callback testing (creating new policy... |
commit | commitdiff | tree | snapshot |
2016-11-28 |
rtrimana | Testing for list/vector data types |
commit | commitdiff | tree | snapshot |
2016-11-28 |
rtrimana | Fixing bugs on char translation; testing for arrays |
commit | commitdiff | tree | snapshot |
2016-11-26 |
rtrimana | Replacing throw error with exit statements for now... |
commit | commitdiff | tree | snapshot |
2016-11-26 |
rtrimana | Reverting type resolution in C++ to Java types, e.g... |
commit | commitdiff | tree | snapshot |
2016-11-25 |
rtrimana | Adding new policy, Java, and Cpp files for testing... |
commit | commitdiff | tree | snapshot |
2016-11-24 |
rtrimana | Fixing comments and cleaning up |
commit | commitdiff | tree | snapshot |
2016-11-24 |
rtrimana | Code refactoring for skeleton generation in C++ and... |
commit | commitdiff | tree | snapshot |
2016-11-23 |
rtrimana | Completing compiler with C++ struct support; need to... |
commit | commitdiff | tree | snapshot |
2016-11-23 |
rtrimana | Fixing minor bugs in callback generation |
commit | commitdiff | tree | snapshot |
2016-11-23 |
rtrimana | Adding struct support for Java in compiler |
commit | commitdiff | tree | snapshot |
2016-11-22 |
rtrimana | Adding enum support in compiler |
commit | commitdiff | tree | snapshot |
2016-11-17 |
rtrimana | More refactoring for permission writing in Java constructor |
commit | commitdiff | tree | snapshot |
2016-11-17 |
rtrimana | Refactoring policy writing |
commit | commitdiff | tree | snapshot |
2016-11-17 |
rtrimana | Adding policy dynamic checks on skeleton and stub that... |
commit | commitdiff | tree | snapshot |
2016-11-17 |
rtrimana | Adding callback support for C++; still missing dynamic... |
commit | commitdiff | tree | snapshot |
2016-11-16 |
rtrimana | Fixing minor bugs for callback-in-callback placeholders |
commit | commitdiff | tree | snapshot |
2016-11-16 |
rtrimana | Adding Java callback support in compiler |
commit | commitdiff | tree | snapshot |
2016-11-12 |
rtrimana | Adding feature for enum and struct generations |
commit | commitdiff | tree | snapshot |
2016-11-11 |
rtrimana | Moving struct and enum declaration into interface decla... |
commit | commitdiff | tree | snapshot |
2016-11-11 |
rtrimana | Adding skeleton generation for Java and C++; excluding... |
commit | commitdiff | tree | snapshot |
2016-11-10 |
rtrimana | Adding permission check and error throw in C++ |
commit | commitdiff | tree | snapshot |
2016-11-10 |
rtrimana | Adding permission checks for Java; fixing type translat... |
commit | commitdiff | tree | snapshot |
2016-11-09 |
rtrimana | Completing parser to parse generic/template return... |
commit | commitdiff | tree | snapshot |
2016-11-08 |
rtrimana | Refactoring method signature generations for interfaces... |
commit | commitdiff | tree | snapshot |
2016-11-08 |
rtrimana | Initial cleaning up in compiler, fixing bugs |
commit | commitdiff | tree | snapshot |
2016-11-08 |
rtrimana | Adding package (path) and import statement for ParseNode |
commit | commitdiff | tree | snapshot |
2016-11-08 |
rtrimana | Extending parser for struct/enum (policy) definition... |
commit | commitdiff | tree | snapshot |
2016-11-07 |
rtrimana | Adding support to returning struct/list of struct objects |
commit | commitdiff | tree | snapshot |
2016-11-07 |
rtrimana | Testing for callbacks thread safety in C++ |
commit | commitdiff | tree | snapshot |
2016-11-07 |
rtrimana | Sending int[] instead of a bunch of int for enum type... |
commit | commitdiff | tree | snapshot |
2016-11-06 |
rtrimana | Adding return value support for enumeration (both Java... |
commit | commitdiff | tree | snapshot |
2016-11-05 |
rtrimana | Adding enum support for method argument; need to emulat... |
commit | commitdiff | tree | snapshot |
2016-11-05 |
rtrimana | Doing the same set of transformations for C++ |
commit | commitdiff | tree | snapshot |
2016-11-05 |
rtrimana | Cleaning methodSignatures |
commit | commitdiff | tree | snapshot |
2016-11-05 |
rtrimana | Using methodId directly without method signature; placi... |
commit | commitdiff | tree | snapshot |
2016-11-05 |
rtrimana | Fixing bug for return value from callback in C++ (sendR... |
commit | commitdiff | tree | snapshot |
2016-11-05 |
rtrimana | Adding callback for C++ (still has bug for return value... |
commit | commitdiff | tree | snapshot |
2016-11-03 |
rtrimana | Adding object ID and tons of minor adjustments for... |
commit | commitdiff | tree | snapshot |
2016-11-02 |
rtrimana | Separating socket creation from callback method, so... |
commit | commitdiff | tree | snapshot |
2016-11-01 |
rtrimana | Adding lock/synchronization to make sure that RMI calls... |
commit | commitdiff | tree | snapshot |
2016-11-01 |
rtrimana | Initial version that handles multiple callback objects... |
commit | commitdiff | tree | snapshot |
2016-10-29 |
rtrimana | Adding #include<vector> declaration when array is trans... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
rtrimana | Using sorted integer as method Id instead of hash values |
commit | commitdiff | tree | snapshot |
2016-10-28 |
rtrimana | Removing IoTRMITypes.java from the outer directory |
commit | commitdiff | tree | snapshot |
2016-10-28 |
rtrimana | Translating array into vector in C++; supporting only... |
commit | commitdiff | tree | snapshot |
2016-10-28 |
rtrimana | Moving IoTRMITypes class into Java directory |
commit | commitdiff | tree | snapshot |
2016-10-28 |
rtrimana | Making sure that sample stub and skeleton classes inher... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
rtrimana | Refactoring type size handler; using Java types as... |
commit | commitdiff | tree | snapshot |
2016-10-27 |
rtrimana | Completing stub and skeleton sides' APIs; Adding tests... |
commit | commitdiff | tree | snapshot |
2016-10-26 |
rtrimana | Adding array/vector feature on C++ side - vector is... |
commit | commitdiff | tree | snapshot |
2016-10-24 |
rtrimana | Adding premature C++ side; supporting only primitive... |
commit | commitdiff | tree | snapshot |
2016-10-17 |
rtrimana | Early version of RMI system for Java part; supports... |
commit | commitdiff | tree | snapshot |
2016-10-10 |
rtrimana | Abstracting IoTSocket and extend it for client and... |
commit | commitdiff | tree | snapshot |
2016-10-10 |
rtrimana | Adding early version of IoT RMI system; for now: 1... |
commit | commitdiff | tree | snapshot |
2016-09-30 |
rtrimana | Cleaning up; Adding new files |
commit | commitdiff | tree | snapshot |
2016-09-30 |
rtrimana | Fixing program structure; now accepting multiple policy... |
commit | commitdiff | tree | snapshot |
2016-09-29 |
rtrimana | Refactoring policy parsing section; Preparing for parsi... |
commit | commitdiff | tree | snapshot |
2016-09-29 |
rtrimana | Adding square brackets handling for arrays; Adding... |
commit | commitdiff | tree | snapshot |
2016-09-29 |
rtrimana | Adding handling for primitives, non-primitives, and... |
commit | commitdiff | tree | snapshot |
2016-09-27 |
rtrimana | Separating policy file into main policy and generated... |
commit | commitdiff | tree | snapshot |
2016-09-23 |
rtrimana | Perfecting parser, lexer, and parse-tree handling for... |
commit | commitdiff | tree | snapshot |
2016-09-17 |
rtrimana | First version of parser; Generates AST in XML and HTML... |
commit | commitdiff | tree | snapshot |
|