Adding example for a CPP that calls class skeleton
[iot2.git] / config / iotpolicy /
2016-12-09 rtrimanaFixing a bug in C++ socket server-client: message lengt...
2016-12-08 rtrimanaTesting enum and callback combination
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-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 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 rtrimanaReverting type resolution in C++ to Java types, e.g...
2016-11-25 rtrimanaAdding new policy, Java, and Cpp files for testing...
2016-11-23 rtrimanaAdding struct support for Java in compiler
2016-11-22 rtrimanaAdding enum support in compiler
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-09 rtrimanaCompleting parser to parse generic/template return...
2016-11-08 rtrimanaExtending parser for struct/enum (policy) definition...
2016-10-28 rtrimanaTranslating array into vector in C++; supporting only...
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...