Loading README.md +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ Getting Started **Build example utility and run tests against Kinetic Device simulator** > make start_sims # starts bundled kinetic-java simulators for testing > make all # this is what Travis-CI build does does for regression testing API Documentation Loading RELEASE.md +6 −1 Original line number Diff line number Diff line v0.11.2 (kinetic-protocol 3.0.5) -------------------------------- * Changed all threads to be block indefinitely and be fully event-driven. * Changed all threads to block indefinitely and be fully event-driven. * Added logging of all assertions to provide debugging info in the absence of debug symbols. * Fixed race condition in message bus listener which could lead to data corruption. * Fixed race condition that could cause more than the max number of thread pool threads to be created. * Fixed potential buffer overrun in logger. * Fixed bug with mishandling of unsolicited status responses from the drive prior to drive terminating connection. v0.11.1 (kinetic-protocol 3.0.5) -------------------------------- Loading config/Doxyfile +4 −4 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ PROJECT_NAME = kinetic-c # could be handy for archiving the generated documentation or if some version # control system is used. PROJECT_NUMBER = "v0.11.2-beta" PROJECT_NUMBER = "v0.11.2" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a Loading Loading @@ -415,7 +415,7 @@ EXTRACT_ALL = YES # be included in the documentation. # The default value is: NO. EXTRACT_PRIVATE = NO EXTRACT_PRIVATE = YES # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal # scope will be included in the documentation. Loading @@ -427,7 +427,7 @@ EXTRACT_PACKAGE = NO # included in the documentation. # The default value is: NO. EXTRACT_STATIC = NO EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined # locally in source files will be included in the documentation. If set to NO Loading @@ -443,7 +443,7 @@ EXTRACT_LOCAL_CLASSES = NO # included. # The default value is: NO. EXTRACT_LOCAL_METHODS = NO EXTRACT_LOCAL_METHODS = YES # If this flag is set to YES, the members of anonymous namespaces will be # extracted and appear in the documentation as a namespace called Loading config/VERSION +1 −1 Original line number Diff line number Diff line 0.11.2-beta 0.11.2 Loading
README.md +1 −0 Original line number Diff line number Diff line Loading @@ -63,6 +63,7 @@ Getting Started **Build example utility and run tests against Kinetic Device simulator** > make start_sims # starts bundled kinetic-java simulators for testing > make all # this is what Travis-CI build does does for regression testing API Documentation Loading
RELEASE.md +6 −1 Original line number Diff line number Diff line v0.11.2 (kinetic-protocol 3.0.5) -------------------------------- * Changed all threads to be block indefinitely and be fully event-driven. * Changed all threads to block indefinitely and be fully event-driven. * Added logging of all assertions to provide debugging info in the absence of debug symbols. * Fixed race condition in message bus listener which could lead to data corruption. * Fixed race condition that could cause more than the max number of thread pool threads to be created. * Fixed potential buffer overrun in logger. * Fixed bug with mishandling of unsolicited status responses from the drive prior to drive terminating connection. v0.11.1 (kinetic-protocol 3.0.5) -------------------------------- Loading
config/Doxyfile +4 −4 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ PROJECT_NAME = kinetic-c # could be handy for archiving the generated documentation or if some version # control system is used. PROJECT_NUMBER = "v0.11.2-beta" PROJECT_NUMBER = "v0.11.2" # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a Loading Loading @@ -415,7 +415,7 @@ EXTRACT_ALL = YES # be included in the documentation. # The default value is: NO. EXTRACT_PRIVATE = NO EXTRACT_PRIVATE = YES # If the EXTRACT_PACKAGE tag is set to YES all members with package or internal # scope will be included in the documentation. Loading @@ -427,7 +427,7 @@ EXTRACT_PACKAGE = NO # included in the documentation. # The default value is: NO. EXTRACT_STATIC = NO EXTRACT_STATIC = YES # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) defined # locally in source files will be included in the documentation. If set to NO Loading @@ -443,7 +443,7 @@ EXTRACT_LOCAL_CLASSES = NO # included. # The default value is: NO. EXTRACT_LOCAL_METHODS = NO EXTRACT_LOCAL_METHODS = YES # If this flag is set to YES, the members of anonymous namespaces will be # extracted and appear in the documentation as a namespace called Loading