Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-08 | Pass World everywhere by reference | David Robillard | 10 | -24/+23 | |
2019-03-08 | Make parser take mandatory arguments by reference | David Robillard | 1 | -4/+4 | |
2019-01-09 | Fix SocketWriter bundle delimiters | David Robillard | 1 | -3/+2 | |
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-09-29 | Use nullptr | David Robillard | 3 | -5/+5 | |
2018-09-23 | Fix copy/paste of ports | David Robillard | 1 | -0/+10 | |
2018-09-23 | Allow context to be passed for serialisation | David Robillard | 1 | -1/+3 | |
2018-09-23 | Use override specifiers | David Robillard | 6 | -32/+33 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 52 | -150/+150 | |
2018-09-22 | Use new LV2 include paths | David Robillard | 16 | -26/+26 | |
2018-09-13 | Fix compilation with GCC 7 | David Robillard | 1 | -7/+2 | |
2018-09-04 | Remove dynamic exception specifications | David Robillard | 2 | -10/+17 | |
2018-01-22 | Only enqueue messages when the engine is remote | David Robillard | 2 | -95/+66 | |
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 | Fix mismatched struct/class declarations | David Robillard | 1 | -2/+2 | |
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 | Clean up URI and path handling in parser | David Robillard | 2 | -2/+6 | |
2018-01-21 | Avoid string copy | David Robillard | 1 | -1/+3 | |
2018-01-21 | Replace glib quarks | David Robillard | 1 | -1/+11 | |
2018-01-21 | Replace Glib::Module | David Robillard | 2 | -7/+56 | |
2018-01-21 | Add FilePath class and remove use of glib path utilities | David Robillard | 7 | -16/+242 | |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 1 | -2/+1 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 28 | -185/+324 | |
2018-01-21 | Replace insert(make_pair(...)) with emplace | David Robillard | 1 | -2/+2 | |
2018-01-16 | Add terse unique pointer type alias | David Robillard | 1 | -0/+3 | |
2018-01-16 | Fix build with C++11 | David Robillard | 1 | -0/+2 | |
2018-01-06 | Fix compilation with some versions of boost | David Robillard | 1 | -0/+2 | |
2017-12-26 | Use delete to hide constructors | David Robillard | 1 | -2/+2 | |
2017-12-25 | Avoid static construction exception warning | David Robillard | 1 | -1/+1 | |
2017-12-25 | Use std::move to potentially avoid copying | David Robillard | 2 | -4/+4 | |
2017-12-25 | Use nullptr | David Robillard | 3 | -4/+4 | |
2017-12-25 | Fix inconsistent parameter names | David Robillard | 11 | -15/+15 | |
2017-12-25 | Make single parameter destructors explicit | David Robillard | 3 | -3/+3 | |
2017-12-25 | Remove trivial destructors and use default where possible | David Robillard | 11 | -19/+8 | |
2017-12-25 | Use override | David Robillard | 11 | -19/+19 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 34 | -69/+154 | |
2017-12-18 | Fix override specifiers | David Robillard | 6 | -10/+10 | |
2017-12-17 | Simplify Tee | David Robillard | 1 | -19/+5 | |
2017-12-16 | Move sequence numbers into messages and simplify interfaces | David Robillard | 6 | -35/+49 | |
2017-12-16 | Fix documentation warnings | David Robillard | 1 | -1/+1 | |
2017-12-16 | Add Message struct and remove tons of interface boilerplate | David Robillard | 7 | -335/+265 | |
2017-12-16 | Clean up includes | David Robillard | 1 | -1/+0 | |
2017-12-16 | Use unbounded queue for client signals | David Robillard | 1 | -30/+16 | |
2017-04-12 | Refuse to start if driver requires a graph and one is not provided | David Robillard | 1 | -0/+9 | |
2017-04-12 | Fix const correctness | David Robillard | 1 | -1/+1 | |
2017-03-20 | Revert removal of DirectDriver and fix test suite | David Robillard | 1 | -0/+10 | |
2017-03-20 | Fix event timing and remove vestigial DirectDriver | David Robillard | 1 | -10/+0 | |
2017-03-20 | Fix round-trip preservation of property contexts | David Robillard | 12 | -80/+100 | |
2017-03-19 | Shrink status bar text and fix initial DSP load display | David Robillard | 2 | -3/+1 | |
2017-02-26 | Fix filtering by type in plugin selector | David Robillard | 2 | -4/+4 | |
2017-02-18 | Improve parallel analysis and execution algorithms | David Robillard | 3 | -8/+71 | |