summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-16Properly support XDG_DATA_HOME and XDG_DATA_DIRSDavid Robillard2-16/+78
2019-03-09Clean up AtomForgeDavid Robillard7-158/+152
2019-03-09Make start_to_file() take a FilePath for type safetyDavid Robillard5-6/+8
2019-03-09Make Tee preserve interface order and act as a facade for the firstDavid Robillard1-4/+4
2019-03-09Fix misleading connect window labelDavid Robillard1-1/+1
2019-03-09Clean up includes and forward declarationsDavid Robillard248-1265/+1743
2019-03-09Remove clearlooks from style configurationDavid Robillard1-5/+0
2019-03-09Localise dependency on boost::format and improve logging APIDavid Robillard36-231/+271
2019-03-09Use smart pointers over manual memory managementDavid Robillard22-169/+132
2019-03-08Add make_shared and make_unique utilitiesDavid Robillard1-0/+14
2019-03-08Use smart pointers to manage World in programsDavid Robillard3-9/+7
2019-03-08Use smart pointers to handle FILE streamsDavid Robillard3-12/+15
2019-03-08Pass World everywhere by referenceDavid Robillard68-478/+472
2019-03-08Make parser take mandatory arguments by referenceDavid Robillard9-106/+106
2019-02-24Require LV2 1.16.0David Robillard1-1/+1
2019-01-12Update autowafDavid Robillard1-15/+39
2019-01-12Squashed 'waflib/' changes from 5ea8f99f..915dcb17David Robillard1-15/+39
2019-01-09Remove debug noiseDavid Robillard1-2/+0
2019-01-09Fix SocketWriter bundle delimitersDavid Robillard2-13/+17
2018-11-24Squashed 'waflib/' changes from 6e726eb1..5ea8f99fDavid Robillard531-63439/+60
2018-11-24Merge commit 'a7d83f19b08eb4c6f79a82fe60c2b86db13f4420'David Robillard1-25/+35
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
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
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