You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by benqiu2016 <gi...@git.apache.org> on 2016/04/28 19:46:29 UTC

[GitHub] nifi-minifi-cpp pull request: MINIFI-6: Initial Checkin for basic ...

GitHub user benqiu2016 opened a pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/1

    MINIFI-6: Initial Checkin for basic C++ MiNiFi framework

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/benqiu2016/nifi-minifi-cpp MINIFI-6

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi-minifi-cpp/pull/1.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1
    
----
commit 62394f727e48382c982e23b5b29277238de816ad
Author: Bin Qiu <be...@gmail.com>
Date:   2016-04-28T15:46:53Z

    MINIFI-6: Initial Checkin for basic C++ MiNiFi framework

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi-minifi-cpp pull request: MINIFI-6: Initial Checkin for basic ...

Posted by apiri <gi...@git.apache.org>.
Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/1#discussion_r61772403
  
    --- Diff: Makefile ---
    @@ -0,0 +1,40 @@
    +CC=g++
    +AR=ar
    +TARGET_DIR= ./build
    +TARGET_LIB=libminifi.a
    +TARGET_EXE=minifi
    +CFLAGS=-O0 -fexceptions -fpermissive -Wno-write-strings -std=c++11 -fPIC -Wall -g -Wno-unused-private-field
    +INCLUDES=-I./inc -I./src -I./test -I/usr/include/libxml2 -I/usr/local/opt/leveldb/include/
    +LDDIRECTORY=-L/usr/local/opt/leveldb/out-static/ -L./build
    --- End diff --
    
    @benqiu2016 This out-static directory seems to be problematic on OS X.  Is additional setup needed beyond brew install leveldb.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi-minifi-cpp pull request: MINIFI-6: Initial Checkin for basic ...

Posted by apiri <gi...@git.apache.org>.
Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/1#discussion_r61941921
  
    --- Diff: Makefile ---
    @@ -0,0 +1,40 @@
    +CC=g++
    --- End diff --
    
    Will need the ASL header on our Makefile as well.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi-minifi-cpp pull request: MINIFI-6: Initial Checkin for basic ...

Posted by benqiu2016 <gi...@git.apache.org>.
GitHub user benqiu2016 reopened a pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/1

    MINIFI-6: Initial Checkin for basic C++ MiNiFi framework

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/benqiu2016/nifi-minifi-cpp MINIFI-6

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi-minifi-cpp/pull/1.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1
    
----
commit 62394f727e48382c982e23b5b29277238de816ad
Author: Bin Qiu <be...@gmail.com>
Date:   2016-04-28T15:46:53Z

    MINIFI-6: Initial Checkin for basic C++ MiNiFi framework

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi-minifi-cpp pull request: MINIFI-6: Initial Checkin for basic ...

Posted by benqiu2016 <gi...@git.apache.org>.
Github user benqiu2016 closed the pull request at:

    https://github.com/apache/nifi-minifi-cpp/pull/1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi-minifi-cpp pull request: MINIFI-6: Initial Checkin for basic ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/nifi-minifi-cpp/pull/1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] nifi-minifi-cpp pull request: MINIFI-6: Initial Checkin for basic ...

Posted by benqiu2016 <gi...@git.apache.org>.
Github user benqiu2016 commented on the pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/1#issuecomment-215509378
  
    Initial Checkin for basic C++ MiNiFi framework
    https://issues.apache.org/jira/browse/MINIFI-6


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---