1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 5 months ago. based on code collected about 3 years ago.
May 31, 2020 — May 31, 2021
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Re-structuring the libraries More... over 17 years ago
Fawkes Main Application More... over 17 years ago
Fawkes Main Application More... over 17 years ago
Turned BlackBoard into usable entity More... over 17 years ago
Turned BlackBoard into usable entity More... over 17 years ago
Adapted to MessageQueue changes lately More... over 17 years ago
Adapted to MessageQueue changes lately More... over 17 years ago
Adaption to Fawkes Core Library changes More... over 17 years ago
Adaption to Fawkes Core Library changes More... over 17 years ago
Real world threading and additions More... over 17 years ago
Real world threading and additions More... over 17 years ago
BlackBoard message handling More... over 17 years ago
BlackBoard message handling More... over 17 years ago
Documentation and GPL header updates More... over 17 years ago
Documentation and GPL header updates More... over 17 years ago
BlackBoard enhancements and debugging features More... over 17 years ago
BlackBoard enhancements and debugging features More... over 17 years ago
Basic messaging features More... over 17 years ago
Basic messaging features More... over 17 years ago
Reference counting example and fixed GPL header More... over 17 years ago
Reference counting example and fixed GPL header More... over 17 years ago
Reference counting utilities and README More... over 17 years ago
Reference counting utilities and README More... over 17 years ago
Added extendend constructor. More... over 17 years ago
Added extendend constructor. More... over 17 years ago
+ Added PKGCONFIG variable which contains the path to pkg-config. More... over 17 years ago
+ Added PKGCONFIG variable which contains the path to pkg-config. More... over 17 years ago
Towards an all-new BlackBoard... More... over 17 years ago
Towards an all-new BlackBoard... More... over 17 years ago
+ Implemented base class for interfaces, data passing working, messaging not . fully implemented, yet. Basic interaction done, needs some more work, but . it's a good first part to be committed now. + Added new interface generator. The interface generator takes an XML file . as input and generates from the code for the interface. The interface can . then be instantiated by the BlackBoard via a factory method. Message . object generation is already supported. + DTD for interfaces added. + Test interface added. Contains already parts for the future that will be . needed for the yet to come messaging infrastructure + Added BlackBoardInternalsInterface, which is an interface to communicate . with the BlackBoard (needed for management stuff) and to gain access to . internal state variables. + Added libxml++ as dependency. This is a C++ binding for libxml which . allows for nice access to the XML parser. This dependency is optional. . If now interface have to be (re-)generated there is no need for this . library. The existence of the library is auto-detected and if not . installed interface generation is not avaible and an appropriate warning . is printed. + This is quite a big chunk (~4600 lines). I did basic tests, more tests . will follow with yet to come BlackBoard and the interface manager. It . makes more sense to test it there (and this is where I actually ran most . of the current tests) More... over 17 years ago