2019-10-01 |
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
|
2019-07-18 |
Chris Cannam |
Ensure the right model ID gets sent with the signal for alignment changes
|
2019-07-12 |
Chris Cannam |
Work on management of alignment-related models
by-id
|
2019-07-07 |
Chris Cannam |
Fix signal spec
by-id
|
2019-07-05 |
Chris Cannam |
Tidy
by-id
|
2019-07-05 |
Chris Cannam |
Further review of ById: make IDs only available when adding a model to the ById store, not by querying the item directly. This means any id encountered in the wild must have been added to the store at some point (even if later released), which simplifies reasoning about lifecycles
by-id
|
2019-06-26 |
Chris Cannam |
Some work on models and transformers
by-id
|
2019-06-25 |
Chris Cannam |
Some messing with Model and AlignmentModel
by-id
|
2019-06-21 |
Chris Cannam |
Introduce Model to ById
by-id
|
2019-05-01 |
Chris Cannam |
Ensure a self-alignment is always reported as complete, since there is nothing to calculate
single-point
|
2019-03-28 |
Chris Cannam |
Make XmlExportables store their export IDs and always obtain a new one, avoiding reuse when an object is allocated at the same heap location as a previous one. This makes the ID system stable enough to be used in the export tests.
single-point
|
2019-03-27 |
Chris Cannam |
Merge from branch single-point
osc-script
|
2019-03-27 |
Chris Cannam |
Remove COMPLETION_UNKNOWN, which is never used (and never handled)
single-point
|
2019-03-26 |
Chris Cannam |
A bit more debug output
osc-script
|
2018-11-26 |
Chris Cannam |
Use nullptr throughout
fix-static-analysis
|
2018-11-01 |
Chris Cannam |
Debug bits
|
2018-08-13 |
Chris Cannam |
Provide model id
avoid-pointer-keys
|
2018-03-01 |
Chris Cannam |
Untabify
|
2017-02-22 |
Chris Cannam |
Fix various "model deleted with no aboutToDelete notification" warnings (and one associated potential memory leak)
|
2015-03-03 |
Chris Cannam |
Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet.
cxx11
|
2014-11-20 |
Chris Cannam |
Avoid crash when setting alignment to 0
|
2014-07-25 |
Chris Cannam |
Debug output stuff
|
2014-06-17 |
Chris Cannam |
Unsigned removals and warning fixes in data/
warnfix_no_size_t
|
2013-11-26 |
Chris Cannam |
Drop std:: from cout, cerr, endl -- pull these in through Debug.h
|