part-way through getting the audioengine changes to compile
[ardour.git] / libs / ardour / port_set.cc
2012-05-24 David RobillardRemove over 500 unnecessary includes (including 54...
2012-01-23 Carl HetheringtonSpeed up iterating over an entire PortSet by keeping a
2011-10-28 Carl HetheringtonUse shared_ptr for Port in the AudioEngine; improves...
2011-07-22 Paul Davisuse std::vector::assign() in BufferSet::attach_buffers...
2011-06-01 David RobillardFix broken whitespace. I'd apologize for the compile...
2011-04-04 David RobillardFix broken whitespace (no functional changes).
2010-09-14 Paul Davisremove Glib::ustring from libardour; allow any characte...
2010-09-02 Paul Davisfix a variety of unused argument errors noted by gcc...
2010-03-16 Paul Davischanges from 2.X starting in march 2009 through oct...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-01-21 Carl HetheringtonRework Port class hierarchy a bit. Hopefully now simpl...
2008-06-02 Paul Davisrollback to 3428, before the mysterious removal of...
2008-06-02 Doug McLainremove empty sigc++2 directory
2007-06-29 David RobillardReduce overhead of multi-type-ness (last Summer's SoC):
2007-05-10 Paul DavisMIDI branch becomes trunk
2006-08-31 David Robillard- Fixed port adding/removing/connecting and related...
2006-08-12 David RobillardTowards MIDI:
2006-08-11 David Robillard- Replaced integer port counts (and input/output maximu...
2006-08-11 David Robillard- Changed IO's vector<Port*>'s to PortList