| clear query|facets|time |
Search criteria: .
Results from 1 to 9 from
9 (0.071s).
|
|
|
Loading phrases to help you refine your search...
|
|
[AVRO-954] C++ - Typo in JsonCodec.cc - Avro - [issue]
|
|
...JsonCodec.cc has a line that reads: if (isdigit(ch) || '-')This doesn't do anything useful, we should change it to read: if (isdigit(ch) || ch == '-')...
|
|
|
http://issues.apache.org/jira/browse/AVRO-954
Author: Nebojsa Sabovic,
2012-09-25, 22:24
|
|
|
[AVRO-952] C++/CMake build does not detect flex & bison correctly - Avro - [issue]
|
|
...Configure should test for flex and bison. CMake has built in support for those, we should use that. I've verified that it existed at 2.6, which is the minimum CMake release that we currently...
|
|
|
http://issues.apache.org/jira/browse/AVRO-952
Author: Nebojsa Sabovic,
2012-09-25, 22:22
|
|
|
[AVRO-955] C++ bindings - Allow referencing schemas from other files - Avro - [issue]
|
|
...Currently, it is impossible to reference schemas from other files, and so it's hard to split/reuse schemas. AFAIK, Java bindings allow this....
|
|
|
http://issues.apache.org/jira/browse/AVRO-955
Author: Nebojsa Sabovic,
2011-11-07, 04:19
|
|
|
[AVRO-925] CMake/C++ Unable to build debug version of libavrocpp - Avro - [issue]
|
|
...By setting CMAKE_BUILD_TYPE explicitly to Release in CMakeLists.txt, the command-line value is overwritten. This makes it impossible to build a debug version of the library.The correct appro...
|
|
|
http://issues.apache.org/jira/browse/AVRO-925
Author: Nebojsa Sabovic,
2011-11-01, 18:36
|
|
|
[AVRO-913] CMake/C++ build should work for out-of-tree builds - Avro - [issue]
|
|
...C++ CMake file sets the build directory to the source root and then forces build output into build/ directory under root. This breaks out-of-tree builds.CMake already has a facility for choo...
|
|
|
http://issues.apache.org/jira/browse/AVRO-913
Author: Nebojsa Sabovic,
2011-11-01, 18:36
|
|
|
[AVRO-903] C++/Cmake build fails to find Boost libraries - Avro - [issue]
|
|
...CMake build is not using ${Boost_INCLUDE_DIRS} in the build, and only looking for the libraries in /usr/include. This breaks custom installs (in /usr/local) and MacPorts (in /opt) builds....
|
|
|
http://issues.apache.org/jira/browse/AVRO-903
Author: Nebojsa Sabovic,
2011-11-01, 18:36
|
|
|
[AVRO-908] Add an option to build avrocpp as a static library - Avro - [issue]
|
|
...Use BUILD_SHARED_LIBS variable to control whether Avro-c++ library is built as a shared library or as a static library. That way, people who want static library can use 'cmake -DBUILD_SHARED...
|
|
|
http://issues.apache.org/jira/browse/AVRO-908
Author: Nebojsa Sabovic,
2011-11-01, 18:36
|
|
|
[AVRO-904] C++/CMake build should fail if Boost libraries are not present - Avro - [issue]
|
|
...Boost libraries are not optional. Currently, without them, the build fails half way. Better if it failed during config, with a meaningful error message....
|
|
|
http://issues.apache.org/jira/browse/AVRO-904
Author: Nebojsa Sabovic,
2011-11-01, 18:35
|
|
|
[AVRO-902] C++/CMake installs into /usr/local/local/ - Avro - [issue]
|
|
...CMakeLists.txt incorrectly specifies local/lib and local/include as destinations for install. Since prefix is /usr/local by default, this installs headers and libraries under /usr/local/loca...
|
|
|
http://issues.apache.org/jira/browse/AVRO-902
Author: Nebojsa Sabovic,
2011-11-01, 18:35
|
|
|
|