| clear query|facets|time |
Search criteria: .
Results from 41 to 50 from
80 (0.352s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-746] Atomic reference counts - Avro - [issue]
|
|
...In one of my projects that uses Avro, I pass avro_datum_t instances between threads, using the reference count mechanism to make sure that they're not freed while any thread still has a refe...
|
|
|
http://issues.apache.org/jira/browse/AVRO-746
Author: Douglas Creager,
2011-11-01, 18:36
|
|
|
[AVRO-929] CMake doesn't set install_name on Mac OS X - Avro - [issue]
|
|
...On Mac OS X, you need to use install_name_tool to set the install_name property for any shared libraries, especially if they're installed into a non standard location. The CMake script...
|
|
|
http://issues.apache.org/jira/browse/AVRO-929
Author: Douglas Creager,
2011-11-01, 18:36
|
|
|
[AVRO-894] cmake build doesn't compile on Mac OS X Lion - Avro - [issue]
|
|
...When building using the cmake build scripts, the C library doesn't compile on Mac Lion:$ makeScanning dependencies of target avro-shared[ 1%] Building C object src/CMakeFiles/avro-shar...
|
|
|
http://issues.apache.org/jira/browse/AVRO-894
Author: Douglas Creager,
2011-11-01, 18:36
|
|
|
[AVRO-921] Zero-copy implementation of wrapped buffer interface - Avro - [issue]
|
|
...The avro_wrapped_buffer_t is used by the bytes and string types to store the content of the Avro value. The wrapped buffer interface is capable of being zero-copy, where the underlying...
|
|
|
http://issues.apache.org/jira/browse/AVRO-921
Author: Douglas Creager,
2011-11-01, 18:36
|
|
|
[AVRO-837] New Avro value interface - Avro - [issue]
|
|
...I've been working on a new interface for representing Avro values. The new interface supports custom implementations, which allows you to directly use instances of existing C types as ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-837
Author: Douglas Creager,
2011-11-01, 18:36
|
|
|
[AVRO-922] Comparison of avro_value_t instances - Avro - [issue]
|
|
...We need a function that implements the standard Avro comparison rules for the new avro_value_t class....
|
|
|
http://issues.apache.org/jira/browse/AVRO-922
Author: Douglas Creager,
2011-11-01, 18:36
|
|
|
[AVRO-919] Produce JSON encoding of Avro values - Avro - [issue]
|
|
...We need a function that can produce the JSON encoding of an Avro value that's represented using the new avro_value_t class....
|
|
|
http://issues.apache.org/jira/browse/AVRO-919
Author: Douglas Creager,
2011-11-01, 18:36
|
|
|
[AVRO-920] Reusable memory I/O objects - Avro - [issue]
|
|
...The avro_reader_t and avro_writer_t types handle the serialization of an Avro value to/from a binary buffer. Right now, you have to construct a new instance of these types for every bu...
|
|
|
http://issues.apache.org/jira/browse/AVRO-920
Author: Douglas Creager,
2011-11-01, 18:35
|
|
|
Re: release 1.6.0 soon? - Avro - [mail # dev]
|
|
...on my github branch. I'll commit them to SVN in the next day or two, unless I hear objections about any of them. I've checked in all of the changes that I wanted to include...
|
|
|
Author: Douglas Creager,
2011-10-15, 15:05
|
|
|
Re: Memory leak in resolved-writer.c in Avro C, with patch - Avro - [mail # dev]
|
|
...proceed? Hi Vivek, Thanks for finding this! Can you open up a JIRA ticket for it, and upload the patch as a file? That will make it easier for me to apply  ...
|
|
|
Author: Douglas Creager,
2011-10-15, 14:58
|
|
|
|