[51/51] [abbrv] [partial] nifi-minifi-cpp git commit: MINIFI-68 Adding yaml-cpp source and updating LICENSE to reflect its inclusion.

2016-08-02 Thread aldrin
MINIFI-68 Adding yaml-cpp source and updating LICENSE to reflect its inclusion.

Adding a Makefile for yaml-cpp and incorporating its library build as part of 
the overall process.

Providing parsing of config.yml to establish a processing graph as well as 
providing configuration for FlowController to handle XML and YAML.

Ignoring SIGPIPE signal.

Adjusting Makefile to correct assembly packages not being generated.

Providing includes for yaml-cpp build Makefile and having top level Makefile 
build libuuid regardless.

Removing generated tst_uuid binary from uuid thirdprty dependency.


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/4dd46e29
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/4dd46e29
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/4dd46e29

Branch: refs/heads/MINIFI-68
Commit: 4dd46e29f44aab7bdf91c31ca49c6f1c2acaac35
Parents: b3848a3
Author: Aldrin Piri 
Authored: Thu Jul 14 09:13:34 2016 -0700
Committer: Aldrin Piri 
Committed: Wed Aug 3 00:43:21 2016 -0400

--
 .gitignore  | 2 +
 Makefile|90 +-
 README.md   | 2 +-
 conf/flow.yml   |55 +
 conf/flowGetFile.xml| 2 +-
 conf/flowTailFile.xml   | 2 +-
 conf/flowTest.xml   |   131 +-
 conf/minifi.properties  |   191 +
 conf/nifi.properties|   191 -
 inc/FlowController.h|40 +-
 inc/ProcessGroup.h  | 2 +
 main/MiNiFiMain.cpp |72 +-
 src/FlowController.cpp  |   985 +-
 src/ProcessGroup.cpp|23 +
 src/ProcessSession.cpp  | 6 +-
 src/Processor.cpp   | 4 +-
 thirdparty/uuid/libuuid.a   |   Bin 1172996 -> 0 bytes
 thirdparty/uuid/tst_uuid|   Bin 29660 -> 0 bytes
 .../yaml-cpp-yaml-cpp-0.5.3/.clang-format   |47 +
 thirdparty/yaml-cpp-yaml-cpp-0.5.3/.gitignore   | 1 +
 .../yaml-cpp-yaml-cpp-0.5.3/CMakeLists.txt  |   340 +
 .../yaml-cpp-yaml-cpp-0.5.3/CONTRIBUTING.md |17 +
 thirdparty/yaml-cpp-yaml-cpp-0.5.3/LICENSE  |19 +
 thirdparty/yaml-cpp-yaml-cpp-0.5.3/Makefile |40 +
 thirdparty/yaml-cpp-yaml-cpp-0.5.3/README.md|52 +
 .../include/yaml-cpp/anchor.h   |17 +
 .../include/yaml-cpp/binary.h   |67 +
 .../include/yaml-cpp/contrib/anchordict.h   |37 +
 .../include/yaml-cpp/contrib/graphbuilder.h |   147 +
 .../include/yaml-cpp/dll.h  |37 +
 .../include/yaml-cpp/emitfromevents.h   |57 +
 .../include/yaml-cpp/emitter.h  |   254 +
 .../include/yaml-cpp/emitterdef.h   |16 +
 .../include/yaml-cpp/emittermanip.h |   137 +
 .../include/yaml-cpp/emitterstyle.h |16 +
 .../include/yaml-cpp/eventhandler.h |40 +
 .../include/yaml-cpp/exceptions.h   |   231 +
 .../include/yaml-cpp/mark.h |29 +
 .../include/yaml-cpp/node/convert.h |   297 +
 .../include/yaml-cpp/node/detail/bool_type.h|26 +
 .../include/yaml-cpp/node/detail/impl.h |   177 +
 .../include/yaml-cpp/node/detail/iterator.h |65 +
 .../include/yaml-cpp/node/detail/iterator_fwd.h |28 +
 .../include/yaml-cpp/node/detail/memory.h   |46 +
 .../include/yaml-cpp/node/detail/node.h |   170 +
 .../include/yaml-cpp/node/detail/node_data.h|   127 +
 .../yaml-cpp/node/detail/node_iterator.h|   159 +
 .../include/yaml-cpp/node/detail/node_ref.h |97 +
 .../include/yaml-cpp/node/emit.h|25 +
 .../include/yaml-cpp/node/impl.h|   448 +
 .../include/yaml-cpp/node/iterator.h|31 +
 .../include/yaml-cpp/node/node.h|   145 +
 .../include/yaml-cpp/node/parse.h   |30 +
 .../include/yaml-cpp/node/ptr.h |29 +
 .../include/yaml-cpp/node/type.h|16 +
 .../include/yaml-cpp/noncopyable.h  |25 +
 .../include/yaml-cpp/null.h |24 +
 .../include/yaml-cpp/ostream_wrapper.h  |72 +
 .../include/yaml-cpp/parser.h   |48 +
 .../include/yaml-cpp/stlemitter.h   |51 +
 .../include/yaml-cpp/traits.h   |   103 +
 .../include/yaml-cpp/yaml.h |24 +
 thirdparty/yaml-cpp-yaml-cpp-0.5.3/install.txt  |24 +
 

[51/51] [abbrv] [partial] nifi-minifi-cpp git commit: MINIFI-68 Adding yaml-cpp source and updating LICENSE to reflect its inclusion.

2016-08-02 Thread aldrin
MINIFI-68 Adding yaml-cpp source and updating LICENSE to reflect its inclusion.

Adding a Makefile for yaml-cpp and incorporating its library build as part of 
the overall process.

Providing parsing of config.yml to establish a processing graph as well as 
providing configuration for FlowController to handle XML and YAML.

Ignoring SIGPIPE signal.

Adjusting Makefile to correct assembly packages not being generated.

Providing includes for yaml-cpp build Makefile and having top level Makefile 
build libuuid regardless.


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/cf813d4d
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/cf813d4d
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/cf813d4d

Branch: refs/heads/MINIFI-68
Commit: cf813d4dc775b655ff418b1a67d9ec67c838f7f1
Parents: ddedb4e
Author: Aldrin Piri 
Authored: Fri Jul 22 13:23:54 2016 -0400
Committer: Aldrin Piri 
Committed: Tue Aug 2 11:49:37 2016 -0400

--
 Makefile|46 +-
 README.md   | 2 +-
 conf/flow.yml   |55 +
 conf/minifi.properties  |   191 +
 conf/nifi.properties|   191 -
 inc/FlowController.h|40 +-
 inc/ProcessGroup.h  | 2 +
 main/MiNiFiMain.cpp |72 +-
 src/FlowController.cpp  |  1068 +-
 src/ProcessGroup.cpp|23 +
 src/ProcessSession.cpp  | 6 +-
 src/Processor.cpp   | 4 +-
 thirdparty/uuid/libuuid.a   |   Bin 1172996 -> 0 bytes
 thirdparty/uuid/tst_uuid|   Bin 29660 -> 29892 bytes
 .../yaml-cpp-yaml-cpp-0.5.3/.clang-format   |47 +
 thirdparty/yaml-cpp-yaml-cpp-0.5.3/.gitignore   | 1 +
 .../yaml-cpp-yaml-cpp-0.5.3/CMakeLists.txt  |   340 +
 .../yaml-cpp-yaml-cpp-0.5.3/CONTRIBUTING.md |17 +
 thirdparty/yaml-cpp-yaml-cpp-0.5.3/LICENSE  |19 +
 thirdparty/yaml-cpp-yaml-cpp-0.5.3/Makefile |40 +
 thirdparty/yaml-cpp-yaml-cpp-0.5.3/README.md|52 +
 .../include/yaml-cpp/anchor.h   |17 +
 .../include/yaml-cpp/binary.h   |67 +
 .../include/yaml-cpp/contrib/anchordict.h   |37 +
 .../include/yaml-cpp/contrib/graphbuilder.h |   147 +
 .../include/yaml-cpp/dll.h  |37 +
 .../include/yaml-cpp/emitfromevents.h   |57 +
 .../include/yaml-cpp/emitter.h  |   254 +
 .../include/yaml-cpp/emitterdef.h   |16 +
 .../include/yaml-cpp/emittermanip.h |   137 +
 .../include/yaml-cpp/emitterstyle.h |16 +
 .../include/yaml-cpp/eventhandler.h |40 +
 .../include/yaml-cpp/exceptions.h   |   231 +
 .../include/yaml-cpp/mark.h |29 +
 .../include/yaml-cpp/node/convert.h |   297 +
 .../include/yaml-cpp/node/detail/bool_type.h|26 +
 .../include/yaml-cpp/node/detail/impl.h |   177 +
 .../include/yaml-cpp/node/detail/iterator.h |65 +
 .../include/yaml-cpp/node/detail/iterator_fwd.h |28 +
 .../include/yaml-cpp/node/detail/memory.h   |46 +
 .../include/yaml-cpp/node/detail/node.h |   170 +
 .../include/yaml-cpp/node/detail/node_data.h|   127 +
 .../yaml-cpp/node/detail/node_iterator.h|   159 +
 .../include/yaml-cpp/node/detail/node_ref.h |97 +
 .../include/yaml-cpp/node/emit.h|25 +
 .../include/yaml-cpp/node/impl.h|   448 +
 .../include/yaml-cpp/node/iterator.h|31 +
 .../include/yaml-cpp/node/node.h|   145 +
 .../include/yaml-cpp/node/parse.h   |30 +
 .../include/yaml-cpp/node/ptr.h |29 +
 .../include/yaml-cpp/node/type.h|16 +
 .../include/yaml-cpp/noncopyable.h  |25 +
 .../include/yaml-cpp/null.h |24 +
 .../include/yaml-cpp/ostream_wrapper.h  |72 +
 .../include/yaml-cpp/parser.h   |48 +
 .../include/yaml-cpp/stlemitter.h   |51 +
 .../include/yaml-cpp/traits.h   |   103 +
 .../include/yaml-cpp/yaml.h |24 +
 thirdparty/yaml-cpp-yaml-cpp-0.5.3/install.txt  |24 +
 .../yaml-cpp-yaml-cpp-0.5.3/src/binary.cpp  |93 +
 .../src/collectionstack.h   |39 +
 .../src/contrib/graphbuilder.cpp|17 +
 .../src/contrib/graphbuilderadapter.cpp |94 +
 .../src/contrib/graphbuilderadapter.h   |79 +