Skip to content

Tags: amazon-ion/ion-c

Tags

v1.1.4

Toggle v1.1.4's commit message
Install libasan and libubsan for amazon linux

v1.1.3

Toggle v1.1.3's commit message
Bump version to 1.1.3

v1.1.2

Toggle v1.1.2's commit message
Bump version to 1.1.2

v1.1.1

Toggle v1.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
nirosys Richard Giliam
Update version to 1.1.1

v1.1.0

Toggle v1.1.0's commit message
Bump version to 1.1.0

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump to version 1.0.6 (#291)

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 1.0.5 (#289)

v1.0.4

Toggle v1.0.4's commit message
Feedback from Tyler

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
(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