summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-01-12Rewrite Atomatom-cppDavid Robillard2-111/+100
2019-01-12Rename Atom::get_body to Atom::body and use Atom::ptr consistentlyDavid Robillard12-24/+24
2019-01-12Reduce port memory overheadDavid Robillard8-37/+37
2019-01-12Use LV2 atom forge C++ bindingsDavid Robillard10-210/+163
2019-01-09Remove debug noiseDavid Robillard1-2/+0
2019-01-09Fix SocketWriter bundle delimitersDavid Robillard2-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-24Merge commit 'a7d83f19b08eb4c6f79a82fe60c2b86db13f4420'David Robillard1-25/+35
2018-11-24Squashed 'waflib/' changes from 6e726eb1..5ea8f99fDavid Robillard531-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-09-30Update empty test bundleDavid Robillard2-5/+3
2018-09-30Fix order of test failure diffsDavid Robillard1-4/+4
2018-09-29Use nullptrDavid Robillard22-39/+46
2018-09-23Clean up property parsingDavid Robillard1-48/+30
2018-09-23Parse overridden properties with a single PUTDavid Robillard1-4/+10
2018-09-23Fix copy/paste of portsDavid Robillard4-6/+78
2018-09-23Allow context to be passed for serialisationDavid Robillard2-5/+6
2018-09-23Enforce that arc buffer can only be accessed in run contextDavid Robillard3-6/+6
2018-09-23Instantiate duplicated internals with correct parent graphDavid Robillard1-1/+1
2018-09-23Use override specifiersDavid Robillard67-295/+304
2018-09-23Use lowercase namespace namesDavid Robillard269-1493/+1493
2018-09-22Use new LV2 include pathsDavid Robillard59-105/+105
2018-09-16Squashed 'waflib/' changes from 982416b8..6e726eb1David Robillard1-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-16Hide warnings from Gtk librariesDavid Robillard1-4/+4
2018-09-16Remove checks for ancient GtkmmDavid Robillard3-8/+0
2018-09-16Fix accidental case fall-throughDavid Robillard1-0/+1
2018-09-16Clean up wscriptDavid Robillard1-45/+34
2018-09-15Switch to using bundled waf sourceDavid Robillard1-162/+9
2018-09-15Merge commit 'eede9648d50c3750f6f8d1319a79dd76d7f10b55' as 'waflib'David Robillard182-0/+41453
2018-09-15Squashed 'waflib/' content from commit 982416b8David Robillard182-0/+41453
git-subtree-dir: waflib git-subtree-split: 982416b8a6c6728e200243e1be3ab60435c08830
2018-09-13Fix compilation with GCC 7David Robillard1-7/+2
2018-09-04Fix unintentional fall-throughDavid Robillard1-0/+1
2018-09-04Fix catch of polymorphic exception by valueDavid Robillard1-1/+1
2018-09-04Remove pointless type qualifiersDavid Robillard2-5/+5
2018-09-04Remove dynamic exception specificationsDavid Robillard4-18/+20
2018-08-07Add gitattributes fileDavid Robillard1-0/+1
2018-08-07Use serd_freeDavid Robillard2-2/+2
2018-03-08Fix cut/copy/paste of arcsDavid Robillard1-2/+4
2018-01-22Speed up animation and update GUI at 30HzDavid Robillard3-7/+6
2018-01-22Only enqueue messages when the engine is remoteDavid Robillard8-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-21Avoid unnecessary move warningsDavid Robillard1-1/+1
2018-01-21Fix mismatched struct/class declarationsDavid Robillard1-2/+2
2018-01-21Clean up URI and path handling in SerialiserDavid Robillard1-25/+22
2018-01-21Work around Jack returning NULL buffersDavid Robillard2-3/+15
2018-01-21Clean up Buffer class and factor out allocationDavid Robillard2-35/+36
2018-01-21Allow custom deleters to be used with UPtrDavid Robillard1-4/+8
2018-01-21Fix mismatched malloc/deleteDavid Robillard1-1/+3
2018-01-21Read port index if requested regardless of contextDavid Robillard1-1/+1
2018-01-21Clean up URI and path handling in parserDavid Robillard4-71/+67
2018-01-21Avoid string copyDavid Robillard1-1/+3
2018-01-21Fix newlines in parser error messagesDavid Robillard1-6/+6
2018-01-21Remove glib dependency from engine and core libraryDavid Robillard6-25/+44