projects
/
iot2.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
iot2.git
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