Mercurial > hg > svgui
log layer/RegionLayer.cpp @ 909:251dd0abc7b7 cxx11
age | author | description |
---|---|---|
Tue, 10 Mar 2015 17:23:45 +0000 | Chris Cannam | More type fixes. We now build with -Wconversion, on this platform (64-bit Linux) at least. cxx11 |
Mon, 09 Mar 2015 14:35:21 +0000 | Chris Cannam | Working through the float/double and int/sv_frame_t fixes cxx11 |
Wed, 03 Sep 2014 11:41:58 +0100 | Chris Cannam | Clarify some sneaky logic |
Tue, 17 Jun 2014 15:18:06 +0100 | Chris Cannam | Remove size_t's and fix warnings in layer/ warnfix_no_size_t |
Fri, 10 Jan 2014 14:41:38 +0000 | Chris Cannam | Suppress vertical scale when there are no points (scale looks absurd without sensible range) tonioni |
Wed, 04 Dec 2013 13:39:41 +0000 | Chris Cannam | Extend numerical and colour scales (and piano where applicable) to note and region layers |
Tue, 26 Nov 2013 14:06:40 +0000 | Chris Cannam | Drop std:: from cout, cerr, endl -- pull these in through Debug.h |