16 Commits (0a641597d411fe9fdf8268657329bbc877237839)

Author SHA1 Message Date
heck 0a641597d4 prototype: remove alloc/free routines from namespace pEp, they have been moved into the respective classes, (might generalize and extract them later again) 3 years ago
heck 224c52b96c prototype: TestStruct1 - use default alloc/free from PODStruct, and use data() method to access wrapped struct for binding 3 years ago
heck 26e0848fa1 prototype: pEp::PODStruct - created default alloc/free, and a constructor to provide custom alloc/free 3 years ago
heck 6b0ab94595 prototype: pEp::String - move alloc/free routines into class 3 years ago
heck ba0857c930 prototype: pEp::String - does never host a char*, but only wraps one thats hosted somehwere else, so we only need a char**, no char* 3 years ago
heck 33b898fa23 prototype: pEp::String - avoid nullptr in the char* (if the c_str_p is nullptr then init with "") 3 years ago
heck 7e5d39f28b prototype: just comments and prints 3 years ago
heck 79a3dfecf8 prtotype: make struct wrapper generic 3 years ago
heck c25c114082 prtotype: prefix libc99 usage with :: 3 years ago
heck 8d9a1272b8 move protoyping into new dir 'test' 3 years ago
heck 1df9c84511 protyping: Structs wrapper / ownership / more tests 3 years ago
heck e0634523a6 protyping: POD / String types, and more tests 3 years ago
heck e49c88052d Add generic class 'POD', a generic POD-wrapper 3 years ago
heck eed57ef631 func name typo 3 years ago
heck 3b556c2e99 using std::shared_ptr is too complicated for this. 3 years ago
heck 3737da708d Inital prototyping 3 years ago