add export visibility macros across libardour
[ardour.git] / libs / ardour / ardour / port_set.h
2013-10-17 Paul Davisadd export visibility macros across libardour
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...
2009-10-20 David RobillardUse a template to merge PortSet::iterator and PortSet...
2009-10-14 David RobillardStrip trailing whitespace and fix other whitespace...
2009-02-25 David Robillard*** NEW CODING POLICY ***
2009-02-17 David RobillardMake a bunch of stuff boost::noncopyable.
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-06-04 David RobillardShow selected MIDI track in editor mixer.
2007-05-10 David RobillardAdded nicer looking wrapper methods for ChanCount:...
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