| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
80 (0.277s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-766] C: Memory leak from reference count cycles - Avro - [issue]
|
|
...If you parse a recursive Avro schema, you end up with a cycle in the reference graph for the avro_schema_t objects that are created. The reference counting mechanism that we're using c...
|
|
|
http://issues.apache.org/jira/browse/AVRO-766
Author: Douglas Creager,
2012-09-15, 01:40
|
|
|
Re: Release 1.7.2? - Avro - [mail # dev]
|
|
...I merged and closed all but AVRO-1161. That one will require some investigation. I don't think it's a blocker; Lucas or Maxim (or anyone else!) please correct me if I'm wrong. &n...
|
|
|
Author: Douglas Creager,
2012-09-13, 21:33
|
|
|
Re: Release 1.7.2? - Avro - [mail # dev]
|
|
...I'll take care of them today! ...
|
|
|
Author: Douglas Creager,
2012-09-13, 11:55
|
|
|
Re: C/C++ parsing vs. Java parsing. - Avro - [mail # user]
|
|
...(avro_schema_t*)malloc(sizeof(avro_schema_t)); That error message is from the JSON parser we use internally — it claims that there's a syntax error in the JSON that you've passed...
|
|
|
Author: Douglas Creager,
2012-06-26, 12:02
|
|
|
[AVRO-1048] C data file writer uses too much stack space - Avro - [issue]
|
|
...The avro_file_writer code in the C bindings allocate a large (64K) buffer on the stack. This causes (very) hard-to-diagnose bugs if you try to output a data file from within a function...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1048
Author: Douglas Creager,
2012-06-11, 20:01
|
|
|
Re: [VOTE] Avro release 1.7.0 (rc 0) - Avro - [mail # dev]
|
|
...onto a couple of other projects at work over the past couple of weeks. I just committed the patch in AVRO-1102 to trunk. Doug, is that enough to let you cut a new 1.7.0 rel...
|
|
|
Author: Douglas Creager,
2012-06-07, 17:54
|
|
|
Re: [VOTE] Avro release 1.7.0 (rc 0) - Avro - [mail # dev]
|
|
...I can take care of this right now. Sorry about the delay, I got drawn onto a couple of other projects at work over the past couple of weeks. [also] Doug ...
|
|
|
Author: Douglas Creager,
2012-06-07, 17:34
|
|
|
Re: 1.7.0 release soon? - Avro - [mail # dev]
|
|
...Windows box. Apologies for the delay, I didn't have access to this machine until today. They look good; I'm going to merge them into SVN now so they're in for 1.7.0. ...
|
|
|
Author: Douglas Creager,
2012-05-20, 14:31
|
|
|
[AVRO-1096] Don't set default CMAKE_OSX_ARCHITECTURES - Avro - [issue]
|
|
...Our CMake build scripts set CMAKE_OSX_ARCHITECTURES to a default value, and don't let the user override this value. It should really be left up to the user to choose whether to build a...
|
|
|
http://issues.apache.org/jira/browse/AVRO-1096
Author: Douglas Creager,
2012-05-20, 14:10
|
|
|
Re: 1.7.0 release soon? - Avro - [mail # dev]
|
|
...I just tested all of the available patches for the C library on my Windows box. Apologies for the delay, I didn't have access to this machine until today. They look g...
|
|
|
Author: Douglas Creager,
2012-05-20, 13:38
|
|
|
|