1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 2 hours ago.
Sep 10, 2024 — Sep 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Hash tables now contain the supporting Containers directly. Initial size supplied via generic parameter. More... over 24 years ago
No longer Controlled; relegated to the support Container packages. Moved the type Table, which now contains the Items and Values directly rather than via access types, to the visible part and removed the bucket access functions (to avoid worse problems with faked accesses). More... over 24 years ago
Removed Create operation and access type. Made Initial_Size a generic parameter. More... over 24 years ago
Removed Create operation and access type; made Controlled instead. More... over 24 years ago
Suppressed Warnings on Empty_Container. More... over 24 years ago
Delete_Item_At takes its parameter "in out". More... over 24 years ago
Minor layout change. More... over 24 years ago
The representation is no longer heap-allocated. Switched off warnings on Empty_Container. More... over 24 years ago
The representation is no longer heap-allocated. More... over 24 years ago
Suppress warnings on Empty_Container. More... over 24 years ago
Delete_Item_At actually modifies its parameter. More... over 24 years ago
The representation is no longer heap-allocated. Switched off warnings on Empty_Container. More... over 24 years ago
The representation is no longer heap-allocated. More... over 24 years ago
Modified copyright date. More... over 24 years ago
Modified copyright date (really should have been 2000!) More... over 24 years ago
Updated copyright date. More... over 24 years ago
Delete_Item_At's Iterator is 'in out'. More... over 24 years ago
Reimplement, with cyclic buffer. More... over 24 years ago
Reimplement, with cyclic buffer. Inline the operations. More... over 24 years ago
The dynamic queue's Initial_Size parameter has moved. More... over 24 years ago
Deallocations were linked into the first available chunk, not the correctly-sized and -aligned one. More... over 24 years ago
Removed bad comma after queue_test. More... over 24 years ago
Added synchronised Queues. Added default build rule. More... over 24 years ago
Added synchronised Queues. More... over 24 years ago
Updated mail address. More... over 24 years ago
Abstract Graph, Vertex, Arc types are prefixed by Abstract_. Concrete types aren't prefixed. More... over 24 years ago
Updated for (proposed) 20010121 release. More... over 24 years ago
Initial_Size has a default value, and comes last in the parameter list. More... over 24 years ago
Updated for (proposed) 20010121 release. More... over 24 years ago
Concrete List types aren't prefixed. More... over 24 years ago