Re: Thrift // CMake build system state

2015-09-03 Thread Sergei Nikulov
; > > On Wed, Sep 2, 2015 at 9:06 AM, Sergei Nikulov <sergey.niku...@gmail.com> > wrote: > >> Hello developers. >> >> Could you please provide me with some hint what current state of >> cmakeable build for Apache Thrift? >> Do we have any requirements and

Thrift // CMake build system state

2015-09-02 Thread Sergei Nikulov
Hello developers. Could you please provide me with some hint what current state of cmakeable build for Apache Thrift? Do we have any requirements and goals to achieve? What is definition of done for https://issues.apache.org/jira/browse/THRIFT-2850? Thank you! -- Best Regards, Sergei Nikulov

Re: THRIFT-2850 // Boost C++ version requirements

2015-02-11 Thread Sergei Nikulov
Roger Meier ro...@bufferoverflow.ch: Hi Sergei yes, please provide a patch with your tweaks and to modifications on doc, configure.ac to use Thrift with boost 1.53 best! -roger Quoting Sergei Nikulov sergey.niku...@gmail.com: Hello All, I play with autotools and cmake builds

THRIFT-2850 // Boost C++ version requirements

2015-02-11 Thread Sergei Nikulov
to v1.53.0? Without this Apache Thrift build will not support RHEL/CentOS v7 out-of-the-box, until they not provide upgrade to Boost v1.54.0 Otherwise we need increase Boost version requirements in cmake build also. -- Best Regards, Sergei Nikulov

[jira] [Commented] (THRIFT-2850) CMake for Apache Thrift

2015-01-05 Thread Sergei Nikulov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14264939#comment-14264939 ] Sergei Nikulov commented on THRIFT-2850: Hi! Looks like cmake already on master

Re: [DISCUSS] CMake for Apache Thrift

2014-11-25 Thread Sergei Nikulov
/browse/THRIFT-2850 What are your thoughts? +1 Look forward to see it in Apache thrift mainline. The main problem I see is to keep both build systems (autotools cmake) in sync. all the best! -roger -- Best Regards, Sergei Nikulov

[jira] [Created] (THRIFT-2745) C++ // Unit-test compilation fixes // pull request on github

2014-09-30 Thread Sergei Nikulov (JIRA)
Sergei Nikulov created THRIFT-2745: -- Summary: C++ // Unit-test compilation fixes // pull request on github Key: THRIFT-2745 URL: https://issues.apache.org/jira/browse/THRIFT-2745 Project: Thrift

[jira] [Commented] (THRIFT-2745) C++ // Unit-test compilation fixes // pull request on github

2014-09-30 Thread Sergei Nikulov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14153076#comment-14153076 ] Sergei Nikulov commented on THRIFT-2745: I enable this test for windows in my

ANN // Apache thrift build with cmake

2014-09-23 Thread Sergei Nikulov
will generate project $cmake --build . will build it. If any interest from community, then feedbacks and patches are welcomed. Thank you. -- Best Regards, Sergei Nikulov

[jira] [Commented] (THRIFT-2421) Tree/Recursive struct support in thrift

2014-04-09 Thread Sergei Nikulov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13964007#comment-13964007 ] Sergei Nikulov commented on THRIFT-2421: This change breaks c++ generation

[jira] [Updated] (THRIFT-2352) msvc failed to compile thrift tests

2014-02-06 Thread Sergei Nikulov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergei Nikulov updated THRIFT-2352: --- Attachment: 0001-fixed-tests-compilation-on-windows.patch msvc failed to compile thrift

[jira] [Created] (THRIFT-2352) msvc failed to compile thrift tests

2014-02-06 Thread Sergei Nikulov (JIRA)
Sergei Nikulov created THRIFT-2352: -- Summary: msvc failed to compile thrift tests Key: THRIFT-2352 URL: https://issues.apache.org/jira/browse/THRIFT-2352 Project: Thrift Issue Type: Bug

[jira] [Updated] (THRIFT-2352) msvc failed to compile thrift tests

2014-02-06 Thread Sergei Nikulov (JIRA)
[ https://issues.apache.org/jira/browse/THRIFT-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sergei Nikulov updated THRIFT-2352: --- Description: Patch related to THRIFT-2029 and fixes two test compilation issues with msvc