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()"
* close() method is now idempotent
* Access to Message obj after close() results in IllegalStateException (Not SEGV anymore)
|
4 years ago |
heck
|
be6510066c
|
Revert "FIX: JNI-135' - the option of using finalize() has been discarded
This reverts commit 20c32ff756 , reversing
changes made to 59d6177dc8 .
|
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 |