File tree
13 files changed
+41
-37
lines changed- equipment/testing.cpp
- provides/include/rdcss_v1
- requires
- dumpster.cpp
- intrinsics.cpp
- lax.cpp
- polyfill.cpp
13 files changed
+41
-37
lines changedThis file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + |
This file was deleted.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
+6-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 9 | + | |
18 | 10 |
| |
19 |
| - | |
| 11 | + | |
20 | 12 |
| |
21 | 13 |
| |
22 | 14 |
| |
| 15 | + | |
23 | 16 |
| |
24 | 17 |
| |
25 | 18 |
| |
26 |
| - | |
| 19 | + | |
27 | 20 |
| |
28 | 21 |
| |
29 |
| - | |
| 22 | + | |
| 23 | + |
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
| 3 | + |
- .clang-format-1
- .clang-format+4
- .cppsm+1-1
- .gitignore-1
- .gitignore+1
- .prettierrc-1
- .prettierrc+7
- .travis.yml+6-12
- CMakeLists.txt+3-2
- README.md+9-1
- internals/CMakeLists.txt+1-2
- internals/testing/function_test.cpp+7
- internals/testing/lambda_test.cpp+1-1
- provides/include/testing_v1/private.hpp+43
- provides/include/testing_v1/synopsis.hpp+22-5
- provides/include/testing_v1/test.hpp+13-28
- provides/library/test.cpp+16-6
- requires/polyfill.cpp/v1+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
| 36 | + | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
| 9 | + | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 |
| - | |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 |
| - | |
19 | 19 |
| |
| 20 | + | |
20 | 21 |
| |
21 |
| - | |
22 | 22 |
| |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 |
| - | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 |
| - | |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
36 |
| - | |
37 | 37 |
| |
| 38 | + | |
| 39 | + | |
38 | 40 |
| |
39 |
| - | |
40 |
| - | |
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
44 | 45 |
| |
45 |
| - | |
46 | 46 |
| |
| 47 | + | |
47 | 48 |
| |
48 |
| - | |
49 | 49 |
| |
| 50 | + | |
| 51 | + | |
50 | 52 |
| |
51 |
| - | |
52 |
| - | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
|
- .clang-format-1
- .clang-format+4
- .cppsm+1-1
- .gitignore-1
- .gitignore+1
- .prettierrc-1
- .prettierrc+7
- .travis.yml+6-12
- CMakeLists.txt+3-2
- README.md+1-1
- equipment/testing.cpp/v1+1-1
- internals/CMakeLists.txt-2
- internals/primes/CMakeLists.txt+1
- internals/primes/program/main.cpp+76
- internals/tests/CMakeLists.txt+1
- internals/tests/testing/defaulted_test.cpp+26
- internals/tests/testing/finally_function_test.cpp+20
- internals/tests/testing/finally_lambda_test.cpp+2-2
- 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/defaulted.hpp+23
- provides/include/dumpster_v1/finally.hpp+21-11
- provides/include/dumpster_v1/primes.hpp+13
- provides/include/dumpster_v1/private.hpp+25
- provides/include/dumpster_v1/ranqd1.hpp+7
- provides/include/dumpster_v1/synopsis.hpp+75-3
- provides/library/primes.cpp+131
- requires/polyfill.cpp/v1+1-1
- .clang-format-1
- .clang-format+4
- .cppsm+1-1
- .gitignore-1
- .gitignore+1
- .prettierrc-1
- .prettierrc+7
- .travis.yml+6-12
- CMakeLists.txt+2-1
- internals/testing/type_traits_test.cpp+1-1
- provides/include/lax_v1/arithmetic.hpp-2
- provides/include/lax_v1/comparison.hpp+1-2
- provides/include/lax_v1/lazify.hpp-8
- provides/include/lax_v1/logical.hpp+8-6
- provides/include/lax_v1/synopsis.hpp+7-6
- provides/include/lax_v1/type_traits.hpp+10-8
- provides/include/lax_v1/value.hpp-1
- .clang-format-1
- .clang-format+4
- .cppsm+1-1
- .gitignore-1
- .gitignore+1
- .gitmodules+4
- .travis.yml+6-12
- CMakeLists.txt+3-2
- README.md+3-1
- equipment/testing.cpp/v1+1
- internals/CMakeLists.txt+1-2
- internals/testing/atomic_wait_test.cpp+26
- internals/testing/compile_only_test.cpp-2
- internals/testing/memory_test.cpp+33
- provides/include/polyfill_v1/atomic.hpp+56
- provides/include/polyfill_v1/memory.hpp+78
- provides/library/atomic.cpp+47
0 commit comments