Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-24 | compat/mutex: rename | Stanislaw Halik | |
2018-12-24 | remove const correctness violations | Stanislaw Halik | |
This is possibly related to a livelock where several threads do const removal in their respective code paths. Use the `mutable' specifier for the mutexes and spline's cached data. Now using the `mutable' specifier, get rid of <optional> in compat/mutex. | |||
2018-07-08 | modernize only | Stanislaw Halik | |
2017-10-27 | compat/mutex: rename | Stanislaw Halik | |