Age | Commit message (Expand) | Author | Files | Lines |
2019-12-08 | Cleanup: Remove potentially redundant store | David Robillard | 1 | -6/+4 |
2019-12-08 | Cleanup: Set up engine RNG with a distinct seed | David Robillard | 1 | -1/+1 |
2019-12-08 | Cleanup: Add missing namespace comment | David Robillard | 1 | -1/+1 |
2019-12-08 | Cleanup: Make single argument constructors explicit | David Robillard | 4 | -10/+10 |
2019-12-08 | Cleanup: Remove multiple variable declarations on a single line | David Robillard | 2 | -4/+11 |
2019-12-08 | Cleanup: Use brace initialisation to avoid repeating return type | David Robillard | 1 | -5/+5 |
2019-12-08 | Cleanup: Remove unnecessary numeric conversions | David Robillard | 1 | -2/+2 |
2019-12-08 | Cleanup: Add missing explicit initialisations | David Robillard | 5 | -7/+10 |
2019-12-08 | Cleanup: Merge branches with identical bodies | David Robillard | 2 | -6/+3 |
2019-12-08 | Cleanup: Remove unused parameter names | David Robillard | 20 | -42/+37 |
2019-12-08 | Cleanup: Remove meaningless const qualifiers | David Robillard | 5 | -6/+6 |
2019-12-08 | Cleanup: Make methods static where possible | David Robillard | 4 | -11/+14 |
2019-12-08 | Cleanup: Use "default" for default constructors and destructors | David Robillard | 4 | -10/+3 |
2019-12-08 | Cleanup: Use faster char overload of find_last_of() | David Robillard | 2 | -2/+2 |
2019-12-08 | Cleanup: Use "auto" to avoid repeating type names | David Robillard | 15 | -69/+68 |
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 42 | -172/+183 |
2019-12-08 | Cleanup: Use range-based for loops | David Robillard | 1 | -16/+16 |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 27 | -51/+50 |
2019-12-08 | Cleanup: Use std::make_shared | David Robillard | 3 | -3/+3 |
2019-12-08 | Cleanup: Fix some includes and forward declarations | David Robillard | 12 | -9/+38 |
2019-12-08 | Cleanup: Format Python code to be mostly flake8 clean | David Robillard | 1 | -43/+43 |
2019-11-10 | Fix passing NaN to control ports with no default value | David Robillard | 1 | -3/+10 |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 1 | -5/+6 |
2019-04-13 | Clean up symbol table | David Robillard | 3 | -6/+8 |
2019-03-09 | Make start_to_file() take a FilePath for type safety | David Robillard | 2 | -2/+4 |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 112 | -613/+884 |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 10 | -56/+54 |
2019-03-09 | Use smart pointers over manual memory management | David Robillard | 18 | -119/+88 |
2019-03-08 | Pass World everywhere by reference | David Robillard | 34 | -220/+215 |
2019-03-08 | Make parser take mandatory arguments by reference | David Robillard | 2 | -4/+4 |
2018-09-29 | Use nullptr | David Robillard | 6 | -12/+18 |
2018-09-23 | Enforce that arc buffer can only be accessed in run context | David Robillard | 3 | -6/+6 |
2018-09-23 | Instantiate duplicated internals with correct parent graph | David Robillard | 1 | -1/+1 |
2018-09-23 | Use override specifiers | David Robillard | 43 | -235/+243 |
2018-09-23 | Use lowercase namespace names | David Robillard | 119 | -697/+697 |
2018-09-22 | Use new LV2 include paths | David Robillard | 30 | -50/+50 |
2018-09-04 | Fix unintentional fall-through | David Robillard | 1 | -0/+1 |
2018-09-04 | Fix catch of polymorphic exception by value | David Robillard | 1 | -1/+1 |
2018-09-04 | Remove pointless type qualifiers | David Robillard | 2 | -5/+5 |
2018-01-21 | Work around Jack returning NULL buffers | David Robillard | 2 | -3/+15 |
2018-01-21 | Clean up Buffer class and factor out allocation | David Robillard | 2 | -35/+36 |
2018-01-21 | Remove glib dependency from engine and core library | David Robillard | 1 | -1/+1 |
2018-01-21 | Add FilePath class and remove use of glib path utilities | David Robillard | 4 | -23/+23 |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 14 | -20/+19 |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 44 | -129/+118 |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 6 | -19/+18 |
2018-01-21 | Don't build libraries twice when testing is enabled | David Robillard | 1 | -15/+2 |
2018-01-17 | Fix connecting value sequences to CV | David Robillard | 2 | -1/+1 |
2018-01-17 | Clean up Engine component memory management and trim include tree | David Robillard | 16 | -120/+105 |
2018-01-16 | Add missing includes | David Robillard | 8 | -0/+8 |