blob: 84fbf4d14472a2c23b96fc3ad27f3ff2998b727f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
|
lib/SGL/header
lib/SGL/sgl-algorithms.adb
lib/SGL/sgl-algorithms.ads
lib/SGL/sgl-back_insertion_sequence_containers.ads
lib/SGL/sgl-basic_algorithms.adb
lib/SGL/sgl-basic_algorithms.ads
lib/SGL/sgl-bidirectional_constant_iterators.ads
lib/SGL/sgl-bidirectional_iterators.ads
lib/SGL/sgl-containers.ads
lib/SGL/sgl-controlled_stubs.adb
lib/SGL/sgl-controlled_stubs.ads
lib/SGL/sgl-default_allocators.adb
lib/SGL/sgl-default_allocators.ads
lib/SGL/sgl-forward_constant_iterators.ads
lib/SGL/sgl-forward_containers.ads
lib/SGL/sgl-forward_iterators.ads
lib/SGL/sgl-front_insertion_sequence_containers.ads
lib/SGL/sgl-function_adaptors.adb
lib/SGL/sgl-function_adaptors.ads
lib/SGL/sgl-input_iterators.ads
lib/SGL/sgl-integer_operations.ads
lib/SGL/sgl-iterator_adaptors.adb
lib/SGL/sgl-iterator_adaptors.ads
lib/SGL/sgl-iterator_tags.adb
lib/SGL/sgl-iterator_tags.ads
lib/SGL/sgl-list_signatures.ads
lib/SGL/sgl-lists.adb
lib/SGL/sgl-lists.ads
lib/SGL/sgl-lists.cp
lib/SGL/sgl-map_signatures.ads
lib/SGL/sgl-maps.adb
lib/SGL/sgl-maps.ads
lib/SGL/sgl-ostream_iterators.adb
lib/SGL/sgl-ostream_iterators.ads
lib/SGL/sgl-output_iterators.ads
lib/SGL/sgl-pairs.adb
lib/SGL/sgl-pairs.ads
lib/SGL/sgl-priority_queues.adb
lib/SGL/sgl-priority_queues.ads
lib/SGL/sgl-private_stubs.adb
lib/SGL/sgl-private_stubs.ads
lib/SGL/sgl-queues.adb
lib/SGL/sgl-queues.ads
lib/SGL/sgl-random_access_constant_iterators.ads
lib/SGL/sgl-random_access_containers.ads
lib/SGL/sgl-random_access_iterators.ads
lib/SGL/sgl-reverse_bidirectional_constant_iterators.adb
lib/SGL/sgl-reverse_bidirectional_constant_iterators.ads
lib/SGL/sgl-reverse_bidirectional_iterators.adb
lib/SGL/sgl-reverse_bidirectional_iterators.ads
lib/SGL/sgl-reverse_constant_iterator_operations.adb
lib/SGL/sgl-reverse_constant_iterator_operations.ads
lib/SGL/sgl-reverse_iterator_operations.adb
lib/SGL/sgl-reverse_iterator_operations.ads
lib/SGL/sgl-reverse_random_access_constant_iterators.adb
lib/SGL/sgl-reverse_random_access_constant_iterators.ads
lib/SGL/sgl-reverse_random_access_iterators.adb
lib/SGL/sgl-reverse_random_access_iterators.ads
lib/SGL/sgl-reversible_containers.ads
lib/SGL/sgl-sequence_containers.ads
lib/SGL/sgl-set_signatures.ads
lib/SGL/sgl-sets.adb
lib/SGL/sgl-sets.ads
lib/SGL/sgl-special_pairs-extension.adb
lib/SGL/sgl-special_pairs-extension.ads
lib/SGL/sgl-special_pairs.adb
lib/SGL/sgl-special_pairs.ads
lib/SGL/sgl-stacks.adb
lib/SGL/sgl-stacks.ads
lib/SGL/sgl-trees.adb
lib/SGL/sgl-trees.ads
lib/SGL/sgl-vector_signatures.ads
lib/SGL/sgl-vectors.adb
lib/SGL/sgl-vectors.ads
lib/SGL/sgl.ads
share/SGL/copyright
share/SGL/readme
share/SGL/examples/benchmark.adb
share/SGL/examples/bitest.adb
share/SGL/examples/integer_ostream_iterators.adb
share/SGL/examples/test_algorithms.adb
share/SGL/examples/test_assert.adb
share/SGL/examples/test_container_signatures.adb
share/SGL/examples/test_functions.adb
share/SGL/examples/test_iterators.adb
share/SGL/examples/test_lists.adb
share/SGL/examples/test_maps.adb
share/SGL/examples/test_queues.adb
share/SGL/examples/test_sets.adb
share/SGL/examples/test_stacks.adb
share/SGL/examples/test_trees.adb
share/SGL/examples/test_vectors.adb
share/SGL/examples/bool_private.ads
share/SGL/examples/bool_random.ads
share/SGL/examples/boolean_controlled.ads
share/SGL/examples/int_bool_map_signatures.ads
share/SGL/examples/int_bool_maps.ads
share/SGL/examples/int_bool_multimaps.ads
share/SGL/examples/int_controlled.ads
share/SGL/examples/int_identity.ads
share/SGL/examples/int_list_containers.ads
share/SGL/examples/int_list_queues.ads
share/SGL/examples/int_list_signatures.ads
share/SGL/examples/int_lists.ads
share/SGL/examples/int_private.ads
share/SGL/examples/int_random.ads
share/SGL/examples/int_set_signatures.ads
share/SGL/examples/int_sets.ads
share/SGL/examples/int_trees.ads
share/SGL/examples/int_vector_containers.ads
share/SGL/examples/int_vector_signatures.ads
share/SGL/examples/int_vector_stacks.ads
share/SGL/examples/int_vectors.ads
share/SGL/examples/integer_ostream_iterators.ads
share/SGL/examples/test_assert.ads
share/SGL/examples/makefile
@dirrm lib/SGL
@dirrm share/SGL/examples
@dirrm share/SGL
|