You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Further updates to the v/ version of Flowable (#345)
* Address lint warnings
Lint warnings: single-argument constructors not marked explicit
* Added tests for the v/ version.
* Added a test for ->take()
* Fix open source build
Reviewed By: yschimke
Differential Revision: D4921941
fbshipit-source-id: 1d7e2d13d78f2318c82ce67c00b73d0e641c0395
* Address lint warnings
Lint warnings: single-argument constructors not marked explicit
* Added tests for the v/ version.
* Added a test for ->take()
* Switched CMake version, to get past travis build
* Use std::size_t instead of size_t
* Fix build error (detected in travis)
* Remove dependency on reactivestreams
* Took out build-problematic typedef
* Moved Wrapper out of Flowable, to fix the build
* Add workaround for (old) gcc bug
With lambdas in subclass methods invoking methods defined in a
superclass, gcc (pre-6) complains of methods not having proper
visibility.
* Thread libraries for yarpl tests
* Merged tests, disabled failing one
* Added yarpl/tests to travis
* Enable java-client to cpp-server tck tests
Summary:
cpp-client to java-server tck tests dont work yet
Closes#344
Differential Revision: D4928525
Pulled By: lehecka
fbshipit-source-id: 0c747080ad13d60a729acaefd584534aa6ba6278
* Address lint warnings
Lint warnings: single-argument constructors not marked explicit
* Added tests for the v/ version.
* Added a test for ->take()
* Switched CMake version, to get past travis build
* Use std::size_t instead of size_t
* Fix build error (detected in travis)
* Remove dependency on reactivestreams
* Took out build-problematic typedef
* Moved Wrapper out of Flowable, to fix the build
* Add workaround for (old) gcc bug
With lambdas in subclass methods invoking methods defined in a
superclass, gcc (pre-6) complains of methods not having proper
visibility.
* Thread libraries for yarpl tests
* Merged tests, disabled failing one
* Added yarpl/tests to travis
0 commit comments