Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 12 | -21/+38 | |
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 | 6 | -8/+8 | |
2019-12-08 | Cleanup: Add missing copy and assignment method declarations | David Robillard | 3 | -2/+12 | |
2019-12-08 | Cleanup: Remove redundant branches | David Robillard | 1 | -4/+0 | |
2019-12-08 | Cleanup: Make methods static where possible | David Robillard | 5 | -12/+15 | |
2019-12-08 | Cleanup: Use "default" for default constructors and destructors | David Robillard | 6 | -16/+4 | |
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 | 62 | -358/+363 | |
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 | 46 | -81/+80 | |
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 | 17 | -12/+45 | |
2019-12-08 | Cleanup: Format Python code to be mostly flake8 clean | David Robillard | 4 | -60/+63 | |
2019-11-10 | Fix passing NaN to control ports with no default value | David Robillard | 1 | -3/+10 | |
2019-10-17 | Remove redundant move call | David Robillard | 1 | -1/+1 | |
2019-10-17 | Update autowaf | David Robillard | 1 | -10/+19 | |
2019-10-17 | Remove use of autowaf.define | David Robillard | 1 | -2/+2 | |
2019-10-08 | Raise existing plugin UI windows if double-clicked again | David Robillard | 1 | -2/+2 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 4 | -12/+15 | |
2019-04-13 | Clean up symbol table | David Robillard | 6 | -7/+13 | |
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 | 2 | -3/+3 | |
2019-03-16 | Use search path facilities to find modules | David Robillard | 2 | -46/+29 | |
2019-03-16 | Properly support XDG_DATA_HOME and XDG_DATA_DIRS | David Robillard | 1 | -16/+70 | |
2019-03-09 | Clean up AtomForge | David Robillard | 3 | -35/+19 | |
2019-03-09 | Make start_to_file() take a FilePath for type safety | David Robillard | 4 | -4/+6 | |
2019-03-09 | Fix misleading connect window label | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 196 | -1049/+1524 | |
2019-03-09 | Remove clearlooks from style configuration | David Robillard | 1 | -5/+0 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 30 | -207/+185 | |
2019-03-09 | Use smart pointers over manual memory management | David Robillard | 20 | -166/+129 | |
2019-03-08 | Use smart pointers to manage World in programs | David Robillard | 1 | -1/+1 | |
2019-03-08 | Use smart pointers to handle FILE streams | David Robillard | 2 | -7/+10 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 58 | -454/+449 | |
2019-03-08 | Make parser take mandatory arguments by reference | David Robillard | 6 | -100/+100 | |
2019-01-09 | Remove debug noise | David Robillard | 1 | -2/+0 | |
2019-01-09 | Fix SocketWriter bundle delimiters | David Robillard | 1 | -10/+15 | |
In particular, this fixes ingenish. The old solution here was broken by changing to a single message() function since bundle_end() was no longer virtual. | |||||
2018-11-24 | Squashed 'waflib/' changes from 6e726eb1..5ea8f99f | David Robillard | 225 | -41856/+0 | |
5ea8f99f Improve test output spacing 0e23b29f Raise exception when test suite fails to ensure non-zero exit status d6de073b Show run time of unit tests 5b655541 Add short configure option for ultra-strict flags 4687ba6d Use gtest-like test output 258903d9 Fix failure count in test group summaries da07e738 Fix verbose tests with Python 3 git-subtree-dir: waflib git-subtree-split: 5ea8f99f6e1246079c1fe6bb590c38a53aadd40d |