summaryrefslogtreecommitdiffstats
path: root/src/PortID.hpp
AgeCommit message (Expand)AuthorFilesLines
2022-08-16Upgrade to fmt 9.0.0David Robillard1-0/+3
2022-08-16Fix whitespaceDavid Robillard1-2/+2
2022-07-20Avoid using "static inline" for inline functions in headersDavid Robillard1-3/+3
2022-07-20Adopt REUSE machine-readable licensing standardDavid Robillard1-15/+2
2022-05-26Clean up includesDavid Robillard1-0/+1
2021-01-02Format all code with clang-formatDavid Robillard1-126/+124
2020-12-14Clean up includesDavid Robillard1-0/+2
2020-11-29Put everything in a namespaceDavid Robillard1-2/+6
2020-11-29Fix GCC return type warningsDavid Robillard1-0/+3
2020-11-28Index clients and ports by IDDavid Robillard1-0/+42
2020-11-28Factor out ClientTypeDavid Robillard1-5/+3
2020-11-28Remove null port IDsDavid Robillard1-15/+5
2020-11-28Factor out Connector from PatchageCanvasDavid Robillard1-0/+14
2020-11-28Simplify driver connection interfaceDavid Robillard1-0/+1
2020-11-28Always index Jack ports and refer to them by nameDavid Robillard1-81/+72
2020-11-27Ensure that ports always have an IDDavid Robillard1-5/+5
2020-11-27Explicitly delete or define all special member functionsDavid Robillard1-13/+5
2020-11-27Remove reliance on deprecated implicit assignment operatorDavid Robillard1-6/+16
2020-11-27Fix unused parameter warningsDavid Robillard1-1/+1
2020-11-27Make single-argument constructors explicitDavid Robillard1-1/+1
2020-11-27Avoid C castsDavid Robillard1-2/+2
2020-11-27Initialize all membersDavid Robillard1-7/+3
2020-11-27Use consistent naming convention for enum classesDavid Robillard1-12/+12
2020-11-27Use enum classesDavid Robillard1-17/+20
2020-11-27Always use braces around statementsDavid Robillard1-1/+2
2020-02-09Format all code with clang-formatDavid Robillard1-18/+40
2019-12-29Clean up includesDavid Robillard1-4/+4
2015-02-17Delete trailing whitespace.David Robillard1-1/+0
2014-04-26Update copyright date.David Robillard1-1/+1
2013-03-17Update copyright date.David Robillard1-1/+1
2012-01-18Use consistent *_config.h rather than *-config.h.David Robillard1-1/+1
2011-11-25Switch to GPLv3+.David Robillard1-7/+6
2011-04-16Update copyright headersDavid Robillard1-1/+1
2011-02-04Fix warnings when building with --strict (but without --debug).David Robillard1-0/+2
2011-01-08Fix configuration header define names to not stomp on global namespace.David Robillard1-5/+5
2010-12-15Improve performance for setups with many apps or ports.David Robillard1-1/+37
2010-12-15Clean up code.David Robillard1-4/+5
2010-12-15Fix removal of ALSA duplex ports (remove both corresponding canvas ports).David Robillard1-8/+6
2010-12-14Better error messages.David Robillard1-0/+21
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-4/+4
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-12-21Fix crash for very short lived Jack ports (fix ticket #188).David Robillard1-1/+4
2008-11-29Upgrade to waf 1.5.0.David Robillard1-3/+3
2008-10-03Support building locally against header-only libraries in autowaf.David Robillard1-1/+1
2008-09-07Separate PortRef (now PortID) from PatchageEvent.David Robillard1-0/+61