Preparing Makefiles, stub, skeleton, config files, etc. for porting LifxLightBulb...
[iot2.git] / iotjava / Makefile
2016-12-12 rtrimanaPreparing Makefiles, stub, skeleton, config files,...
2016-12-10 rtrimanaCleaning up
2016-12-07 rtrimanaTesting more complex struct and enum declarations;...
2016-11-29 rtrimanaAdding permission inclusion for callback helper functio...
2016-11-29 rtrimanaPreparing for callback testing (creating new policy...
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-17 rtrimanaAdding callback support for C++; still missing dynamic...
2016-11-16 rtrimanaAdding Java callback support in compiler
2016-11-09 rtrimanaCompleting parser to parse generic/template return...
2016-11-08 rtrimanaInitial cleaning up in compiler, fixing bugs
2016-11-07 rtrimanaAdding support to returning struct/list of struct objects
2016-11-07 rtrimanaTesting for callbacks thread safety in C++
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-03 rtrimanaAdding object ID and tons of minor adjustments for...
2016-11-01 rtrimanaInitial version that handles multiple callback objects...
2016-10-28 rtrimanaUsing sorted integer as method Id instead of hash values
2016-10-28 rtrimanaTranslating array into vector in C++; supporting only...
2016-10-28 rtrimanaMoving IoTRMITypes class into Java directory
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...
2016-09-30 rtrimanaFixing program structure; now accepting multiple policy...
2016-09-29 rtrimanaAdding square brackets handling for arrays; Adding...
2016-09-29 rtrimanaAdding handling for primitives, non-primitives, and...
2016-09-27 rtrimanaSeparating policy file into main policy and generated...
2016-09-23 rtrimanaPerfecting parser, lexer, and parse-tree handling for...
2016-09-17 rtrimanaFirst version of parser; Generates AST in XML and HTML...