summaryrefslogtreecommitdiffstats
path: root/ingen/Parser.hpp
AgeCommit message (Collapse)AuthorFilesLines
2020-08-02Move public headers to a separate include directoryDavid Robillard1-99/+0
This is more conventional and probably best practice (since it avoids polluting the include path with non-headers), and is supported by the clang-tidy llvm-header-guard check.
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
Fix invalid use of patch:request (use patch:sequenceNumber instead). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5781 a436a847-0d15-0410-975c-d299462d15a1
2015-10-24Fix loading recursive graphs in LV2David Robillard1-0/+9
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5776 a436a847-0d15-0410-975c-d299462d15a1
2015-04-04Update copyright dates.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1
2015-04-03Fix loading graphs with explicit/non-file URIs.David Robillard1-1/+22
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5650 a436a847-0d15-0410-975c-d299462d15a1
2015-03-02Fix compilation with -fvisibility=hidden.David Robillard1-1/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5611 a436a847-0d15-0410-975c-d299462d15a1
2015-02-24Demodularize Parser and Serialiser.David Robillard1-0/+67
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5606 a436a847-0d15-0410-975c-d299462d15a1