Commit 25fd625
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| 16 | + | |
14 | 17 | | |
15 | 18 | | |
16 | 19 | | |
| |||
- .github/workflows/main.yml+69-13
- CMakeLists.txt+1-1
- ChangeLog.MD+29
- cmake/LLVMFlang.cmake+7
- examples/v1/CMakeLists.txt
- examples/v1/Map/CMakeLists.txt
- examples/v1/Map/CaseInsensitiveKey.F90
- examples/v1/Map/Mapsmap.F90
- examples/v1/Map/StringArray.F90
- examples/v1/Map/StringPoly.F90
- examples/v1/Tracer/AbstractValue.F90
- examples/v1/Tracer/AttributeMap.F90
- examples/v1/Tracer/CMakeLists.txt
- examples/v1/Tracer/Problem.txt
- examples/v1/Tracer/TestAttributeMap.F90
- examples/v1/Tracer/TestTracer.F90
- examples/v1/Tracer/TestTracerBundle.F90
- examples/v1/Tracer/TestValueType.F90
- examples/v1/Tracer/TestValues.F90
- examples/v1/Tracer/Tracer.F90
- examples/v1/Tracer/TracerBundle.F90
- examples/v1/Tracer/Values.F90
- examples/v1/Vector/CMakeLists.txt
- examples/v1/Vector/VecIntAndReal.F90
- examples/v1/Vector/VecMyPolyPtr.F90
- examples/v1/Vector/VecMyType.F90
- examples/v2/Vector/CMakeLists.txt+13
- examples/v2/Vector/README.md+14
- examples/v2/Vector/VecIntAndReal.F90+120
- examples/v2/Vector/VecMyPolyPtr.F90+96
- examples/v2/Vector/VecMyType.F90+88
- include/v2/CMakeLists.txt+1-1
- include/v2/algorithms/find/procedures.inc+2
- include/v2/algorithms/procedures.inc+3-2
- include/v2/alt_set/header.inc+8
- include/v2/alt_set/iterator_procedures.inc+206
- include/v2/alt_set/iterator_specification.inc+60
- include/v2/alt_set/procedures.inc+1.2k
- include/v2/alt_set/public.inc+22
- include/v2/alt_set/specification.inc+187
- include/v2/alt_set/tail.inc+14
- include/v2/alt_set/template.inc+10
- include/v2/map/map.md+6-6
- include/v2/map/procedures.inc+35-14
- include/v2/map/specification.inc+31-9
- include/v2/parameters/CMakeLists.txt+6
- include/v2/set/procedures.inc+2-1
- include/v2/vector/iterator_specification.inc+1-1
- include/v2/vector/procedures.inc+4-1
- include/v2/vector/reverse_iterator_specification.inc+1-1
- include/v2/vector/specification.inc+7-2
- include/v2/vector/vector.md+10-9
- tests/CMakeLists.txt+1
- tests/alt_set/CMakeLists.txt+32
- tests/alt_set/Test_alt_set.m4+251
- tests/alt_set/Test_alt_set_Algorithms.m4+153
- tests/alt_set/alt_set.m4+11
- tests/deque/Test_Deque.m4+10-8
- tests/deque/Test_DequeIterator.m4+9-8
- tests/deque/Test_DequeRIterator.m4+9-8
- tests/map/CMakeLists.txt+15-2
- tests/map/Test_Map.m4+28-8
- tests/map/Test_alt_Map.m4+365
- tests/map/Test_alt_MapAlgorithms.m4+149
- tests/map/alt_Map.m4+12
- tests/ordered_map/Test_OrderedMap.m4+10-8
- tests/queue/Test_Queue.m4+9-8
- tests/set/Test_Set.m4+8-8
- tests/set/Test_SetAlgorithms.m4+8-8
- tests/shared/include/real_kindlen64.inc+3
- tests/shared/include/test_real_kindlen64.inc+4
- tests/stack/Test_Stack.m4+8-8
- tests/vector/CMakeLists.txt+1
- tests/vector/Test_Vector.m4+12-12
- tests/vector/Test_VectorAlgorithms.m4+9-9
- tests/vector/Test_VectorIterator.m4+10-10
- tests/vector/Test_VectorRIterator.m4+9-9
0 commit comments