openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
Ada 95 Booch Components
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 5 hours
ago. based on code collected
about 5 hours
ago.
Aug 22, 2024 — Aug 22, 2025
Showing page 16 of 23
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Abstract Graph, Vertex, Arc types are prefixed by Abstract_. Concrete types aren't prefixed.
simon
More...
over 24 years ago
Removed the Create operation (would prevent use of the Synchronized mixin). Replaced by the Initial_Size generic parameter.
simon
More...
over 24 years ago
Made the types Abstract_.
simon
More...
over 24 years ago
Removed the Directed_ from types.
simon
More...
over 24 years ago
Removed the Undirected_ from types.
simon
More...
over 24 years ago
Removed the Create operation (would prevent use of the Synchronized mixin). NB, will need the Initial_Size generic eventually.
simon
More...
over 24 years ago
Reports of Item -> Key, Value -> Item.
simon
More...
over 24 years ago
Bounded_, Dynamic_ and Unbounded_ removed from the names of concrete Containers.
simon
More...
over 24 years ago
Add -r to gnatchop of bcwords.ada.
simon
More...
over 24 years ago
Added copying, filtering generics.
simon
More...
over 24 years ago
Domain and Range of maps reversed.
simon
More...
over 24 years ago
Removed unnecessary (illegal, according to GNAT 3.13p) Initialize.
simon
More...
over 24 years ago
Inhibit allocation via Container_Ptr.
simon
More...
over 24 years ago
Hash function returns Natural.
simon
More...
over 24 years ago
Don't specify src_dir, obj_dir.
simon
More...
over 24 years ago
Removed false claims about caching. The Hash function returns Natural.
simon
More...
over 24 years ago
Removed false claims about caching.
simon
More...
over 24 years ago
First version.
simon
More...
almost 25 years ago
The old Semaphore becomes Recursive_Semaphore; the new Semaphore is like a plain mutex. Removed the old Lock_P (not used).
simon
More...
almost 25 years ago
The old Semaphore becomes Recursive_Semaphore; the new Semaphore is like a plain mutex. Added some commentary. Moved the Controlled operations to the visible part.
simon
More...
almost 25 years ago
Added Pop_Value (so that Queues.Synchronized can inherit it, rather than being the first place it appears).
simon
More...
almost 25 years ago
Added queue_test_concurrent.
simon
More...
almost 25 years ago
Queues.Dynamic now needs an Initial_Size parameter.
simon
More...
almost 25 years ago
Remove the Create function; replace with the Initial_Size generic parameter. This is so derived packages don't need to override Create.
simon
More...
almost 25 years ago
Iterator becomes Controlled. It's visibly controlled because of a GNAT 3.13 problem with finalization when using a function return value to initialize a classwide value.
simon
More...
almost 25 years ago
Changes with adamode-3.5.
simon
More...
almost 25 years ago
Locks constrained by access values rather than access types.
simon
More...
almost 25 years ago
Added new Lock_Base, with pointer to classwide management. Added Adjust for Semaphore. Finalize for Semaphore checks whether the actual Semaphore is null. Changed names Release_For_{Reading,Writing} to Release_From_{Reading,Writing}.
simon
More...
almost 25 years ago
Added new Lock_Base, with pointer to classwide management. Added Adjust for Semaphore. Changed names Release_For_{Reading,Writing} to Release_From_{Reading,Writing}.
simon
More...
almost 25 years ago
Added deque_test.
simon
More...
almost 25 years ago
←
1
2
…
12
13
14
15
16
17
18
19
20
21
22
23
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree