summaryrefslogtreecommitdiffstats
path: root/ingen/Parser.hpp
AgeCommit message (Expand)AuthorFilesLines
2019-12-08Cleanup: Avoid parameter copying overheadDavid Robillard1-13/+13
2019-12-08Cleanup: Fix some includes and forward declarationsDavid Robillard1-2/+0
2019-03-09Clean up includes and forward declarationsDavid Robillard1-6/+8
2019-03-08Make parser take mandatory arguments by referenceDavid Robillard1-4/+4
2018-09-23Use lowercase namespace namesDavid Robillard1-2/+2
2018-01-21Clean up URI and path handling in parserDavid Robillard1-1/+0
2018-01-21Add FilePath class and remove use of glib path utilitiesDavid Robillard1-5/+6
2018-01-21Add URI class and remove use of Raul::URIDavid Robillard1-9/+10
2017-12-25Use std::move to potentially avoid copyingDavid Robillard1-2/+2
2017-12-25Remove trivial destructors and use default where possibleDavid Robillard1-2/+2
2017-12-24Clean up includes in public headersDavid Robillard1-4/+6
2017-02-15Move Properties out of ResourceDavid Robillard1-2/+0
2016-10-14Improve documentationDavid Robillard1-1/+1
2015-10-25Document protocolDavid Robillard1-1/+1
2015-10-24Fix loading recursive graphs in LV2David Robillard1-0/+9
2015-04-04Update copyright dates.David Robillard1-1/+1
2015-04-03Fix loading graphs with explicit/non-file URIs.David Robillard1-1/+22
2015-03-02Fix compilation with -fvisibility=hidden.David Robillard1-1/+2
2015-02-24Demodularize Parser and Serialiser.David Robillard1-0/+67