summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-01-21Remove glib dependency from engine and core libraryDavid Robillard6-25/+44
2018-01-21Move Glib::thread_init to GUIDavid Robillard2-1/+1
2018-01-21Replace glib quarksDavid Robillard2-8/+32
2018-01-21Replace Glib::ModuleDavid Robillard5-32/+137
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard26-214/+837
2018-01-21Use C++ style includes for standard language headersDavid Robillard27-43/+36
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard130-626/+831
2018-01-21Replace insert(make_pair(...)) with emplaceDavid Robillard29-110/+89
2018-01-21Don't build libraries twice when testing is enabledDavid Robillard5-36/+9
2018-01-21Use new autowaf scoped test syntaxDavid Robillard1-21/+20
2018-01-17Fix connecting value sequences to CVDavid Robillard2-1/+1
2018-01-17Clean up Engine component memory management and trim include treeDavid Robillard16-120/+105
2018-01-16Add missing includesDavid Robillard8-0/+8
2018-01-16Move SocketListener details out of headerDavid Robillard2-24/+26
2018-01-16Add terse unique pointer type aliasDavid Robillard1-0/+3
2018-01-16Clean up includesDavid Robillard2-2/+4
2018-01-16Explicitly set language versionDavid Robillard1-0/+1
2018-01-16Upgrade to waf 2.0.4David Robillard1-6/+6
2018-01-16Fix build with C++11David Robillard4-3/+5
2018-01-06Fix compilation with some versions of boostDavid Robillard1-0/+2
2017-12-29Use clang-tidy for lintingDavid Robillard1-1/+18
2017-12-29Upgrade to waf 2.0.3David Robillard2-36/+36
2017-12-26Use delete to hide constructorsDavid Robillard1-2/+2
2017-12-25Use auto for iteratorsDavid Robillard25-56/+54
2017-12-25Avoid static construction exception warningDavid Robillard1-1/+1
2017-12-25Remove unused storeDavid Robillard1-1/+1
2017-12-25Use std::move to potentially avoid copyingDavid Robillard14-26/+26
2017-12-25Remove superfluous using namespace declarationsDavid Robillard56-155/+61
2017-12-25Always use bracesDavid Robillard44-185/+354
2017-12-25Use nullptrDavid Robillard83-369/+369
2017-12-25Fix inconsistent parameter namesDavid Robillard39-112/+111
2017-12-25Make single parameter destructors explicitDavid Robillard3-3/+3
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard31-75/+9
2017-12-25Use overrideDavid Robillard11-19/+19
2017-12-25Build clang compilation databaseDavid Robillard2-5/+6
2017-12-24Clean up includes in public headersDavid Robillard64-74/+191
2017-12-18Update wafDavid Robillard1-5/+5
2017-12-18Fix recursive type issues with some toolchainsDavid Robillard4-29/+30
2017-12-18Fix override specifiersDavid Robillard9-15/+17
2017-12-17Simplify TeeDavid Robillard2-28/+13
2017-12-16Make events take the corresponding message directlyDavid Robillard21-307/+319
2017-12-16Move sequence numbers into messages and simplify interfacesDavid Robillard13-122/+114
2017-12-16Adjust indices when ports are deletedDavid Robillard9-17/+110
2017-12-16Fix direction of test failure diffsDavid Robillard1-4/+4
2017-12-16Don't attempt to undo saving graphsDavid Robillard1-1/+3
2017-12-16Fix undo of deletions that remove connectionsDavid Robillard1-1/+1
2017-12-16Remove empty destructorDavid Robillard2-5/+0
2017-12-16Fix documentation warningsDavid Robillard3-2/+4
2017-12-16Add Message struct and remove tons of interface boilerplateDavid Robillard20-672/+485
2017-12-16Fix serialization of bundle start and endDavid Robillard1-4/+4