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
/
AtomReader.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-23
Clean up includes and forward declarations
David Robillard
1
-1
/
+2
2022-12-14
Use std::optional
David Robillard
1
-16
/
+15
2022-09-27
Use braced init lists to avoid repeating return types
David Robillard
1
-3
/
+3
2022-08-18
Use a consistent style for FOREACH macros
David Robillard
1
-1
/
+1
2022-08-18
Fix include order
David Robillard
1
-1
/
+2
2022-08-18
Avoid "else" after "return", "break", and "continue"
David Robillard
1
-13
/
+29
2021-01-02
Update for latest raul
David Robillard
1
-10
/
+10
2020-08-03
Clean up includes
David Robillard
1
-1
/
+0
2020-08-02
Fix shadow warnings
David Robillard
1
-10
/
+8
2020-08-02
Add missing const
David Robillard
1
-3
/
+3
2020-08-01
Use modern casts
David Robillard
1
-29
/
+34
2020-02-26
Fix undo and redo when using a remote server
David Robillard
1
-0
/
+4
2019-12-08
Cleanup: Remove redundant branches
David Robillard
1
-4
/
+0
2019-12-08
Cleanup: Use "auto" to avoid repeating type names
David Robillard
1
-6
/
+6
2019-03-09
Clean up includes and forward declarations
David Robillard
1
-4
/
+15
2019-03-09
Localise dependency on boost::format and improve logging API
David Robillard
1
-7
/
+6
2018-09-29
Use nullptr
David Robillard
1
-3
/
+3
2018-09-23
Use lowercase namespace names
David Robillard
1
-7
/
+7
2018-09-22
Use new LV2 include paths
David Robillard
1
-1
/
+1
2018-01-21
Add URI class and remove use of Raul::URI
David Robillard
1
-15
/
+15
2018-01-21
Replace insert(make_pair(...)) with emplace
David Robillard
1
-2
/
+2
2017-12-25
Use nullptr
David Robillard
1
-20
/
+20
2017-12-24
Clean up includes in public headers
David Robillard
1
-0
/
+2
2017-12-16
Move sequence numbers into messages and simplify interfaces
David Robillard
1
-24
/
+24
2017-12-16
Fix serialization of bundle start and end
David Robillard
1
-4
/
+4
2017-03-20
Fix round-trip preservation of property contexts
David Robillard
1
-22
/
+47
2017-02-15
Move Properties out of Resource
David Robillard
1
-5
/
+5
2017-02-15
Move static path stuff to its own header
David Robillard
1
-2
/
+2
2016-10-14
Preserve bundles over atom transport
David Robillard
1
-0
/
+4
2016-10-02
Fix unit test responses and ensure events succeed
David Robillard
1
-2
/
+2
2016-08-01
Add missing includes
David Robillard
1
-0
/
+1
2016-07-30
Add undo support
David Robillard
1
-1
/
+5
2016-07-29
Remove Forge dependency from AtomReader
David Robillard
1
-12
/
+6
2015-10-26
Use URIDs almost everywhere
David Robillard
1
-5
/
+4
2015-10-25
Document protocol
David Robillard
1
-6
/
+6
2015-10-24
Zero-copy to/from driver ports where possible
David Robillard
1
-1
/
+1
2015-06-09
Server side loading.
David Robillard
1
-3
/
+3
2015-05-30
Preliminary server-side save support.
David Robillard
1
-0
/
+26
2015-04-10
Fix link error, maybe.
David Robillard
1
-2
/
+1
2015-04-04
Update copyright dates.
David Robillard
1
-1
/
+1
2015-03-16
Fix "no subject" errors when sending file paths.
David Robillard
1
-22
/
+42
2014-02-02
Disable responses in the usual case where the UI doesn't care.
David Robillard
1
-5
/
+1
2014-01-24
Update for latest LV2 Atom Object simplifications.
David Robillard
1
-7
/
+18
2014-01-07
Fix delta events (i.e. most communication) via atoms.
David Robillard
1
-1
/
+1
2013-12-17
Fix more const issues.
David Robillard
1
-1
/
+1
2013-02-23
Remove Raul::fmt wrapper, the last vestige of boost dependency for Raul.
David Robillard
1
-5
/
+4
2013-02-23
Move Atom implementation out of Raul so it can depend on LV2.
David Robillard
1
-3
/
+3
2013-01-11
C++11-safe conversions.
David Robillard
1
-1
/
+1
2013-01-10
Update for latest changes to LV2 patch extension (compact patch:Set message).
David Robillard
1
-11
/
+19
2012-12-29
"edge" => "arc".
David Robillard
1
-4
/
+4
[next]