summaryrefslogtreecommitdiffstats
path: root/src/serialisation/Parser.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-23Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.David Robillard1-11/+11
2013-02-23Move Atom implementation out of Raul so it can depend on LV2.David Robillard1-2/+2
2013-02-02More generic Atom class.David Robillard1-3/+3
2013-01-11Use range-based for loops where possible.David Robillard1-6/+6
2013-01-11C++11-safe conversions.David Robillard1-1/+2
2012-12-29"edge" => "arc".David Robillard1-23/+31
2012-11-21Move Configuration from Raul to Ingen.David Robillard1-1/+6
2012-11-12Fix edge restoration in subgraphs (fix #864).David Robillard1-4/+5
2012-11-12Fix typo.David Robillard1-1/+1
2012-08-19GraphObject => NodeDavid Robillard1-47/+47
2012-08-19Patch => GraphDavid Robillard1-29/+29
2012-08-18Node => BlockDavid Robillard1-34/+37
2012-08-17Implement real logging system, LV2 log extension support, and purge evil/ugly...David Robillard1-36/+22
2012-08-16Remove all 'using namespace Raul'.David Robillard1-41/+41
2012-08-14Update for latest Raul.David Robillard1-20/+21
2012-08-13Remove dead code.David Robillard1-28/+0
2012-08-12Use ingen:root as the path for the root patch, opening up path space for engi...David Robillard1-13/+27
2012-08-12Stricter symbol construction and conversion.David Robillard1-2/+2
2012-08-12Fix memory leaks.David Robillard1-0/+3
2012-08-10Fix various const violations.David Robillard1-5/+7
2012-07-31Merge Ingen::Shared namespace into Ingen namespace and core libingen library.David Robillard1-33/+32
2012-05-17Remove pointless state and constructor from Parser.David Robillard1-5/+0
2012-05-17Eliminate static variable.David Robillard1-14/+18
2012-05-15Fix parsing of nested patches.David Robillard1-1/+4
2012-05-12Get copy and paste working again.David Robillard1-59/+70
2012-05-11Add missing includes.David Robillard1-0/+3
2012-05-11Clean up and better document World interface.David Robillard1-5/+5
2012-05-10Work towards translatable strings and a cleaner log interface.David Robillard1-7/+7
2012-05-10LV2URIMap => URIMap.David Robillard1-3/+3
2012-05-02Preliminary socket control interface, and ingen_cmd command line interface wh...David Robillard1-3/+3
2012-04-23Use URI defines where possible.David Robillard1-1/+1
2012-04-22"Connection" => "Edge" and related terminology stuff.David Robillard1-28/+28
2012-04-12Use URI defines from LV2 headers where possible.David Robillard1-5/+4
2012-03-27Squeeze blank lines.David Robillard1-2/+0
2012-03-27Switch to AGPL3+.David Robillard1-16/+15
2012-03-20Sshh.David Robillard1-6/+0
2012-03-19Partially functioning communication between Ingen LV2 plugin and UI.David Robillard1-37/+50
2012-03-16Merge ClientInterface and ServerInterface.David Robillard1-25/+25
2012-03-14Use the host URI map/unmap when running as a plugin.David Robillard1-0/+1
2012-03-12Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not requireDavid Robillard1-31/+0
2012-03-12Centralise atom creation in forge object.David Robillard1-8/+12
2012-03-10Delete trailing whitespace.David Robillard1-16/+16
2012-01-14Fix loading patches by relative path (fix #798).David Robillard1-4/+15
2011-12-10Fix crash on load and subsequent save.David Robillard1-1/+1
2011-10-22Fix serialisation.David Robillard1-17/+20
2011-10-22Simplify Parser.David Robillard1-104/+57
2011-10-21Move more headers to shared include directory.David Robillard1-1/+1
2011-10-21Separate URIs from LV2URIMap.David Robillard1-3/+3
2011-10-21Move World.hpp and Module.hpp to public include directory.David Robillard1-1/+1
2011-10-21Fix running as an LV2 plugin.David Robillard1-3/+8