summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-02-12Fix spellingHEADmainDavid Robillard7-8/+8
2025-02-10Suppress new warnings in clang-tidyDavid Robillard2-0/+4
2025-02-10Avoid potentially returning a reference to a localDavid Robillard1-10/+6
2025-02-10Use std::min() and std::max()David Robillard4-16/+7
2025-02-10Put local utility function in anonymous namespaceDavid Robillard1-0/+4
2025-02-10Fix mismatched format specifierDavid Robillard1-1/+1
2025-02-10Fully parenthesize expressionsDavid Robillard10-18/+18
2025-02-10Clean up includes and forward declarationsDavid Robillard67-166/+39
2025-02-10Fix doc comment syntax and strict clang buildDavid Robillard2-3/+3
2025-02-10Avoid using fallback for dependencies without a subprojectDavid Robillard2-8/+0
2025-01-20Use "system" include type for all dependenciesDavid Robillard3-0/+6
2025-01-10Use cppcheck working directoryDavid Robillard2-21/+25
2024-12-19Order dependencies to prioritize flags of lower level librariesDavid Robillard1-2/+4
2024-12-02Fix strict release and warning_level=2 GCC buildDavid Robillard1-4/+6
2024-12-02Fix potential use of uninitialized valueDavid Robillard1-1/+1
2024-11-24Remove IWYU pragmas that no longer seem necessaryDavid Robillard23-43/+25
2024-11-24Use angle brackets for library includesDavid Robillard241-1508/+1637
2024-11-13Move warning suppression flags to main meson fileDavid Robillard2-125/+110
2024-10-26Fix line wrapping in commentsDavid Robillard9-15/+21
2024-10-12Fix CSS import syntaxDavid Robillard1-1/+1
2024-10-12Remove redundant shorthand CSS propertyDavid Robillard1-1/+0
2024-10-12Remove unused Doxygen configuration and stylesheetDavid Robillard2-3539/+0
2024-10-12Fix configuration directory creation error handlingDavid Robillard1-2/+4
2024-10-11Add missing includeDavid Robillard1-0/+1
2024-10-11Use std::transform()David Robillard2-18/+29
2024-10-11Use std::find_if()David Robillard4-51/+58
2024-10-11Use std::count_if()David Robillard2-16/+10
2024-10-11Use std::any_of()David Robillard8-65/+54
2024-10-11Clarify atom forge buffer dereferencing codeDavid Robillard2-3/+3
2024-10-11Handle realloc failure and avoid potential null pointer arithmeticDavid Robillard5-10/+29
2024-10-11Move AtomForge implementation out of public headersDavid Robillard3-59/+132
2024-10-11Pass strings and large structures by const referenceDavid Robillard5-11/+10
2024-10-11Remove redundant default values for meson optionsDavid Robillard1-5/+5
2024-10-11Call std::terminate() directly instead of rethrowing nothingDavid Robillard4-3/+16
2024-10-11Remove redundant method overrideDavid Robillard2-8/+0
2024-10-11Add missing const qualifiersDavid Robillard6-20/+20
2024-10-11Fix confusing iteration over collections of pointersDavid Robillard2-5/+5
2024-10-11Reduce variable scopesDavid Robillard5-16/+15
2024-10-11Make more single-argument constructors explicitDavid Robillard10-14/+21
2024-10-11Simplify PortTypeDavid Robillard17-105/+100
2024-10-06Fix inconsistent C-style castDavid Robillard1-1/+1
2024-10-06Avoid using uninitialized va_list variablesDavid Robillard3-16/+22
2024-10-06Explicitly destroy the world in LV2 pluginDavid Robillard1-0/+1
2024-10-06Explicitly disallow copying or moving of AppDavid Robillard1-0/+5
2024-10-06Avoid inefficient use of substr() to set strings to a prefixDavid Robillard7-8/+7
2024-10-06Remove dead codeDavid Robillard4-20/+0
2024-10-06Remove redundant conditional clauseDavid Robillard1-1/+1
2024-10-06Remove redundant assignmentDavid Robillard1-1/+0
2024-10-06Add lint option and cppcheck testDavid Robillard3-0/+57
2024-07-17Add missing namespace commentDavid Robillard1-1/+1