summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/port_set.h
AgeCommit message (Expand)Author
2016-04-10NO-OP whitespace + commentsRobin Gareus
2013-10-17add export visibility macros across libardourPaul Davis
2012-01-23Speed up iterating over an entire PortSet by keeping aCarl Hetherington
2011-10-28Use shared_ptr for Port in the AudioEngine; improves thread-safety of the aud...Carl Hetherington
2009-10-20Use a template to merge PortSet::iterator and PortSet::const_iterator duplica...David Robillard
2009-10-14Strip trailing whitespace and fix other whitespace errors (e.g. space/tab mix...David Robillard
2009-02-25*** NEW CODING POLICY ***David Robillard
2009-02-17Make a bunch of stuff boost::noncopyable.David Robillard
2009-01-21Rework Port class hierarchy a bit. Hopefully now simpler, and shouldCarl Hetherington
2008-06-02rollback to 3428, before the mysterious removal of libs/* at 3431/3432Paul Davis
2008-06-02remove empty sigc++2 directoryDoug McLain
2007-06-29Reduce overhead of multi-type-ness (last Summer's SoC):David Robillard
2007-06-04Show selected MIDI track in editor mixer.David Robillard
2007-05-10Added nicer looking wrapper methods for ChanCount::get(DataType), sedified co...David Robillard
2006-08-31- Fixed port adding/removing/connecting and related bugs with route signal pathDavid Robillard
2006-08-12Towards MIDI:David Robillard
2006-08-11- Replaced integer port counts (and input/output maximum/minimum) with ChanCo...David Robillard
2006-08-11- Changed IO's vector<Port*>'s to PortListDavid Robillard