Changeset |
ENH: Upgrade the OpenIGTLink library to version 3.0.
OpenIGTLinkIF:
$ git shortlog f3ebcbd..f0d539c --no-merges
leo chan (1):
EHN: use of version3 OpenIGTLink
OpenIGTLink:
$ git shortlog 323b8c0..4e8a359 --no-merges
Adam Rankin (37):
ENH: Implementation of command message in OpenIGTLink. Added CMake implementation for v3 flag.
ENH: Implementation of command message in OpenIGTLink. Added CMake implementation for v3 flag.
Adding missing files
Correcting the default version numbers for a number of messages that should have version 2 by default.
Removing unnecessary base classes and restoring defaults to version 1. Setting command message to version 3 to ensure header requirements.
Adding target export for project inclusion
Merging in all v3 functionality (0000010)
Renaming content functions to better match actual behavior and meaning
Fixing build errors in Examples
When the buffer is initialized, only 58 bytes are allocated
Fixing gtest build for VS2012 (0000013)
COMP: Correcting allocation of buffer
Adding CreateHeaderMessage to hide memory allocation details
Undoing incorrect memory allocation fix
Protocol2 enable build (0000014)
Bug fixes (0000015)
Enhancing exported targets to add include_directories to the properties
Adding root level binary dir to include dirs
Bug fixes (0000016)
Adding protection to multiple pack calls
Adding /MP definition for targets under MSVC
Changing return type of Get function from int to bool
Igtlink fixes (0000018)
Add igtlTestConfig.h.in to switch between gtest and dummy gtest. (0000019)
Ensuring m_Content is properly initialized regardless of OpenIGTLink_PROTOCOL_VERSION
merge a pick up commit
Adding root level binary dir to include dirs
Pick up the versin3 independent commits to the version2
Restoring proper configuration of CMake target.
Updating IGSIO to by synced with upstream (0000021)
Fixing v3 build
EHN: Merge V3 fixing from IGSIO Fixing v3 build
Adding type enumerating the IANA encoding types for programmer-friendly usage
Adding type enumerating the IANA encoding types for programmer-friendly usage
Improving meta data element accessors
Adding necessary include for linux compilers
ENH: Making the command name field 128 bytes instead of 32
Andras Lasso (1):
COMP: Fixed build error on VS2013 (std::min not found)
Junichi Tokuda (20):
Fixed compile errors for Linux, and for gtest option (0000012)
Fix compile error for USE_GTEST=OFF.
Fix return value warnings in igtlTestConfig.h.in.
ENH: Add SetupForDevelopment.sh. The scripts and configuration files are delived from VTK.
ENH: Rename Git setup file name.
STYLE: Fix hooks and upstream URL setting for git.
ENH: Add files for git hooks.
ENH: Add .gitattributes
STYLE: Move SetupGitAliases.sh. Change git configuration for release.
STYLE: Remove VTK-specific line from .gitattributes.
ENH: Add link to instruction page.
ENH: Add SetupForDevelopment.sh. The scripts and configuration files are delived from VTK.
ENH: Rename Git setup file name.
STYLE: Fix hooks and upstream URL setting for git.
ENH: Add files for git hooks.
ENH: Add .gitattributes
STYLE: Move SetupGitAliases.sh. Change git configuration for release.
STYLE: Remove VTK-specific line from .gitattributes.
ENH: Add link to instruction page.
Move members related to headerversion3 in igtlMessageBase.h
Longquan Chen (24):
only for triggerig the Travis Build
The char type is set to unsigned char, so the data can be imported into c++ project
deleting wrongly commited files
unsigned char type for cxx test
Google test is added to support a more professonal unit test
Google test is now included in the MessageBase Test
added google test library
delete unnecessary lines in CmakeLists file
the config cmake file is added
added googletest library for the Linux system
Package path is set
MessageBaseTest Updated
google test is super built
resolve the warning from EXPECT_EQ(int, enum)
serverSocket test improved
ImageMessage2 and BindMessage Tests added
EHN: hook_chain added for local pre-commit-msg, commit-msg and prepare-commit-msg
EHN: hook_chain added for local pre-commit-msg, commit-msg and prepare-commit-msg
Test marco fixed with IANA_ENCODING_TYPE
Version Number corrected
Query message added
igtl_command_header_size corrected, test added
EHN: configure the test for version2 build
EHN: Added Version2 test for Windows CI build
VASST Build Machine (1):
Adding headers for Xcode projects
adamrankin (1):
Adding different RTS, STT and STP message types to factory
arankin (1):
Enabling c++11 build on Linux
leo chan (3):
EHN: 1. the CI server account changed, using openigtlink's own accout 2. Google test code server shifted github
EHN: 1. the CI server account changed, using openigtlink's own accout 2. Google test code server shifted github
EHN:Stop message added for the poly data
leochan (2):
googletest is configured independent of different platform
name is corrected
leochan2009 (95):
message output deleted
- gmock added 2. ImageMessage Test added
gmock test of the server socket is added
-gmock test of the ServerSocket is added
-contructor is protected, so an overloaded constructor is created for testing purpose
Test improved for linux and MacOs systems
more tests added
Tests for these two classes extended
Socket test is added, the send and receive functions are tested
Added test for client socket
ServerSocketTest added using ImageMessage2 class
Three more tests are added
files wrongly commited
the duplication bug fixed
evert "Merge pull request 0000001 from leochan2009/0004167-SetSendBlocking-code-Duplication"
Duplication Bug fixed
LabelMetaMessageTest added
ImageMegaMessageTest and NDArrayMessageTest added
PolyDataMessage and PointMessage tests added
Test program Location problem fixed
igtlUnit index incremented after one assignment
Tests for SensorMessage, StatusMessage,StringMessage,TrackingDataMessage,TrajectoryMessage,TransformMessage added
import filename is corrected now
imported file names are corrected now
Coding style: include file order improved
first working version of Condition variable test
BindMessage Test added
ImageMessage2 modification for unpack purpose
1, Float point comparison added, 2 ImageMessage2Test modified
CapabilityMessageTest, ColorTableMessageTest, BindMesageTest, ConditionalVariableTest modified, so the code quality is improved
Tests were refined, so that the pack and unpack tests are exact as the send and receive from socket
nanosecond to fraction conversion is now corrected mapped
the reserved byte is initialized to zero, otherwize this byte will be set by the sytem, sometimes not zero. Initialization will prevent unpredictable crc in the header
ENH: File permissions 0000084, file permission corrected
- m_content is moved outside of the #if directive, 2, test marco naming bug fixed
appveyor server for Windows Build
before-build script added to create visual studio project files
delete the chocolatey install
swich the visual studio from 2015 to 2013, due to the cmake installation problem
clone mistake fixed
return value need to be set for windows build
- Windows build improved, 2.The typeof() function is not a standard c library, so igtlTestConfig.h file was adapted for window.
line break added
Cmake install not needed
build command corrected
build command corrected
- windows test config,2 After build test added for windows
Windows test platform set to visual studio 2015
before-build script added to create visual studio project files
delete the chocolatey install
swich the visual studio from 2015 to 2013, due to the cmake installation problem
clone mistake fixed
return value need to be set for windows build
- Windows build improved, 2.The typeof() function is not a standard c library, so igtlTestConfig.h file was adapted for window.
line break added
Cmake install not needed
build command corrected
build command corrected
- windows test config,2 After build test added for windows
Windows test platform set to visual studio 2015
TestConfig type error fixed
PositionMessagetest added
correct positionMessageTest version added
deactivate the socket tests, which is currently error prone for CI
target_include_directories is no available in older cmake version. use include_directories instead
web link is added to the windows build
ENH: Testing are now removed from the library build, it is an independent project and built by the CI server
ENH: Testing are now modified for version3
BUG:Bind message bug fixed
EHN: 1 Travis build for linux fixed,2. test for linux fixed, string.h file need to be included, 3. Cmake version set to 2.9 due to the target_include-directories command
EHN: 1. use cmake 2.4 for project building, sub projects are set to 2.9, 2. Deactive the statusmessage test
EHN: To get rid of the warning under the linux clang environment
EHN: Testconfiguration.h modified for visual 2013,2012
EHN: Fixed some error in testing
EHN: Fixed some error in testing
ENH: Testing are now removed from the library build, it is an independent project and built by the CI server
EHN: 1 Travis build for linux fixed,2. test for linux fixed, string.h file need to be included, 3. Cmake version set to 2.9 due to the target_include-directories command
EHN: 1. use cmake 2.4 for project building, sub projects are set to 2.9, 2. Deactive the statusmessage test
EHN: To get rid of the warning under the linux clang environment
EHN: Testconfiguration.h modified for visual 2013,2012
EHN: Fixed some error in testing
EHN: Fixed some error in testing
BUG: Fix some merge error, mainly the confict with the verison3 development
add build for local branch
EHN: Status icon set to the correct link
EHN: Tests are enabled in the library build
EHN: 1. Google Test is integrated, 2. Enable CTest option in the building of the OpenIGTLink library
This is a combination of 3 commits. The first commit's message is: EHN: 1. Google Test is integrated, 2. Enable CTest option in the building of the OpenIGTLink library
EHN: Tests are enabled in the library build
EHN: 1. Google Test is integrated, 2. Enable CTest option in the building of the OpenIGTLink library
This is a combination of 2 commits. The first commit's message is:
EHN: 1. Multithread for win32 platform fixed. 2. More test platform a…
EHN: 1. Multithread for win32 platform fixed. 2. More test platform a…
ISSUE 99: openigtlink include directory added to the projec using the library
ISSUE 99: openigtlink include directory added to the projec using the library
tpaetz (1):
replaced angle brackets by quotation marks (this is the way including is done for all other messages)
From: Junichi Tokuda <tokuda@bwh.harvard.edu>
git-svn-id: http://svn.slicer.org/Slicer4/trunk@25652 3bd1e089-480b-0410-8dfb-8563597acbee |