summaryrefslogtreecommitdiffstats
path: root/src/libs/serialisation
AgeCommit message (Expand)AuthorFilesLines
2008-08-18Remove pointless predicates that are duplicates of exist well-known ones.David Robillard2-23/+32
2008-08-18Fix loading patches and importing patches inside nested patches.David Robillard1-9/+18
2008-08-18Fix serialisation of patcthes with internal nodes.David Robillard1-4/+2
2008-08-18Fix copy/paste between different patches.David Robillard2-7/+4
2008-08-18Fix loading / importing patches at root and in subpatches.David Robillard2-19/+37
2008-08-18More copy/paste and serialisation work.David Robillard2-50/+43
2008-08-17Copy/paste of patch ports.David Robillard2-7/+59
2008-08-17Copy/paste of connections.David Robillard2-27/+53
2008-08-17Select pasted objects.David Robillard1-8/+1
2008-08-17Set/send/etc properties through the engine.David Robillard2-3/+2
2008-08-17Don't pollute patch files with useless <foo> a :Plugin triples.David Robillard1-5/+0
2008-08-17Serialise connections as proper resources.David Robillard4-116/+47
2008-08-17More serialization work.David Robillard3-151/+237
2008-08-17Clean up parser into generic form that can parse anything (rather than just t...David Robillard4-89/+217
2008-08-17Replace imperative polyphony/polyphonic stuff with properties (kill more API).David Robillard1-1/+2
2008-08-17Rename 'Loader' 'Parser'.David Robillard5-29/+29
2008-08-17There!David Robillard2-29/+34
2008-08-17Cloooser...David Robillard1-6/+2
2008-08-16Closer...David Robillard1-2/+2
2008-08-16Begin factoring out common elements of EngineInterface and ClientInterface.David Robillard1-1/+1
2008-08-16Add missing Store.cpp.David Robillard4-42/+56
2008-08-16Properly write base URI when serializing a node or port.David Robillard1-0/+3
2008-08-16Reorganize two 'store' implementations, move header to shared module (prepare...David Robillard1-1/+1
2008-08-15Push serialiser down into core ('world').David Robillard3-12/+19
2008-08-15Make refresh more complete.David Robillard1-1/+1
2008-07-30Fix crash on ingen -e.David Robillard2-23/+23
2008-07-29Add converted Smack 909 patches.David Robillard1-2/+0
2008-07-29Bump Ingen librdf dependency to 1.0.8.David Robillard2-17/+25
2008-07-28Simply global memory management crap by using shared_ptr in the World struct ...David Robillard2-64/+62
2008-06-09Fix prompting for filename when patch is loaded from command line.David Robillard1-0/+4
2008-06-09Fix internal Patch->Patch connection loading.David Robillard1-0/+23
2008-06-09Serialiser cleanups.David Robillard1-9/+7
2008-05-23Don't set default value metadata if plugin didn't specify a default value.David Robillard1-1/+1
2008-05-20Fix "unable to create patch '/'" error when importing at root.David Robillard1-1/+2
2008-05-20Fix various problems with control port values.David Robillard1-1/+1
2008-04-30Fix Redland NULL node assertion failures when saving.David Robillard1-5/+14
2008-03-14More lenient patch loading.David Robillard1-13/+14
2008-02-17Fix SLV2 building from top level.David Robillard1-0/+2
2008-01-24Fix building within ingen tree.David Robillard1-1/+1
2008-01-23Remove unnecessary subst vars.David Robillard1-1/+0
2008-01-07Fix building.David Robillard1-1/+2
2008-01-06Remove raul dependency on liblo and redlandmm.David Robillard2-11/+15
2008-01-01RAUL code cleanup.David Robillard1-10/+11
2007-12-05Preliminary evolutionary stuff in machina.David Robillard1-4/+3
2007-12-01Clean up query code.David Robillard1-79/+79
2007-11-30Split redland C++ wrappers out from Raul.David Robillard5-93/+96
2007-11-05Add independent building stuff for ingen.David Robillard1-2/+1
2007-10-21Fix patch serialisation to a string.David Robillard2-6/+22
2007-10-13Dynamic polyphony fixes.David Robillard1-1/+5
2007-10-10Fix recursive patch problems (all objects recursively appearing as direct chi...David Robillard2-8/+11