File tree
9 files changed
+19
-10
lines changed- equipment/testing.cpp
- requires
- dumpster.cpp
- intrinsics.cpp
- polyfill.cpp
9 files changed
+19
-10
lines changedLines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 |
| - | |
| 23 | + | |
24 | 24 |
|
- .clang-format-1
- .clang-format+4
- .cppsm+1-1
- .gitignore-1
- .gitignore+1
- .prettierrc-1
- .prettierrc+7
- .travis.yml+2-2
- CMakeLists.txt+2-2
- equipment/testing.cpp/v1+1-1
- internals/primes/CMakeLists.txt+1
- internals/primes/program/main.cpp+76
- internals/tests/CMakeLists.txt
- internals/tests/testing/defaulted_test.cpp
- internals/tests/testing/finally_function_test.cpp
- internals/tests/testing/finally_lambda_test.cpp
- internals/tests/testing/finally_with_reset_test.hpp+20
- internals/tests/testing/insertion_sort_test.cpp
- internals/tests/testing/primes_test.cpp+58
- internals/tests/testing/ranqd1_test.cpp+21
- provides/CMakeLists.txt+1-1
- provides/include/dumpster_v1/finally.hpp+14-7
- provides/include/dumpster_v1/primes.hpp+13
- provides/include/dumpster_v1/private.hpp+7-7
- provides/include/dumpster_v1/ranqd1.hpp+7
- provides/include/dumpster_v1/synopsis.hpp+40-13
- provides/library/primes.cpp+131
- requires/polyfill.cpp/v1+1-1
0 commit comments