Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 36 | -231/+271 | |
2019-03-09 | Use smart pointers over manual memory management | David Robillard | 22 | -169/+132 | |
2019-03-08 | Add make_shared and make_unique utilities | David Robillard | 1 | -0/+14 | |
2019-03-08 | Use smart pointers to manage World in programs | David Robillard | 3 | -9/+7 | |
2019-03-08 | Use smart pointers to handle FILE streams | David Robillard | 3 | -12/+15 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 68 | -478/+472 | |
2019-03-08 | Make parser take mandatory arguments by reference | David Robillard | 9 | -106/+106 | |
2019-02-24 | Require LV2 1.16.0 | David Robillard | 1 | -1/+1 | |
2019-01-12 | Squashed 'waflib/' changes from 5ea8f99f..915dcb17 | David Robillard | 1 | -15/+39 | |
915dcb17 Report test time correctly 26f0a2b9 Remove redundant verbose-tests option fc35c2ce Fix MSVC CFLAGS git-subtree-dir: waflib git-subtree-split: 915dcb1778a592ef54a6b7e14fa8a6bd1ca3376c | |||||
2019-01-12 | Update autowaf | David Robillard | 1 | -15/+39 | |
2019-01-09 | Remove debug noise | David Robillard | 1 | -2/+0 | |
2019-01-09 | Fix SocketWriter bundle delimiters | David Robillard | 2 | -13/+17 | |
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 | 531 | -63439/+60 | |
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 | |||||
2018-11-24 | Merge commit 'a7d83f19b08eb4c6f79a82fe60c2b86db13f4420' | David Robillard | 1 | -25/+35 | |
2018-09-30 | Update empty test bundle | David Robillard | 2 | -5/+3 | |
2018-09-30 | Fix order of test failure diffs | David Robillard | 1 | -4/+4 | |
2018-09-29 | Use nullptr | David Robillard | 22 | -39/+46 | |
2018-09-23 | Clean up property parsing | David Robillard | 1 | -48/+30 | |
2018-09-23 | Parse overridden properties with a single PUT | David Robillard | 1 | -4/+10 | |
2018-09-23 | Fix copy/paste of ports | David Robillard | 4 | -6/+78 | |
2018-09-23 | Allow context to be passed for serialisation | David Robillard | 2 | -5/+6 | |
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 | 67 | -295/+304 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 269 | -1493/+1493 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 59 | -105/+105 | |
2018-09-16 | Squashed 'waflib/' changes from 982416b8..6e726eb1 | David Robillard | 1 | -4/+16 | |
6e726eb1 Add support for suppressing warnings from system libraries 3e43d096 Add short forms for common options 5db477ce Automatically define version for child libraries git-subtree-dir: waflib git-subtree-split: 6e726eb11d3e21be410549d27dd1aa94678f3d09 | |||||
2018-09-16 | Hide warnings from Gtk libraries | David Robillard | 1 | -4/+4 | |
2018-09-16 | Remove checks for ancient Gtkmm | David Robillard | 3 | -8/+0 | |
2018-09-16 | Fix accidental case fall-through | David Robillard | 1 | -0/+1 | |
2018-09-16 | Clean up wscript | David Robillard | 1 | -45/+34 | |
2018-09-15 | Switch to using bundled waf source | David Robillard | 1 | -162/+9 | |
2018-09-15 | Merge commit 'eede9648d50c3750f6f8d1319a79dd76d7f10b55' as 'waflib' | David Robillard | 182 | -0/+41453 | |
2018-09-15 | Squashed 'waflib/' content from commit 982416b8 | David Robillard | 182 | -0/+41453 | |
git-subtree-dir: waflib git-subtree-split: 982416b8a6c6728e200243e1be3ab60435c08830 | |||||
2018-09-13 | Fix compilation with GCC 7 | David Robillard | 1 | -7/+2 | |
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-09-04 | Remove dynamic exception specifications | David Robillard | 4 | -18/+20 | |
2018-08-07 | Add gitattributes file | David Robillard | 1 | -0/+1 | |
2018-08-07 | Use serd_free | David Robillard | 2 | -2/+2 | |
2018-03-08 | Fix cut/copy/paste of arcs | David Robillard | 1 | -2/+4 | |
2018-01-22 | Speed up animation and update GUI at 30Hz | David Robillard | 3 | -7/+6 | |
2018-01-22 | Only enqueue messages when the engine is remote | David Robillard | 8 | -133/+119 | |
When the engine is local, messages are emitted in the Gtk thread and applied immediately. This should make the GUI more responsive. | |||||
2018-01-21 | Avoid unnecessary move warnings | David Robillard | 1 | -1/+1 | |
2018-01-21 | Fix mismatched struct/class declarations | David Robillard | 1 | -2/+2 | |
2018-01-21 | Clean up URI and path handling in Serialiser | David Robillard | 1 | -25/+22 | |
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 | Allow custom deleters to be used with UPtr | David Robillard | 1 | -4/+8 | |