Loading Makefile +3 −2 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ install: ${KINETIC_LIB} ${KINETIC_SO} VERSION @echo ${INSTALL} -d ${PREFIX}/lib/ ${INSTALL} -c ${KINETIC_LIB} ${PREFIX}/lib/ ${INSTALL} -c ${KINETIC_SO} ${PREFIX}/lib/ # ${INSTALL} -c ${KINETIC_SO} ${PREFIX}/lib/ ${INSTALL} -d ${PREFIX}/include/ ${INSTALL} -c ./include/${API_NAME}.h ${PREFIX}/include/ ${INSTALL} -c ./include/kinetic_types.h ${PREFIX}/include/ Loading @@ -199,7 +199,8 @@ uninstall: ${RM} -f ${PREFIX}/include/protobuf-c/protobuf-c.h ${RM} -f ${PREFIX}/include/protobuf-c.h all: uninstall clean test default install run rund # all: uninstall clean test default install run rund all: uninstall clean test default install run @echo @echo -------------------------------------------------------------------------------- @echo $(PROJECT) build completed successfully! Loading RELEASE.md +3 −2 Original line number Diff line number Diff line v0.6.0 ------ * Added Makefile build option. * Added GET operation. * Added GET and DELETE operations. * Added Makefile build implementing standard (make; sudo make install) interface. * Added creation/installation of static (.a) and dynamic (.so) libraries * Added ByteArray type for buffer management. * Added Kinetic_KeyValue type for key/value pair handling. src/lib/kinetic_types_internal.h +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ // } // #define KINETIC_PDU_HEADER_INIT \ // #define KINETIC_PDU_HEADER_INIT // (KineticPDUHeader) {.versionPrefix = 'F'} Loading src/utility/main.c +1 −0 Original line number Diff line number Diff line Loading @@ -241,6 +241,7 @@ int main(int argc, char** argv) .algorithm = KINETIC_PROTO_ALGORITHM_SHA1, .dbVersion = BYTE_ARRAY_INIT_FROM_CSTRING("v1.0"), .tag = BYTE_ARRAY_INIT_FROM_CSTRING("some_value_tag..."), .metadataOnly = false, }; printf("\n" Loading Loading
Makefile +3 −2 Original line number Diff line number Diff line Loading @@ -175,7 +175,7 @@ install: ${KINETIC_LIB} ${KINETIC_SO} VERSION @echo ${INSTALL} -d ${PREFIX}/lib/ ${INSTALL} -c ${KINETIC_LIB} ${PREFIX}/lib/ ${INSTALL} -c ${KINETIC_SO} ${PREFIX}/lib/ # ${INSTALL} -c ${KINETIC_SO} ${PREFIX}/lib/ ${INSTALL} -d ${PREFIX}/include/ ${INSTALL} -c ./include/${API_NAME}.h ${PREFIX}/include/ ${INSTALL} -c ./include/kinetic_types.h ${PREFIX}/include/ Loading @@ -199,7 +199,8 @@ uninstall: ${RM} -f ${PREFIX}/include/protobuf-c/protobuf-c.h ${RM} -f ${PREFIX}/include/protobuf-c.h all: uninstall clean test default install run rund # all: uninstall clean test default install run rund all: uninstall clean test default install run @echo @echo -------------------------------------------------------------------------------- @echo $(PROJECT) build completed successfully! Loading
RELEASE.md +3 −2 Original line number Diff line number Diff line v0.6.0 ------ * Added Makefile build option. * Added GET operation. * Added GET and DELETE operations. * Added Makefile build implementing standard (make; sudo make install) interface. * Added creation/installation of static (.a) and dynamic (.so) libraries * Added ByteArray type for buffer management. * Added Kinetic_KeyValue type for key/value pair handling.
src/lib/kinetic_types_internal.h +1 −1 Original line number Diff line number Diff line Loading @@ -97,7 +97,7 @@ // } // #define KINETIC_PDU_HEADER_INIT \ // #define KINETIC_PDU_HEADER_INIT // (KineticPDUHeader) {.versionPrefix = 'F'} Loading
src/utility/main.c +1 −0 Original line number Diff line number Diff line Loading @@ -241,6 +241,7 @@ int main(int argc, char** argv) .algorithm = KINETIC_PROTO_ALGORITHM_SHA1, .dbVersion = BYTE_ARRAY_INIT_FROM_CSTRING("v1.0"), .tag = BYTE_ARRAY_INIT_FROM_CSTRING("some_value_tag..."), .metadataOnly = false, }; printf("\n" Loading