Releases: leapmotion/LeapIPC
Release v0.2.0
- Adds ACL entry to allow access to the named pipe from UWP app packages (#45)
Release 0.1.8
Release-0.1.7
This release improves stability and robustness for IPC via the update to autowiring-1.0.5 and revising the Connect code.
#31 sets the version number to 0.1.7
#32 raises the minimum CMake version to 3.8.2
#33 removes the IPCFileEndpoint class
#34 cleans up Connect code and improves connection speed
#35 updates to autowiring-1.0.5 and leapserial-0.5.1
#36 updates to the latest toolchain files
Release-0.1.6
Release 0.1.5
LeapIPC 0.1.4
Release-0.1.3
This release introduces the IPCFileEndpoint class, to be used for integration testing.
- #16 adds the
IPCFileEndpointclass and its corresponding unit test
This version of LeapIPC still depends on autowiring-1.0.3.
Release-0.1.2
This is a bugfix release.
- #8 and #12 fix CMake configuration issues where the default build was not creating fat binaries on OS X
- #9 adds a CoreThread name "IPCListener" for clarity when profiling
- #10 and #14 remove some used code
- #13 adds proper handling off lost connections, allowing proper client disconnect behavior
This version still depends on autowiring-1.0.3, although the following release will likely reference autowiring-1.0.4.
Release-0.1.1
This is a stabilization release intended to allow LeapIPC to be used with the latest (v1.0.3) version of Autowiring and to switch this repository to the standard layout. There are no changes otherwise.
Release-0.1.0
This is the initial release of LeapIPC, a cross-platform interprocess communication library used by Leap Motion for its API transport mechanism as well as a few other internal use cases which require interprocess communication.
This library depends on the first stable release of Autowiring as well as the current latest version of LeapSerial.