| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
89 (0.071s).
|
|
|
Loading phrases to help you refine your search...
|
|
Avro C - Avro - [mail # dev]
|
|
...Hello, Is anyone out there actually using Avro C? If so, are you using it in production? I'm wondering what impact some changes that are happening for 1.4 might have on any...
|
|
|
Author: Bruce Mitchener,
2010-04-05, 07:55
|
|
|
[AVRO-480] avro_flush() is in the header, but not implemented - Avro - [issue]
|
|
...avro_flush() is in the header, but not implemented.Instead, should ditch that and move the 3 functions from avro_private.h out into avro.h...
|
|
|
http://issues.apache.org/jira/browse/AVRO-480
Author: Bruce Mitchener,
2010-04-01, 16:50
|
|
|
[AVRO-481] Buildbot warning fixes - Avro - [issue]
|
|
...Patching coming shortly......
|
|
|
http://issues.apache.org/jira/browse/AVRO-481
Author: Bruce Mitchener,
2010-04-01, 16:50
|
|
|
[AVRO-449] CMake-based build system for Avro/C - Avro - [issue]
|
|
...I am working on a CMake-based build system for Avro/C. This has these advantages over the current autoconf build system: Easier to get features like universal binaries correct. Works o...
|
|
|
http://issues.apache.org/jira/browse/AVRO-449
Author: Bruce Mitchener,
2010-04-01, 16:50
|
|
|
[AVRO-477] Buildbots - Avro - [issue]
|
|
...I wish for buildbots!See http://ci.apache.org/buildbot.html for more information about what Apache provides.I would like to see one on each platform that they support building HEAD....
|
|
|
http://issues.apache.org/jira/browse/AVRO-477
Author: Bruce Mitchener,
2010-03-22, 23:22
|
|
|
[AVRO-439] Remove unused headers from being checked in configure.in - Avro - [issue]
|
|
...The configure.in is checking for various headers explicitly ... but those headers are not used in the C implementation of Avro....
|
|
|
http://issues.apache.org/jira/browse/AVRO-439
Author: Bruce Mitchener,
2010-03-22, 23:19
|
|
|
[AVRO-440] config.h output not correctly used - Avro - [issue]
|
|
...While config.h is generated, it is only included from within st.c to make some things work correctly within st.h.I would suggest changing things a little: Put an include of config.h into src...
|
|
|
http://issues.apache.org/jira/browse/AVRO-440
Author: Bruce Mitchener,
2010-03-22, 23:19
|
|
|
[AVRO-442] sizeof void* and sizeof long detected at configure time - Avro - [issue]
|
|
...configure.in includes this:AC_CHECK_SIZEOF(void *)AC_CHECK_SIZEOF(long)Which is used in st.h:#if SIZEOF_LONG == SIZEOF_VOID_Ptypedef unsigned long st_data_t;#elif SIZEOF_LONG_LONG == SIZEOF_...
|
|
|
http://issues.apache.org/jira/browse/AVRO-442
Author: Bruce Mitchener,
2010-03-22, 23:19
|
|
|
[AVRO-443] Endianness is determined at configure time rather than compile time - Avro - [issue]
|
|
...configure.in includes:AC_C_BIGENDIANThat will define (or not) WORDS_BIGENDIAN ... which is used in src/encoding_binary.cThat can be replaced with some compile-time checks ... I can submit a ...
|
|
|
http://issues.apache.org/jira/browse/AVRO-443
Author: Bruce Mitchener,
2010-03-22, 23:19
|
|
|
[AVRO-444] Fix warnings - Avro - [issue]
|
|
|
|
http://issues.apache.org/jira/browse/AVRO-444
Author: Bruce Mitchener,
2010-03-22, 23:19
|
|
|
|