• Home
  • Raw
  • Download

Lines Matching +full:make +full:- +full:test +full:- +full:osx

1 … for values-distributed-in-time. The [__Range-v3__](https://github.com/ericniebler/range-v3) libra…
4 ----------- | :------------ |
5 …shields.io/appveyor/ci/kirkshoop/RxCpp-446.svg?style=flat-square)](https://ci.appveyor.com/project…
6 Linux & OSX | [![Linux & Osx Status](http://img.shields.io/travis/ReactiveX/RxCpp.svg?style=flat-sq…
9 ------------- | :--------------- |
10-square)](https://github.com/ReactiveX/RxCpp) <br/> [![GitHub release](https://img.shields.io/gith…
11 …room/Reactive-Extensions/RxCpp.svg?style=flat-square)](https://gitter.im/ReactiveX/RxCpp?utm_sourc…
12 ….svg?style=flat-square)](http://www.nuget.org/packages/RxCpp/) [![vcpkg port](https://img.shields.…
13-latest-brightgreen.svg?style=flat-square)](http://reactivex.github.io/RxCpp) <br/> [![reactivex i…
17 __RxCpp__ is a header-only C++ library that only depends on the standard library. The CMake build g…
22 …io/badge/blog%20post-lines%20from%20bytes-blue.svg?style=flat-square)](http://kirkshoop.github.io/…
41 random_device rd; // non-deterministic generator
85 cregex_token_iterator cursor(&s[0], &s[0] + s.size(), delim, {-1, 0});
132 * C#: [Rx.NET](https://github.com/Reactive-Extensions/Rx.NET)
148 …est way to ensure that the submodules are included in the clone is to add `--recursive` in the clo…
151 git clone --recursive https://github.com/ReactiveX/RxCpp.git
157 * RxCpp is regularly tested on OSX and Windows.
169 cmake -G"Xcode" ../CMake -B.
176 cmake -G "Visual Studio 15" ..\CMake\
182 #### OSX subsubsection
186 cmake -G"Unix Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -B. ../CMake
187 make
190 #### Linux --- Clang
194-G"Unix Makefiles" -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=RelWi…
195 make
198 #### Linux --- GCC
202 cmake -G"Unix Makefiles" -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_BUILD_TYPE=RelWith…
203 make
210 cmake -G"NMake Makefiles" -DCMAKE_BUILD_TYPE=RelWithDebInfo -B. ..\CMake
214 The build only produces test and example binaries.
218 * You can use the CMake test runner `ctest`
219 * You can run the test binaries directly `rxcpp_test_*`
221 Example of by-tag
229 …uts it to `projects/doxygen/html/` folder, which can be published to the `gh-pages` branch. Each m…