Skip to content

Commit 3199dda

Browse files
committed
Remove CMake build support, remove copy-pasted Catch source code.
1 parent 87181a2 commit 3199dda

12 files changed

+0
-14825
lines changed

CMakeLists.txt

-18
This file was deleted.

README.md

-15
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,6 @@
11
# Advanced future
22
An std::future powerfull addition that enables `then` and `contraction` operations.
33

4-
# How to build it?
5-
In debug mode:
6-
```
7-
: ./build_debug.sh
8-
```
9-
In release mode:
10-
```
11-
: ./build_release.sh
12-
```
13-
14-
# How to test it?
15-
```
16-
: ./run_tests.sh
17-
```
18-
194
# Usage examples
205
Suppose we want to execute some task right after finish of some other task.
216
We can do it very simply:

build_debug.sh

-5
This file was deleted.

build_release.sh

-5
This file was deleted.

catch/CMakeLists.txt

-8
This file was deleted.

catch/catch.cpp

-2
This file was deleted.

0 commit comments

Comments
 (0)