aboutsummaryrefslogtreecommitdiff
path: root/ports/avro-c/avro.patch
AgeCommit message (Collapse)Author
2020-04-16[avro-c] Fix building avro-c in Linux (#10514)Michael Spector
* Fix building avro-c in Linux * Increment version * Declare Linux is supported * Updated CI baseline Co-authored-by: Michael Spector <spektom@gmail.com>
2020-03-18Upgrade Avro to 1.9.2 release (#10380)Michael Spector
* Upgrade Avro to 1.9.2 release * Apply CR fixes * Applied CR recommendations
2017-11-15Initial commit of the C API for Apache AvroEric Rosenquist
Avro is a data serialization system. https://avro.apache.org/docs/current/api/c/ A static library is the only build option at the moment. The patch for PR#217 in the Avro repo is included since it contains a vital memory leak fix that has not yet been merged into the Avro code. https://github.com/apache/avro/pull/217