Updating database
[iot2.git] / iotjava /
2017-02-23 rtrimanaUpdating stubs and skeletons for the second benchmark...
2017-02-22 rtrimanaRemoving callback port feature from master and slave
2017-02-22 rtrimanaNew .so file for LifxLightBulb
2017-02-22 rtrimanaAdding object ID tracking for simultaneous generation...
2017-02-21 rtrimanaUpdating the first benchmark with new stubs/skeletons...
2017-02-21 rtrimanaUpdating skeletons and stubs for C++; Fixing one bug...
2017-02-20 rtrimanaUpdating stub and skeleton for Lifxtest
2017-02-14 rtrimanaFixing a bug in IoTMaster (wrong variable for language...
2017-02-14 rtrimanaAdding flags to master to give flexibility to choose...
2017-02-13 rtrimanaMaking sure that C++ Set and Relation methods return...
2017-02-08 rtrimanaRestoring IoTRMICall and IoTRMIObject to their original...
2017-02-07 rtrimanaMaking sure that compiler can generate methods with...
2017-02-07 rtrimanaFixing bugs for multiple callback inputs; adding more...
2017-02-03 rtrimanaMinor tests for multiple callbacks, enum, and struct...
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 rtrimanaCleaning up error messages, etc. in Java RMI part
2017-01-28 rtrimanaChanging IoTRMIComm into abstract and refactoring into...
2017-01-28 rtrimanaFirst version of skeleton-stub communication using...
2017-01-28 rtrimanaCreating ConcurrentLinkedListQueue for C++
2017-01-28 rtrimanaPreparing C++ stubs and skeletons for circular compilat...
2017-01-26 rtrimanaWorking Java v.1.0 for arbitrary calls of callback...
2017-01-23 rtrimanaWorking C++ IoTSlave for both IoTSet and IoTRelation...
2017-01-21 rtrimanaModified and tested IoTMaster for IoTSet in C++; comple...
2017-01-19 rtrimanaAdding C++ field instrumentation using config file
2017-01-18 rtrimanaPerfecting IoTSlave for C++; Found one issue with SSH...
2017-01-13 rtrimanaAdding stub and skeleton for Lifxtest and LifxLightBulb...
2017-01-12 rtrimanaPreparing Lifxtest as a test benchmark; making adjustme...
2017-01-11 rtrimanaFixing 2 issues in LifxLightBulb driver: 1) Detached...
2017-01-11 rtrimanaAdding debug messages on slave to print info for design...
2017-01-10 rtrimanaMinor fixes in LifxLightBulb driver (not fully tested...
2017-01-10 rtrimanaMoving Java drivers; Creating iotruntime socket connect...
2017-01-07 rtrimanaReplacing default BUFFSIZE value with new buffer size...
2017-01-07 rtrimanaAdding a (potential) initialization for Alarm; Modifyin...
2017-01-07 rtrimanaPerfecting 4th benchmark; adding needed MySQL config...
2017-01-06 rtrimanaFixing MySQL query parsing bug for IoTRelation; adjusti...
2017-01-06 rtrimanaAdjusting files in ZigbeeTest; preparing things for...
2017-01-05 rtrimanaAdjustments to ZigbeeTest and Python files to use just...
2017-01-05 rtrimanaTesting Smartthings sensors with some adjustments for...
2017-01-05 rtrimanaAdding missing stub and skeleton files for 3rd benchmar...
2017-01-05 rtrimanaAdding missing files, completing driver config files...
2017-01-05 rtrimanaPreparing 3rd benchmark for porting with capability...
2017-01-04 rtrimanaPreparing files, stubs, and skeletons for 2nd benchmark
2017-01-04 rtrimanaApplying changes for 3rd benchmark (wildcard addresses...
2016-12-22 rtrimanaRemoving unwanted stub and skeleton files
2016-12-21 rtrimanaFirst benchmark working with capability-based RMI;...
2016-12-20 rtrimanaAdjustments in stubs and skeletons for callback in...
2016-12-16 rtrimanaPorting and compiling SmartLightsController
2016-12-14 rtrimanaIntegrating capability-based RMI on Sentinel for Java...
2016-12-12 rtrimanaPreparing Makefiles, stub, skeleton, config files,...
2016-12-10 rtrimanaAdding last version of iotruntime and iotinstaller...
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 rtrimanaFixing bugs: 1) Arrays.asList generates finaled List...
2016-12-01 rtrimanaTesting and fixing bugs on enum data types
2016-11-29 rtrimanaAdding permission insertion for struct (will be tested...
2016-11-29 rtrimanaMoving permission setting from stub to skeleton (mistak...
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-24 rtrimanaFixing comments and cleaning up
2016-11-24 rtrimanaCode refactoring for skeleton generation in C++ and...
2016-11-23 rtrimanaCompleting compiler with C++ struct support; need to...
2016-11-23 rtrimanaFixing minor bugs in callback generation
2016-11-23 rtrimanaAdding struct support for Java in compiler
2016-11-22 rtrimanaAdding enum support in compiler
2016-11-17 rtrimanaMore refactoring for permission writing in Java constructor
2016-11-17 rtrimanaRefactoring policy writing
2016-11-17 rtrimanaAdding policy dynamic checks on skeleton and stub that...
2016-11-17 rtrimanaAdding callback support for C++; still missing dynamic...
2016-11-16 rtrimanaFixing minor bugs for callback-in-callback placeholders
2016-11-16 rtrimanaAdding Java callback support in compiler
2016-11-12 rtrimanaAdding feature for enum and struct generations
2016-11-11 rtrimanaMoving struct and enum declaration into interface decla...
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-08 rtrimanaRefactoring method signature generations for interfaces...
2016-11-08 rtrimanaInitial cleaning up in compiler, fixing bugs
2016-11-08 rtrimanaAdding package (path) and import statement for ParseNode
next