index
:
ingen.git
atom-cpp
fix-unused-parameter-warnings
groups
main
newparallel
nodeless
parallel
parallel-work
parameters
sequencefix
serd1
tasks
Ingen modular audio processor
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
serialisation
/
Serialiser.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-08
Server-side copy paste with LV2 state support.
David Robillard
1
-30
/
+9
2014-01-24
Remove redundant and unnecessary properties from saved graphs and protocol.
David Robillard
1
-9
/
+12
2014-01-18
Fix some minor issues found by clang.
David Robillard
1
-1
/
+1
2014-01-18
Consolidate URIs.
David Robillard
1
-1
/
+2
2013-12-27
Implement lv2:prototype.
David Robillard
1
-9
/
+2
2013-12-27
Log where graph bundles are saved.
David Robillard
1
-0
/
+2
2013-11-01
Remove unused typedefs.
David Robillard
1
-1
/
+0
2013-06-09
Fix saving of bad node URIs in state.
David Robillard
1
-3
/
+5
2013-02-23
Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.
David Robillard
1
-2
/
+2
2013-02-23
Move Atom implementation out of Raul so it can depend on LV2.
David Robillard
1
-1
/
+1
2013-02-03
Don't ignore symlink() return value.
David Robillard
1
-2
/
+9
2013-02-02
More generic Atom class.
David Robillard
1
-2
/
+2
2013-01-12
Remove Raul::SharedPtr and switch to std::shared_ptr.
David Robillard
1
-35
/
+35
2013-01-11
Use range-based for loops where possible.
David Robillard
1
-6
/
+5
2013-01-11
Use type safe enumerations.
David Robillard
1
-16
/
+16
2012-12-29
"edge" => "arc".
David Robillard
1
-21
/
+21
2012-11-22
Don't save control values for block output ports (fixes #868, "direction mism...
David Robillard
1
-0
/
+3
2012-11-18
Fix learn for Trigger and Internal nodes.
David Robillard
1
-2
/
+2
2012-08-19
GraphObject => Node
David Robillard
1
-52
/
+52
2012-08-19
Patch => Graph
David Robillard
1
-54
/
+54
2012-08-18
Node => Block
David Robillard
1
-58
/
+60
2012-08-17
Implement real logging system, LV2 log extension support, and purge evil/ugly...
David Robillard
1
-9
/
+7
2012-08-16
Remove all 'using namespace Raul'.
David Robillard
1
-9
/
+8
2012-08-16
Fix broken lv2:default saving and save current value as the lv2:default for c...
David Robillard
1
-3
/
+11
2012-08-14
Saner/faster Store interface for finding children.
David Robillard
1
-10
/
+8
2012-08-14
Update for latest Raul.
David Robillard
1
-8
/
+8
2012-08-12
Use ingen:root as the path for the root patch, opening up path space for engi...
David Robillard
1
-2
/
+2
2012-08-12
Stricter symbol construction and conversion.
David Robillard
1
-6
/
+7
2012-08-10
Fix a ton of warnings.
David Robillard
1
-17
/
+0
2012-07-31
Merge Ingen::Shared namespace into Ingen namespace and core libingen library.
David Robillard
1
-14
/
+13
2012-07-30
Eliminate pure virtual base classes Patch, Node, and Port, and the virtual in...
David Robillard
1
-70
/
+53
2012-06-13
Fix saving of control bindings.
David Robillard
1
-6
/
+10
2012-06-12
Add "expose" (to parent) operation for ports.
David Robillard
1
-11
/
+14
2012-05-23
Trim unnecessary includes.
David Robillard
1
-5
/
+2
2012-05-12
Get copy and paste working again.
David Robillard
1
-3
/
+9
2012-05-11
"Connection" => "Edge"
David Robillard
1
-18
/
+18
2012-05-11
Clean up and better document World interface.
David Robillard
1
-3
/
+3
2012-05-10
LV2URIMap => URIMap.
David Robillard
1
-3
/
+3
2012-05-02
Preliminary socket control interface, and ingen_cmd command line interface wh...
David Robillard
1
-1
/
+1
2012-04-28
Use "tail" and "head" terminology instead of "src_port" and "dst_port".
David Robillard
1
-2
/
+2
2012-04-28
Lint.
David Robillard
1
-1
/
+1
2012-04-26
Save properties with pretty numbers so normal LV2 tools can read patches.
David Robillard
1
-1
/
+3
2012-04-23
Use URI defines where possible.
David Robillard
1
-2
/
+4
2012-04-22
"Connection" => "Edge" and related terminology stuff.
David Robillard
1
-3
/
+3
2012-04-22
Fix crash when saving patches with subpatches.
David Robillard
1
-2
/
+1
2012-04-12
Use URI defines from LV2 headers where possible.
David Robillard
1
-5
/
+3
2012-04-11
Write port values in presets as pretty numbers.
David Robillard
1
-1
/
+1
2012-03-27
Squeeze blank lines.
David Robillard
1
-2
/
+0
2012-03-27
Switch to AGPL3+.
David Robillard
1
-16
/
+15
2012-03-19
Partially functioning communication between Ingen LV2 plugin and UI.
David Robillard
1
-53
/
+39
[next]