Skip to content

Commit

Permalink
AVRO-933. On latest Ubuntu AvrogencppTests.cc does not compile
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/avro/trunk@1185133 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
thiru-mg committed Oct 17, 2011
1 parent 6310f69 commit ee35b21
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ Avro 1.6.0 (unreleased)
AVRO-928. Debug statement no longer reports garbage value from
stack. (Vivek Nadkarni via dcreager)

AVRO-933. On latest Ubuntu AvrogencppTests.cc does not compile. (thiru)

Avro 1.5.4 (12 September 2011)

IMPROVEMENTS
Expand Down
8 changes: 8 additions & 0 deletions lang/c++/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,48 +103,56 @@ add_custom_command (OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/AvroLex.cc

add_custom_target (bigrecord_hh
COMMAND avrogencpp
-p -
-i ${CMAKE_CURRENT_SOURCE_DIR}/jsonschemas/bigrecord
-o bigrecord.hh -n testgen
DEPENDS avrogencpp)

add_custom_target (bigrecord2_hh
COMMAND avrogencpp
-p -
-i ${CMAKE_CURRENT_SOURCE_DIR}/jsonschemas/bigrecord2
-o bigrecord2.hh -n testgen2
DEPENDS avrogencpp)

add_custom_target (union_array_union_hh
COMMAND avrogencpp
-p -
-i ${CMAKE_CURRENT_SOURCE_DIR}/jsonschemas/union_array_union
-o union_array_union.hh -n uau
DEPENDS avrogencpp)

add_custom_target (union_map_union_hh
COMMAND avrogencpp
-p -
-i ${CMAKE_CURRENT_SOURCE_DIR}/jsonschemas/union_map_union
-o union_map_union.hh -n umu
DEPENDS avrogencpp)

add_custom_target (union_conflict_hh
COMMAND avrogencpp
-p -
-i ${CMAKE_CURRENT_SOURCE_DIR}/jsonschemas/union_conflict
-o union_conflict.hh -n uc -U
DEPENDS avrogencpp)

add_custom_target (recursive_hh
COMMAND avrogencpp
-p -
-i ${CMAKE_CURRENT_SOURCE_DIR}/jsonschemas/recursive
-o recursive.hh -n rec
DEPENDS avrogencpp)

add_custom_target (reuse_hh
COMMAND avrogencpp
-p -
-i ${CMAKE_CURRENT_SOURCE_DIR}/jsonschemas/reuse
-o reuse.hh -n reu
DEPENDS avrogencpp)

add_custom_target (circulardep_hh
COMMAND avrogencpp
-p -
-i ${CMAKE_CURRENT_SOURCE_DIR}/jsonschemas/circulardep
-o circulardep.hh -n reu
DEPENDS avrogencpp)
Expand Down

0 comments on commit ee35b21

Please sign in to comment.