Reverting type resolution in C++ to Java types, e.g. byte and char instead of just...
[iot2.git] / iotjava / iotpolicy /
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 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
2016-11-08 rtrimanaExtending parser for struct/enum (policy) definition...
2016-10-29 rtrimanaAdding #include<vector> declaration when array is trans...
2016-10-28 rtrimanaTranslating array into vector in C++; supporting only...
2016-10-10 rtrimanaAdding early version of IoT RMI system; for now: 1...
2016-09-30 rtrimanaCleaning up; Adding new files
2016-09-30 rtrimanaFixing program structure; now accepting multiple policy...
2016-09-29 rtrimanaRefactoring policy parsing section; Preparing for parsi...
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...