log

age author description
Tue, 29 Oct 2019 12:46:43 +0000 Chris Cannam Comments and debug-related bits
Thu, 17 Oct 2019 13:42:55 +0100 Chris Cannam OK, so now this pragma provokes a warning in gcc! Guard it with a clang guard
Wed, 16 Oct 2019 16:29:46 +0100 Chris Cannam Looks like this is clang-only
Wed, 16 Oct 2019 15:26:01 +0100 Chris Cannam Avoid some compiler warnings
Wed, 16 Oct 2019 12:12:49 +0100 Chris Cannam Tidy
Mon, 14 Oct 2019 14:17:37 +0100 Chris Cannam Implement missing TabularModel editing methods. Also made these pure in TabularModel, since almost all subclasses want them and (clearly) forgetting to implement them is a problem!
Thu, 10 Oct 2019 10:03:31 +0100 Chris Cannam Make static to avoid multiple definitions
Thu, 10 Oct 2019 09:47:25 +0100 Chris Cannam One last fix to this compatibility function (I hope!)
Thu, 10 Oct 2019 09:34:12 +0100 Chris Cannam *sigh*
Thu, 10 Oct 2019 09:18:37 +0100 Chris Cannam OK, that didn't work because of scoping/overload rules. Try this
Thu, 10 Oct 2019 09:12:12 +0100 Chris Cannam Compatibility with Qt 5.2 (for the Ubuntu 14.04 build)
Tue, 01 Oct 2019 11:22:48 +0100 Chris Cannam Some work on making Model classes thread-safe in typical use - and documenting this. Some of the implementations are simpler now that EventSeries is thread-safe
Tue, 01 Oct 2019 11:21:56 +0100 Chris Cannam Fix compile error with non-MSVC compilers
Mon, 30 Sep 2019 20:28:03 +0100 Chris Cannam Make EventSeries threadsafe
Mon, 30 Sep 2019 12:36:44 +0100 Chris Cannam The copy & move operators are not actually being used, so probably safer to delete them unless we know otherwise - this is not all that simple a class