summaryrefslogtreecommitdiffstats
path: root/src/PatchagePort.hpp
AgeCommit message (Expand)AuthorFilesLines
2020-11-27Explicitly delete or define all special member functionsDavid Robillard1-0/+6
2020-11-27Use "override"David Robillard1-2/+2
2020-11-27Use default for empty destructorDavid Robillard1-2/+2
2020-11-27Fix unused parameter warningsDavid Robillard1-0/+3
2020-11-27Use auto where appropriateDavid Robillard1-1/+1
2020-02-09Format all code with clang-formatDavid Robillard1-21/+22
2019-12-29Clean up includesDavid Robillard1-8/+9
2019-12-29Use std::shared_ptrDavid Robillard1-2/+0
2015-02-22Support Jack port order metadata.David Robillard1-13/+17
2015-02-17Delete trailing whitespace.David Robillard1-1/+1
2014-04-26Update copyright date.David Robillard1-1/+1
2014-04-06Support port pretty names via new Jack metadata API.David Robillard1-5/+26
2014-03-30StateManager => Configuration.David Robillard1-2/+2
2013-05-26Fix port menu to allow disconnecting a single port from everything.David Robillard1-5/+7
2013-03-17Update copyright date.David Robillard1-1/+1
2012-05-11Avoid including gtkmm.hDavid Robillard1-1/+2
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2011-12-06FlowCanvas's successor is hereby dubbed Ganv.David Robillard1-9/+9
2011-12-04Move module port management stuff down to C level.David Robillard1-1/+1
2011-12-04Move Port::_module down to C level (Port is now a stateless wrapper).David Robillard1-1/+1
2011-12-03Don't expose canvas data structures.David Robillard1-1/+3
2011-12-01Remove menu stuff from FlowCanvas.David Robillard1-1/+18
2011-11-25Switch to GPLv3+.David Robillard1-7/+6
2011-06-09Fix support for multiple instances of alsa clients with the same name (never ...David Robillard1-20/+2
2011-06-07Remove use of smart pointers in FlowCanvas entirely.David Robillard1-5/+5
2011-06-06Use a care pointer reference to containing module rather than boost::weak_ptr.David Robillard1-1/+1
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-04-16Squeeze blank lines and delete trailing whitespace.David Robillard1-1/+0
2011-01-09Code cleanups (cpplint).David Robillard1-8/+5
2010-12-15Improve performance for setups with many apps or ports.David Robillard1-4/+9
2010-12-15Remove mind-blowingly ancient comment markup.David Robillard1-2/+0
2010-12-15Clean up code.David Robillard1-2/+5
2010-09-04My name is David. :)David Robillard1-1/+1
2009-05-13Update copyright dates.David Robillard1-1/+1
2009-05-13Strip trailing whitespace.David Robillard1-3/+3
2009-05-03Update waf configuration header for new waf scheme (in 1.5.6).David Robillard1-1/+1
2008-12-21Change configuration header name to something less likely to conflict.David Robillard1-1/+1
2008-10-18Build against local library versions no matter what.... hopefully....David Robillard1-2/+2
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1
2008-03-16Fix inclusion guards.David Robillard1-3/+3
2008-01-02Minor Patchage code cleanups.David Robillard1-9/+6
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard1-1/+1
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard1-0/+77