Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-07 | Enable readability-* checks. | Maksim Denisov | |
2024-08-29 | async_map_utils: Pass key_printer also for reporting pending tasks... | Paul Cristian Sarbu | |
...in async map instances, same as for reporting cycles. This removes the restriction that the key object has to posses the ToString method, allowing it to be used, e.g., with just-mr maps. The now obsolete HasToString concept is removed. | |||
2024-03-19 | just analysis: Be explicit in logging location | Paul Cristian Sarbu | |
...by allowing a Logger instance to be provided. | |||
2024-02-16 | async maps: Create utility library to handle cycle detection | Paul Cristian Sarbu | |