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
/
server
/
BufferFactory.hpp
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-18
Remove redundant "inline" specifiers
David Robillard
1
-1
/
+1
2022-08-18
Use consistent brace wrapping for namespaces
David Robillard
1
-1
/
+3
2022-08-18
Use consistent brace wrapping for class definitions
David Robillard
1
-1
/
+2
2022-08-18
Avoid "else" after "return", "break", and "continue"
David Robillard
1
-4
/
+8
2022-08-18
Use default member initialization
David Robillard
1
-5
/
+5
2022-08-18
Separate export macro definitions between modules
David Robillard
1
-2
/
+2
2021-01-02
Update for latest raul
David Robillard
1
-2
/
+2
2020-08-02
Fix include order
David Robillard
1
-1
/
+1
2019-12-08
Cleanup: Make methods static where possible
David Robillard
1
-1
/
+1
2019-03-09
Clean up includes and forward declarations
David Robillard
1
-10
/
+7
2018-09-23
Use lowercase namespace names
David Robillard
1
-4
/
+4
2017-02-12
Use smart pointers to handle real-time memory disposal
David Robillard
1
-1
/
+5
2016-12-14
Fix real-time issues with buffer allocation
David Robillard
1
-4
/
+14
2016-10-02
Replace Delay internal with simpler BlockDelay
David Robillard
1
-1
/
+3
2015-04-04
Update copyright dates.
David Robillard
1
-1
/
+1
2015-03-02
Fix compilation with -fvisibility=hidden.
David Robillard
1
-1
/
+2
2014-08-31
Use float sequences for sample-accurate control ports.
David Robillard
1
-1
/
+2
2013-12-17
Fix atom vector communication (patch from Robin Gareus, #941).
David Robillard
1
-1
/
+1
2013-02-23
Move Atom implementation out of Raul so it can depend on LV2.
David Robillard
1
-1
/
+1
2013-02-04
Replace Raul::thread with std::thread.
David Robillard
1
-4
/
+2
2013-01-27
Rename BufferFactory::get() to BufferFactory::get_buffer() for grepability.
David Robillard
1
-4
/
+4
2013-01-12
Remove Raul::SharedPtr and switch to std::shared_ptr.
David Robillard
1
-3
/
+3
2013-01-11
Use C++11 atomics.
David Robillard
1
-6
/
+6
2013-01-08
Add support for URID ports.
David Robillard
1
-0
/
+3
2012-08-12
Remove message context cruft.
David Robillard
1
-3
/
+2
2012-08-11
Vectorizable (by GCC with -ftree-vectorize) mixing and Buffer::set_block().
David Robillard
1
-1
/
+0
2012-08-08
Support latest LV2 buf-size extension.
David Robillard
1
-0
/
+2
2012-07-31
Merge Ingen::Shared namespace into Ingen namespace and core libingen library.
David Robillard
1
-10
/
+10
2012-05-23
Fix creation of several ports in rapid succession (e.g. on patch load).
David Robillard
1
-1
/
+1
2012-05-12
More work towards checking contexts via parameter rather than thread magic.
David Robillard
1
-1
/
+5
2012-05-11
Fix compilation with clang.
David Robillard
1
-2
/
+0
2012-05-11
Move Forge to the appropriate namespace.
David Robillard
1
-3
/
+3
2012-05-11
Clean up and better document World interface.
David Robillard
1
-11
/
+9
2012-04-28
Lint.
David Robillard
1
-1
/
+1
2012-04-23
Localise buffer reference stuff.
David Robillard
1
-6
/
+5
2012-04-23
Maybe fix boost compilation errors again.
David Robillard
1
-1
/
+1
2012-03-27
Squeeze blank lines.
David Robillard
1
-1
/
+0
2012-03-27
Switch to AGPL3+.
David Robillard
1
-16
/
+16
2012-03-19
Partially functioning communication between Ingen LV2 plugin and UI.
David Robillard
1
-17
/
+18
2012-03-12
Centralise atom creation in forge object.
David Robillard
1
-0
/
+1
2012-03-11
Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.
David Robillard
1
-1
/
+2
2011-10-22
Fix compilation on Mac OS X
David Robillard
1
-0
/
+2
2011-10-21
Separate URIs from LV2URIMap.
David Robillard
1
-7
/
+7
2011-10-06
Use an intrusive linked list for InputPort connections.
David Robillard
1
-3
/
+7
2011-10-03
Remove static PortType enumeration from public/client side interface.
David Robillard
1
-1
/
+1
2011-04-20
Rename Ingen::Engine to Ingen::Server (hopefully avoid odd name clases and fi...
David Robillard
1
-0
/
+92