Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-08 | Cleanup: Fix potential memory leak | David Robillard | 1 | -0/+1 | |
2019-12-08 | Cleanup: Fix potential null dereferences | David Robillard | 1 | -7/+12 | |
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 | |
From a clang-tidy warning. This almost certainly doesn't matter, but since it's used for monitor event timing, it could spread the load a little better if multiple engines are used in the same process. | |||||
2019-12-08 | Cleanup: Add missing namespace comment | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Use strtoul for numeric conversion | David Robillard | 1 | -1/+3 | |
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: Improve a few basic operator implementations | David Robillard | 2 | -4/+8 | |
2019-12-08 | Cleanup: Remove unnecessary numeric conversions | David Robillard | 1 | -2/+2 | |
2019-12-08 | Cleanup: Add missing explicit initialisations | David Robillard | 13 | -22/+39 | |
2019-12-08 | Cleanup: Fix mismatched parameter name | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Remove redundant string initialisations | David Robillard | 2 | -2/+2 | |
2019-12-08 | Cleanup: Merge branches with identical bodies | David Robillard | 3 | -11/+4 | |
2019-12-08 | Cleanup: Remove unused parameter names | David Robillard | 22 | -44/+39 | |
2019-12-08 | Cleanup: Remove meaningless const qualifiers | David Robillard | 7 | -10/+10 | |
2019-12-08 | Cleanup: Add missing copy and assignment method declarations | David Robillard | 4 | -4/+14 | |
2019-12-08 | Cleanup: Remove redundant branches | David Robillard | 1 | -4/+0 | |
2019-12-08 | Cleanup: Make methods static where possible | David Robillard | 6 | -13/+17 | |
2019-12-08 | Cleanup: Use "default" for default constructors and destructors | David Robillard | 8 | -17/+6 | |
2019-12-08 | Cleanup: Use faster char overload of find_last_of() | David Robillard | 4 | -4/+4 | |
2019-12-08 | Cleanup: Use "auto" to avoid repeating type names | David Robillard | 22 | -90/+89 | |
2019-12-08 | Cleanup: Use empty() instead of size() where appropriate | David Robillard | 4 | -5/+5 | |
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 73 | -415/+422 | |
2019-12-08 | Cleanup: Use range-based for loops | David Robillard | 2 | -17/+17 | |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 57 | -104/+102 | |
2019-12-08 | Cleanup: Use std::make_shared | David Robillard | 5 | -9/+10 | |
2019-12-08 | Cleanup: Fix some includes and forward declarations | David Robillard | 20 | -14/+47 | |
2019-12-08 | Cleanup: Format Python code to be mostly flake8 clean | David Robillard | 8 | -198/+224 | |
2019-11-10 | Make test suite depend only on LV2 | David Robillard | 10 | -34/+25 | |
2019-11-10 | Update autowaf | David Robillard | 1 | -0/+0 | |
2019-11-10 | Fix passing NaN to control ports with no default value | David Robillard | 1 | -3/+10 | |
2019-10-17 | Add missing copy constructor | David Robillard | 1 | -0/+2 | |
2019-10-17 | Remove redundant move call | David Robillard | 1 | -1/+1 | |
2019-10-17 | Fix ingenish with Python 3 | David Robillard | 2 | -2/+3 | |
2019-10-17 | Update autowaf | David Robillard | 3 | -62/+61 | |
2019-10-17 | Remove use of autowaf.define | David Robillard | 2 | -16/+11 | |
2019-10-08 | Raise existing plugin UI windows if double-clicked again | David Robillard | 1 | -2/+2 | |
2019-04-21 | Don't build client library if libsigc++ is not available | David Robillard | 1 | -1/+3 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 190 | -41951/+25 | |
2019-04-13 | Clean up symbol table | David Robillard | 8 | -16/+26 | |
2019-04-13 | Remove glib dependency from libingen | David Robillard | 1 | -2/+2 | |
2019-04-13 | Don't depend on system-installed libingen | David Robillard | 1 | -2/+2 | |
2019-03-28 | Fix search for ingen_gui.ui | David Robillard | 2 | -3/+2 | |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 49 | -492/+904 | |
2019-03-17 | Squashed 'waflib/' changes from 915dcb17..e7a29b6b | David Robillard | 46 | -438/+871 | |
e7a29b6b Upgrade to waf 2.0.15 8280f9de Add command for running executables from the build directory 8073c1ad Make make_simple_dox() safe in case of exception 70d03b82 Avoid use of global counter hacks for configuration display b7d689a4 Rewrite test framework 94deadf0 Automatically add options and move add_flags() to options context f4259ee4 Reduce system include path noise 927b6082 Automatically display configuration header c44b8f3b Set line justification from a constant in the wscript a48e26fd Automatically detect if wscript has a test hook ef66724d Save runtime variables in the environment 63bcbcd3 Clean up TestContext b1d95050 Add ExecutionContext for setting runtime environment 387c1dfa Add show_diff() and test_file_equals() utilities 29d4d293 Fix in-tree library paths 9fde01f4 Add custom configuration context 6d3612fd Add lib_path_name constant git-subtree-dir: waflib git-subtree-split: e7a29b6b9b2f842314244c23c14d8f8f560904e1 | |||||
2019-03-16 | Improve input path handling | David Robillard | 1 | -12/+20 | |
2019-03-16 | Use search path facilities to find modules | David Robillard | 3 | -47/+31 | |
2019-03-16 | Properly support XDG_DATA_HOME and XDG_DATA_DIRS | David Robillard | 2 | -16/+78 | |