log data/model/EditableDenseThreeDimensionalModel.cpp @ 1364:b812df0351d9 3.0-integration

age author description
2016-11-04 Chris Cannam Ensure columns all have correct height when retrieved (to avoid e.g. empty columns because a feature extractor's start time was >0) 3.0-integration
2016-01-22 Chris Cannam Convert 3d model column type from QVector to std::vector; replace another user of ResizeableBitset 3.0-integration
2015-07-01 Chris Cannam Fix a number of warnings in the 32-bit build
2015-03-31 Chris Cannam clone() is never used (therefore presumably never works either) tonioni
2015-03-09 Chris Cannam Move to using double rather than float for floating-point calculations (float only for storage); more build fixes cxx11
2015-03-04 Chris Cannam Introduce and use a samplerate type cxx11
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-07-02 Chris Cannam Merge
2014-07-02 Chris Cannam Tidy
2014-07-01 Chris Cannam Avoid trying to return out-of-range bin name
2014-06-30 Chris Cannam Avoid crashing when trying to examine data at column < 0 in 3d model
2014-06-17 Chris Cannam Disambiguate signals warnfix_no_size_t
2014-06-17 Chris Cannam Unsigned removals and warning fixes in data/ warnfix_no_size_t
2014-02-06 Chris Cannam Add bin-values and bin-value unit to EditableDense3DModel