Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-01-21 | Fix mismatched malloc/delete | David Robillard | 1 | -1/+3 | |
2018-01-21 | Read port index if requested regardless of context | David Robillard | 1 | -1/+1 | |
2018-01-21 | Clean up URI and path handling in parser | David Robillard | 4 | -71/+67 | |
2018-01-21 | Avoid string copy | David Robillard | 1 | -1/+3 | |
2018-01-21 | Fix newlines in parser error messages | David Robillard | 1 | -6/+6 | |
2018-01-21 | Remove glib dependency from engine and core library | David Robillard | 6 | -25/+44 | |
2018-01-21 | Move Glib::thread_init to GUI | David Robillard | 2 | -1/+1 | |
2018-01-21 | Replace glib quarks | David Robillard | 2 | -8/+32 | |
2018-01-21 | Replace Glib::Module | David Robillard | 5 | -32/+137 | |
2018-01-21 | Add FilePath class and remove use of glib path utilities | David Robillard | 26 | -214/+837 | |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 27 | -43/+36 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 130 | -626/+831 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 29 | -110/+89 | |
2018-01-21 | Don't build libraries twice when testing is enabled | David Robillard | 5 | -36/+9 | |
2018-01-21 | Use new autowaf scoped test syntax | David Robillard | 1 | -21/+20 | |
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 | |
2018-01-16 | Move SocketListener details out of header | David Robillard | 2 | -24/+26 | |
2018-01-16 | Add terse unique pointer type alias | David Robillard | 1 | -0/+3 | |
2018-01-16 | Clean up includes | David Robillard | 2 | -2/+4 | |
2018-01-16 | Explicitly set language version | David Robillard | 1 | -0/+1 | |
2018-01-16 | Upgrade to waf 2.0.4 | David Robillard | 1 | -6/+6 | |
2018-01-16 | Fix build with C++11 | David Robillard | 4 | -3/+5 | |
2018-01-06 | Fix compilation with some versions of boost | David Robillard | 1 | -0/+2 | |