You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes a bug that caused an infinite loop when writing to a fixed-size…
… buffer that is too small (#227)
Adds a test to demonstrate how to use a user handler to grow the buffer when necessary.
(Build) First pass over CMake (#151)
* (Build) First pass over CMake
1. Requirement for CMake moves to version 3.10 (from 3.5)
1. Adds a `release` target that builds and installs all libs and programs
1. Factors CMake code into a `cmake` top-level folder
1. Adds packaging for `.deb` and `.tgz`
1. Creates `IonC::` scope for CMake targets
1. Expands source and header files, avoiding CMake GLOB which can cause issues with caching
1. Sets correct properties for libs and uses proper install destinations