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
/
Serialiser.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-08
Cleanup: Add missing explicit initialisations
David Robillard
1
-0
/
+1
2019-12-08
Cleanup: Remove redundant string initialisations
David Robillard
1
-1
/
+1
2019-12-08
Cleanup: Add missing copy and assignment method declarations
David Robillard
1
-0
/
+5
2019-12-08
Cleanup: Use "default" for default constructors and destructors
David Robillard
1
-2
/
+1
2019-12-08
Cleanup: Avoid parameter copying overhead
David Robillard
1
-28
/
+28
2019-03-09
Make start_to_file() take a FilePath for type safety
David Robillard
1
-1
/
+1
2019-03-09
Clean up includes and forward declarations
David Robillard
1
-9
/
+17
2019-03-09
Localise dependency on boost::format and improve logging API
David Robillard
1
-3
/
+3
2019-03-09
Use smart pointers over manual memory management
David Robillard
1
-4
/
+2
2018-09-23
Allow context to be passed for serialisation
David Robillard
1
-4
/
+3
2018-09-23
Use lowercase namespace names
David Robillard
1
-3
/
+3
2018-09-22
Use new LV2 include paths
David Robillard
1
-2
/
+2
2018-09-04
Remove dynamic exception specifications
David Robillard
1
-5
/
+2
2018-01-21
Clean up URI and path handling in Serialiser
David Robillard
1
-25
/
+22
2018-01-21
Add FilePath class and remove use of glib path utilities
David Robillard
1
-46
/
+31
2018-01-21
Use C++ style includes for standard language headers
David Robillard
1
-3
/
+2
2018-01-21
Add URI class and remove use of Raul::URI
David Robillard
1
-27
/
+25
2018-01-21
Replace insert(make_pair(...)) with emplace
David Robillard
1
-1
/
+1
2017-12-25
Remove superfluous using namespace declarations
David Robillard
1
-3
/
+1
2017-12-25
Always use braces
David Robillard
1
-5
/
+10
2017-12-25
Use nullptr
David Robillard
1
-3
/
+3
2017-12-25
Fix inconsistent parameter names
David Robillard
1
-11
/
+11
2017-12-24
Clean up includes in public headers
David Robillard
1
-0
/
+1
2017-02-15
Move Properties out of Resource
David Robillard
1
-9
/
+7
2016-10-06
Add plugin state saving
David Robillard
1
-1
/
+15
2016-10-02
Fix saving and loading subgraphs
David Robillard
1
-3
/
+4
2016-10-02
Fix default doap:name of saved graphs
David Robillard
1
-3
/
+10
2016-08-17
Rename main graph and control/notify ports
David Robillard
1
-18
/
+17
2016-07-29
Save bundled graphs to graph.ttl by default
David Robillard
1
-11
/
+6
2015-12-04
Omit extension from default doap:name for graphs
David Robillard
1
-1
/
+2
2015-10-25
Fix saving and loading of copy-pasted blocks
David Robillard
1
-4
/
+4
2015-10-24
Fix subgraph serialisation
David Robillard
1
-0
/
+1
2015-08-29
Save plugin version information in bundles.
David Robillard
1
-4
/
+50
2015-08-12
Server-side presets.
David Robillard
1
-1
/
+0
2015-05-25
Use ingen:/ as base URI on the wire.
David Robillard
1
-4
/
+16
2015-04-05
Don't save symbol (problematic on save as).
David Robillard
1
-19
/
+4
2015-04-04
Update copyright dates.
David Robillard
1
-1
/
+1
2015-04-03
Use lv2:prototype and deprecate ingen:prototype.
David Robillard
1
-1
/
+1
2015-02-24
Demodularize Parser and Serialiser.
David Robillard
1
-0
/
+545