13
0
livetrax/libs/evoral/src
David Robillard 27a1cf2cf7 Compile cleanly with clang.
To compile Ardour with LLVM/clang, do the usual thing but set the CXX and CC
environment variables, e.g.:

CC=/usr/bin/clang CXX=/usr/bin/clang++ ./waf configure build


git-svn-id: svn://localhost/ardour2/branches/3.0@12418 d708f5d6-7413-0410-9779-e7cbd77b26cf
2012-05-24 02:54:10 +00:00
..
libsmf Compile cleanly with clang. 2012-05-24 02:54:10 +00:00
Control.cpp
ControlList.cpp switch to 5 new fade curves, taken from mixbus2 branch. make xfade context menus functional even though the images are not accurate 2012-05-11 21:30:36 +00:00
ControlSet.cpp
Curve.cpp fix bug that has existed since rev 17 when evaluating a curve in a position before the first point of the curve 2012-05-24 01:43:02 +00:00
debug.cpp
Event.cpp fix up some const-ness issues starting from Evoral::Event::set(), and intersect with removing Mackie..MidiByteArray::bytes() method which made a copy of the data every time we wrote it 2012-04-30 15:54:13 +00:00
i18n.h
midi_util.cpp
MIDIEvent.cpp
Note.cpp
OldSMF.cpp
Sequence.cpp
SMF.cpp
SMFReader.cpp