| Remove the now useless FilesystemLoader class. |
|
More...
|
about 13 years ago
|
| Modify the command line utility and the graph construction code to work with an event repository. |
|
More...
|
about 13 years ago
|
| Create the EventRepository class to handle a repository of events only. Modify the FilesystemDispatcher so it works with it. |
|
More...
|
about 13 years ago
|
| Add a unit test for the Repository class and fix a bug in container_view. |
|
More...
|
about 13 years ago
|
| Fix the position of the repository positional argument. |
|
More...
|
about 13 years ago
|
| Fix a bug in the FilesystemDispatcher. Locking policy was off for per-stream locking. |
|
More...
|
about 13 years ago
|
| Use swap instead of hand-written pseudo-swap. |
|
More...
|
about 13 years ago
|
| Use boost standard error info containers. |
|
More...
|
about 13 years ago
|
| Use the Repository class to handle the logging. Change the FilesystemDispatcher so it works with Repository. |
|
More...
|
about 13 years ago
|
| Do not use a catch-all template parameter for operator<< in events. |
|
More...
|
about 13 years ago
|
| Use std::ostream& instead of a catch all template parameter in the operator<< of LockDebugInfo. |
|
More...
|
about 13 years ago
|
| Add default constructor to basic_atomic. |
|
More...
|
about 13 years ago
|
| Add a comment describing a possible improvement. |
|
More...
|
about 13 years ago
|
| Add a configuration for the repository. |
|
More...
|
about 13 years ago
|
| Remove the items<>() method which was redundant and hard to implement correctly. |
|
More...
|
about 13 years ago
|
| Add the perform method and scoped locker to protect us from exceptions. |
|
More...
|
about 13 years ago
|
| Use boost::phoenix instead of hand rolled functors. |
|
More...
|
about 13 years ago
|
| Grand refactoring of the Repository class. |
|
More...
|
about 13 years ago
|
| Add unit tests for the Repository and refactor the class itself. |
|
More...
|
about 13 years ago
|
| Fix i/o bugs. |
|
More...
|
about 13 years ago
|
| Improve the Repository. |
|
More...
|
about 13 years ago
|
| Remove the operator== from the views because it did not make sense in the case of an unordered container. |
|
More...
|
about 13 years ago
|
| Give proper what() strings to exceptions. Implement the aperture of new streams. |
|
More...
|
about 13 years ago
|
| Improve the container_view generic component. |
|
More...
|
about 13 years ago
|
| Add a basic Repository class. |
|
More...
|
about 13 years ago
|
| Add a generic component acting as a view over a container. |
|
More...
|
about 13 years ago
|
| Add a unit test for the segmentation graph and fix a bug. |
|
More...
|
about 13 years ago
|
| Use exceptions instead of assertions when assertions made no sense. |
|
More...
|
about 13 years ago
|
| Change the UnexpectedEventException to use boost. |
|
More...
|
about 13 years ago
|
| Add more tests for the segmentation graph. |
|
More...
|
about 13 years ago
|