log data/model/Model.cpp @ 1715:9ec3f123f1fb

age author description
Wed, 01 May 2019 11:45:28 +0100 Chris Cannam Ensure a self-alignment is always reported as complete, since there is nothing to calculate single-point
Thu, 28 Mar 2019 11:55:02 +0000 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
Wed, 27 Mar 2019 14:15:21 +0000 Chris Cannam Merge from branch single-point osc-script
Wed, 27 Mar 2019 11:26:06 +0000 Chris Cannam Remove COMPLETION_UNKNOWN, which is never used (and never handled) single-point
Tue, 26 Mar 2019 14:34:21 +0000 Chris Cannam A bit more debug output osc-script
Mon, 26 Nov 2018 14:33:41 +0000 Chris Cannam Use nullptr throughout fix-static-analysis
Thu, 01 Nov 2018 15:01:41 +0000 Chris Cannam Debug bits
Mon, 13 Aug 2018 16:45:29 +0100 Chris Cannam Provide model id avoid-pointer-keys
Thu, 01 Mar 2018 18:02:22 +0000 Chris Cannam Untabify
Wed, 22 Feb 2017 12:01:39 +0000 Chris Cannam Fix various "model deleted with no aboutToDelete notification" warnings (and one associated potential memory leak)
Tue, 03 Mar 2015 15:18:24 +0000 Chris Cannam Introducing the signed 64-bit frame index type, and fixing build failures from inclusion of -Wconversion with -Werror. Not finished yet. cxx11
Thu, 20 Nov 2014 16:18:31 +0000 Chris Cannam Avoid crash when setting alignment to 0
Fri, 25 Jul 2014 17:02:44 +0100 Chris Cannam Debug output stuff
Tue, 17 Jun 2014 14:33:42 +0100 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
Tue, 26 Nov 2013 13:35:08 +0000 Chris Cannam Drop std:: from cout, cerr, endl -- pull these in through Debug.h