0
I Use This!
Inactive

Commits : Listings

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