3 files changed
+3
-3
lines changed- README.md+23-3
- include/plugify/jit/call.hpp+1
- include/plugify/jit/call_arm.cpp+4-3
- include/plugify/jit/call_x86.cpp+4-3
- include/plugify/jit/callback.hpp+1
- include/plugify/jit/callback_arm.cpp+28-28
- include/plugify/jit/callback_x86.cpp+22-22
- include/plugify/reference_wrapper.hpp+1-1
- include/plugify/string.hpp+555-763
- include/plugify/vector.hpp+727-779
- test/containers/app/counter.cpp+14-14
- test/containers/string/operation/append.cpp+2-2
- test/containers/vector/bad_alloc.cpp+1-1
- test/containers/vector/basic_api.cpp+85-21
- test/containers/vector/capacity/max_size.cpp+2-4
- test/containers/vector/capacity/reserve.cpp+5-5
- test/containers/vector/capacity/shrink_to_fit.cpp+4-4
- test/containers/vector/construct.cpp+4-4
- test/containers/vector/member_types.cpp+2-2
- test/containers/vector/operation/insert.cpp+3-67
- test/containers/vector/operator/access/idx.cpp+67-18
- test/containers/vector/operator/assignment/assignment_operators.cpp+2-2
- test/containers/vector/operator/comparison/n_eq_0.cpp+1-1
- test/containers/vector/std_erase.cpp+3
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
736 | 736 |
| |
737 | 737 |
| |
738 | 738 |
| |
739 |
| - | |
| 739 | + | |
740 | 740 |
| |
741 | 741 |
| |
742 | 742 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1102 | 1102 |
| |
1103 | 1103 |
| |
1104 | 1104 |
| |
1105 |
| - | |
| 1105 | + | |
1106 | 1106 |
| |
1107 | 1107 |
| |
1108 | 1108 |
| |
|
0 commit comments