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 | [](https://github.com/ReactiveX/RxCpp) <br/> [](https://gitter.im/ReactiveX/RxCpp?utm_sourc…
12 ….svg?style=flat-square)](http://www.nuget.org/packages/RxCpp/) [](http://reactivex.github.io/RxCpp) <br/> [, 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…