30 Commits (faad59eddea21c0361fbeb99b313b03040093c07)

Author SHA1 Message Date
heck faad59edde Make Engine.provision() a static method 3 years ago
heck 394a272b53 Add API method "provision(url)" 3 years ago
heck 24f801b381 JNI-160: change "instanceCount" to be AtomicLong 4 years ago
heck 21119a6419 JNI-160: synchronized getInstanceCount() method 4 years ago
heck aff9fa861f JNI-160: synchronized close() method 4 years ago
heck 9d7efca8a5 JNI-160: close() on obj with handle == 0 does nothing (no decrement either) 4 years ago
heck 42fad14bb9 JNI-160: add Message.getInstanceCount() 4 years ago
heck b9fb50a75b JNI-149: "Wrap disable_all_sync_channels into the adapter" - implementation 4 years ago
heck d9e782faff JNI-142: "Mem-mgmt: Defined behaviour of Message.close()" 4 years ago
heck be6510066c Revert "FIX: JNI-135' - the option of using finalize() has been discarded 4 years ago
heck 78dc887d45 JNI-135 - Fixed. use finalize() to release JNI-allocated mem. (Autocloseable never called close()) 4 years ago
heck 4fdcb1e1ac JNI-129 - JNI-129 - Message.getSent calls getSent() instead of _getSent() 4 years ago
heck 31ddafa3e5 codegen : message.cc fix datetime type 4 years ago
heck 87fc20082b Fix: JNI-129 - Message.getSent calls getSent() instead of _getSent() 4 years ago
heck 46ba24e930 codegen add support for "basic methods" returning bytearray 5 years ago
heck 5e999db69f add export_key as "basic" method (gen on java handwritten in c++) 5 years ago
heck bcb119060b JNI-125 - "EncFormat missing values" 5 years ago
heck a255490628 formatting and code style only 5 years ago
heck 3e71c76515 JNI-123 - "get rid of c-style casts" 5 years ago
heck 9eb92f27b6 no explicit toString() values for enum Rating 5 years ago
heck 5070920c81 Add enter_device_group() 5 years ago
heck 29705b4756 Add the Enum default method getInternalStringValue() when "has_int_str_val" is set (TODO: Query this using XPath, fdik how do i do this? in ysl2?) 5 years ago
heck c0e2a91578 CodeGen: New enhanced enums, now all enums got .toString(), all enums can have .getInternalStringValue() (This was needed to avoid mapping table in the app, for "casting" Ratings to Engine internal string values for X-Opts .e.g) 5 years ago
heck de22d6aad3 Generate all Exceptions fixed 5 years ago
heck e22afe2c2c Moved all java sources under src/java 5 years ago
heck c5ae320e7a move all cxx sources/headers into src/cxx 5 years ago
heck 935f3b58ca move java interfaces into own subpkg "foundation.pep.interfaces" 5 years ago
heck 80c0b1e542 Move all yml2 into own src folder "codegen" 5 years ago