summaryrefslogtreecommitdiffstats
path: root/src/libs/serialisation
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-08Build fixes.David Robillard3-30/+36
2007-10-08Added missing interface/Patch.hpp.David Robillard2-58/+51
2007-10-08s/MetadataMap/Variables/ etc.David Robillard3-21/+21
2007-10-08Dynamically load Serialiser from serialisation module, make it actually work,...David Robillard5-5/+26
2007-10-08Serializer -> Serialiser.David Robillard3-25/+25
2007-10-08Move Serializer from client lib to serialisation lib (engine or client side s...David Robillard3-3/+535
2007-10-08Fix serialization/connection bugs resulting from refactoring.David Robillard1-5/+5
2007-10-07Begin using shared virtual Node interface client side.David Robillard2-11/+12
2007-09-23Working LV2 UI control setting (including MIDI).David Robillard1-2/+3
2007-09-22Type oblivious set_port_value interface.David Robillard1-3/+5
2007-09-20Fix serialization of node polyphonic value.David Robillard1-27/+19
2007-09-20Cut down superfluous console output.David Robillard1-8/+5
2007-09-19Fix various serialization problems.David Robillard1-11/+29
2007-09-12Fix manually specifying polyphony in load patch dialog.David Robillard1-19/+30
2007-09-08Serialisation of patch enabled status.David Robillard1-107/+126
2007-07-29Build system fixes, building from top level doesn't recursively configure slv...David Robillard1-1/+1
2007-07-27Use uint32_t for num_ports (and poly), matches LV2 and size_t is excessive on...David Robillard1-4/+5
2007-07-26Fix recursive patch serialization (fix ticket 63).David Robillard1-4/+6
2007-07-26Add const find interface to Raul::Table, fix bugs.David Robillard2-4/+5
2007-07-24Consistently rename all C++ files .cpp/.hpp.David Robillard5-11/+11
2007-07-24Removed recursive autohell, except for SLv2.David Robillard1-2/+2
2007-07-05Completely irrelevant code tidying.David Robillard1-12/+12
2007-06-23Possible fix for serialisation in locales with , as decimal point.David Robillard1-0/+3
2007-05-02Added svn:ignore property to everything.David Robillard5-0/+486