Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
...
Commits on Aug 23, 2012
@tokjun tokjun ENH: start implementing session manager 4dfa4a7
Commits on Aug 24, 2012
@tokjun tokjun ENH: MessageHandler and SessionManager classes are implemented and no…
…w working. Template-based MessageHandler class has been removed.
1149f0d
@tokjun tokjun STYLE: adding comment in the source code for SessionManagerServer exa…
…mple program.
8017cf6
Commits on Sep 06, 2012
@tokjun tokjun ENH: implement session manager with pseudo non-blocking messaging (re…
…ceive only)
bc3be18
Commits on Oct 15, 2012
@lchauvin lchauvin Modified GetMode method 98783c8
@tokjun tokjun Merge pull request #3 from lchauvin/patch-1
Modified GetMode method
88297e4
Commits on Nov 07, 2012
@lchauvin lchauvin Add igtlMessageHandlerMacro.h to the list of files 6a37243
Commits on Nov 12, 2012
@zomboir zomboir Bug #1912 - Merged the changes and enhancements from upstream into 'm…
…aster'
61557a7
@zomboir zomboir Merge branch 'b1912-merge-upstream-to-master' bc9c81d
Commits on Nov 14, 2012
@tokjun tokjun Merge pull request #4 from lchauvin/patch-1
Add igtlMessageHandlerMacro.h to the list of files
00c007f
Commits on Dec 19, 2012
@tokjun tokjun ENH: added the second argument for Process() in the message handler c…
…lass to share data between the message handler class and other classes/functions outside the class.
4caf9cf
Commits on Jan 18, 2013
@lchauvin lchauvin ENH: Removed the sleep
Otherwise it takes too long to receive transform (we are receiving all values between previous and next position, with a delay of 400ms between each value)
56eceb3
Commits on Jan 24, 2013
@tokjun tokjun Solve conflict. e56ce11
Commits on Feb 01, 2013
@tokjun tokjun ENH: Adding CapabilityMessage class 4c43964
Commits on Mar 04, 2013
@tokjun tokjun ENH: Adding the capability message type and examples. a9a4108
Commits on Mar 05, 2013
@tokjun tokjun ENH: Merging the fixes in the master branch to the development branch. 49858fe
Commits on Mar 11, 2013
@tokjun tokjun BUG: Fixed the compile error caused by the last commit. f93dba8
@labonny labonny ENH: Added set/get methods for coordinate system in ImageMessage classes 90b8158
Commits on Mar 12, 2013
@labonny labonny BUG: LPS coordinate system value in ImageMessage does not match protocol
The COORDINATE_LPS enum value is 0 in the ImageMessage & ImageMessage2
classes, but the protocol says this should be 2. It is defined as 2 in
igtl_image.h (IGTL_IMAGE_COORD_LPS).

The enum has been changed so that the LPS value is 2.
d3554cf
Commits on Mar 19, 2013
@tokjun tokjun STYLE: Merging the master repository with improved comments for Doxygen. 774a023
Commits on Mar 20, 2013
@tokjun tokjun STYLE: Merge changes in the master repository. ad17ba9
Commits on Mar 22, 2013
@tokjun tokjun STYLE: Merge updates in the master repository. 2f3a4df
Commits on Mar 28, 2013
@tokjun tokjun STYLE: Merge master repository. 8d4d2e7
@tokjun tokjun ENH: Add igtlCreateDefaultQueryMessageClass() macro to help defining …
…a class for query message.
04aba78
@tokjun tokjun ENH: Create HeaderOnlyMessageBase as a base class for query message t…
…ypes.
47995c6
Commits on May 03, 2013
@perim perim Fix wrong use of delete operator 14c889d
@perim perim Fix wrong bitwise and operator 727c4c1
@perim perim Fix compile warnings under clang 0a46246
Commits on May 07, 2013
@tokjun tokjun BUG: merge labonny's changes 489586d
@tokjun tokjun Merge pull request #13 from perim/master
Fix wrong operators and compile warnings
c7c75c1
Commits on Jun 10, 2013
@tokjun tokjun BUG: Fix Issue #14 Linker error in VS2012. 28bb2ea
Commits on Jun 29, 2013
@ihnorton ihnorton ENH: add StringEchoServer example f122ecf
Commits on Jul 03, 2013
@tokjun tokjun STYLE: Fix wrong statement in help (coordinate -> string) f3690e9
Commits on Jul 21, 2013
@ihnorton ihnorton ENH: add PointListServer example e50390f
Commits on Jul 26, 2013
@tokjun tokjun Merge pull request #18 from ihnorton/add_pointlistserver_example
ENH: add PointListServer example
bacab6f
Commits on Aug 14, 2013
@ihnorton ihnorton BUG: use shutdown() instead of close() for sockets
This keeps the handle open long enough to raise the closed event to
the client.
7c01104
Commits on Aug 15, 2013
@tokjun tokjun ENH: Add a class for GET_STATUS message type. 6ea26cf
Commits on Sep 10, 2013
@tokjun tokjun ENH: Add TrajectoryMessage example. d48f903
Commits on Sep 11, 2013
@tokjun tokjun ENH: Merge changes in master. 17422c6
@tokjun tokjun STYLE: Fixed revision number 61cb0a8
Junichi Tokuda COMP: Fix warning 'converting to non-pointer type int from NULL'. a4a31a8
Commits on Sep 13, 2013
@tokjun tokjun STYLE: Update version number. cda1b18
Commits on Sep 15, 2013
@tokjun tokjun ENH: Merge github.com:tokjun/OpenIGTLink.git. 67d2e14
@tokjun tokjun BUG: Avoid * ((igtl_uint16 *) ptr) = <value> to address issue #20. Ne…
…ed testing.
093f7c1
Commits on Oct 01, 2013
@tokjun tokjun STYLE: Format README using Markdown af6a507
@tokjun tokjun STYLE: Rename README to README.md 19ef7f6
@tokjun tokjun BUG: Address issue #21.. replace this->m_DefaultBodyType = this->Defa…
…ultBodyType() with this->m_DefaultBodyType = ""
c051626
@tokjun tokjun BUG: Reset changes in Example/Status/StatusClient 8f81fcb
Commits on Oct 04, 2013
@tokjun tokjun BUG: Fixing Issue #20. 'signed' is explicitly specified for igtl_int8…
…. Tested on Ubuntu + armv7l.
ac5d4fe
@tokjun tokjun STYLE: Use C-style comments in .c files. 3408ee2
@tokjun tokjun Merge pull request #22 from tokjun/master
Fixed issue #20 and #21.
00bc778
Commits on Oct 22, 2013
@tokjun tokjun ENH: Add LBMETA message to ImageDatabaseServer example. 754a90c
@tokjun tokjun BUG: Fixed bug in LabelMetaMessage. It could not extract owner image …
…information from a LBMETA message.
661d4bd
@tokjun tokjun Merge pull request #24 from tokjun/23-LBMETA-example
Bug fix in LabelMetaMessage and extend ImageDatabaseServer example to include LBMETA message.
ee59437
Commits on Nov 05, 2013
@tokjun tokjun BUG: Implement igtl::Strnlen() for platforms that do not have strnlen…
…. See issue #25.
0ef0475
@tokjun tokjun STYLE: Increment the patch number. e9a56c9
@tokjun tokjun COMP: Fix compiler warnings for Mac OS X Mavericks. f703226
@tokjun tokjun Merge pull request #27 from tokjun/25-missing-strnlen
Implement igtl::Strnlen() for platforms that do not have strnlen(). See issue #25.
3ac5311
Commits on Dec 03, 2013
@tokjun tokjun BUG: Address issue #29: copy igtl_win32hearder.h to the install direc…
…tory.
0308b5d
Commits on Dec 04, 2013
@tokjun tokjun Merge pull request #30 from tokjun/29-missing-igtl_win32header_h-in-i…
…nstalled-directory

BUG: Address issue #29: copy igtl_win32hearder.h to the install directory
8779e31
Commits on Feb 25, 2014
@tokjun tokjun BUG: Merge branch 'fix_socket_shutdown' of https://github.com/ihnorto…
…n/OpenIGTLink into 19-fix-socket-shutdown
3761873
Commits on May 13, 2014
@z0022myy z0022myy BUG: Intializing pointer should not be in a loop
Pointer initialization should be done before the loop. Otherwise, the attr is reassigned at each iteration, attr++ do not have any affect, so that only the first attribute is pushed many times in the vector m_Attributes #34
7520196
Commits on May 19, 2014
@lassoan lassoan Add the MSG_NOSIGNAL flag to socket send calls to prevent application…
… crash on disconnect on linux systems
904bc1e
Commits on Jun 18, 2014
@MattClarkson MattClarkson Merge branch 'master' of https://github.com/openigtlink/OpenIGTLink
Conflicts:
	CMakeLists.txt
	Source/igtlutil/igtl_position.h
f0893ee
Commits on Jun 27, 2014
@lchauvin lchauvin BUG: Initialize ImageMessage matrix to identity (issue #39) 9f60ee5
Commits on Jul 10, 2014
@MattClarkson MattClarkson #44: Put nanosleep in loop to ensure sleep is for the correct time. a60dfbe
Commits on Jul 11, 2014
@MattClarkson MattClarkson #49: Avoid crash on division by zero, which should never happen becb16c
@MattClarkson MattClarkson #50: Convenience methods to set/get igtl_image matrix from 4x4 array …
…of floats
89e0ac4
@tokjun tokjun Merge pull request #35 from z0022myy/master
BUG: Intializing pointer should not be in a loop
a5ad05d
@tokjun tokjun Merge pull request #37 from lassoan/fix-socket-send-crash-on-disconnect
Add the MSG_NOSIGNAL flag to socket send calls to prevent application crash on disconnect on linux systems
e78e03a
@tokjun tokjun Merge pull request #40 from lchauvin/master
BUG: Initialize ImageMessage matrix to identity (issue #39)
6fa6822
@tokjun tokjun Merge branch '49-div-by-zero-image-spacing' of https://github.com/Nif…
…TK/OpenIGTLink into 49-div-by-zero-image-spacing
a5e1062
@tokjun tokjun ENH: Update patch number. 67c6a10
@tokjun tokjun Merge branch '49-div-by-zero-image-spacing' 7550a11
@tokjun tokjun Merge branch '50-set-full-matrix-on-image' of https://github.com/NifT…
…K/OpenIGTLink into 50-set-full-matrix-on-image
9ffecb8
@tokjun tokjun STYLE: Update patch number. b844399
@tokjun tokjun Merge branch '50-set-full-matrix-on-image' 45066c5
@tokjun tokjun COMP: Fix compilation error due to lack of MSG_NOSIGNAL option in sen…
…d() in Mac OS X. For Mac OS X, call setsockopt() with SO_NOSIGPIPE instead.
479cdc9
@tokjun tokjun STYLE: Update revision number. ad210e9
@tokjun tokjun Merge pull request #54 from tokjun/37-MSG_NOSIGNAL-flag-for-socket
37 msg nosignal flag for socket
40fc2f3
@tokjun tokjun BUG: Set timestamp zero, when no timestamp object is registered to im…
…age meta message.
07a91d9
@tokjun tokjun Merge pull request #55 from tokjun/42-crash-when-image-meta-message-m…
…isses-timestamp

BUG: Set timestamp zero, when no timestamp object is registered to image meta message (#42)
084b22b
@tokjun tokjun Merge branch '44-sleep-function-loop' of https://github.com/NifTK/Ope…
…nIGTLink into 44-sleep-function-loop
76a9bfa
@tokjun tokjun STYLE: Update patch number 8d5765b
@tokjun tokjun Merge branch '44-sleep-function-loop' 849b434