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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-27
Fix field shadowing
David Robillard
1
-3
/
+3
2022-09-08
Make learned MIDI bindings channel specific
Loki Davison
1
-0
/
+1
2022-08-18
Fix whitespace
David Robillard
1
-2
/
+7
2022-08-18
Clean up special member functions
David Robillard
2
-1
/
+8
2022-08-18
Fix indentation
David Robillard
1
-8
/
+8
2022-08-18
Remove redundant "inline" specifiers
David Robillard
7
-40
/
+42
2022-08-18
Use consistent spacing for line comments
David Robillard
15
-32
/
+33
2022-08-18
Use consistent brace wrapping for namespaces
David Robillard
7
-7
/
+21
2022-08-18
Use consistent brace wrapping for class definitions
David Robillard
16
-21
/
+42
2022-08-18
Use consistent brace wrapping for struct definitions
David Robillard
4
-36
/
+19
2022-08-18
Use a consistent style for empty braces
David Robillard
2
-4
/
+2
2022-08-18
Avoid "else" after "return", "break", and "continue"
David Robillard
4
-9
/
+15
2022-08-18
Use default member initialization
David Robillard
7
-22
/
+20
2022-08-18
Make empty methods and trivial constructors noexcept
David Robillard
5
-12
/
+13
2022-08-18
Use auto when declaring iterators
David Robillard
2
-2
/
+2
2022-08-18
Switch to meson build system
David Robillard
2
-6
/
+7
2022-08-18
Separate export macro definitions between modules
David Robillard
3
-15
/
+45
2022-08-18
Clean up includes
David Robillard
5
-4
/
+3
2022-08-17
Fully declare special member functions
David Robillard
1
-1
/
+6
2021-06-04
Switch to C++14 and fix build with GCC 10
David Robillard
1
-7
/
+0
2021-01-02
Update for latest raul
David Robillard
27
-103
/
+103
2020-12-15
Clean up includes in client library
David Robillard
8
-22
/
+34
2020-12-15
Clean up includes in core and server
David Robillard
19
-19
/
+36
2020-08-03
Clean up includes
David Robillard
5
-3
/
+14
2020-08-02
Remove Raul::managed_ptr alias
David Robillard
1
-5
/
+0
2020-08-02
Remove std::shared_ptr alias
David Robillard
26
-216
/
+239
2020-08-02
Remove redundant pointer get() calls
David Robillard
1
-1
/
+1
2020-08-02
Use nullptr for empty smart pointers
David Robillard
5
-7
/
+7
2020-08-02
Remove std::unique_ptr alias
David Robillard
3
-6
/
+5
2020-08-02
Remove std::weak_ptr alias
David Robillard
1
-3
/
+0
2020-08-02
Rename memory utility header
David Robillard
24
-27
/
+27
2020-08-02
Fix shadow warnings
David Robillard
4
-12
/
+12
2020-08-02
Clean up URI map interface
David Robillard
1
-3
/
+20
2020-08-02
Add missing override specifiers
David Robillard
1
-1
/
+1
2020-08-02
Clean up include guards
David Robillard
10
-30
/
+30
2020-08-02
Move public headers to a separate include directory
David Robillard
55
-0
/
+5194
2012-03-15
Remove weird "include" directory and use standard style ("ingen" directory in...
David Robillard
37
-2943
/
+0
2012-03-15
Use host-provided URI-map for internally mapped URIs.
David Robillard
1
-1
/
+5
2012-03-14
Consistently map all URIs with the URI map.
David Robillard
1
-2
/
+3
2012-03-14
Remove silly/slow Quark::c_str() since Quark derives from a string type anyway.
David Robillard
1
-1
/
+0
2012-03-14
Use the host URI map/unmap when running as a plugin.
David Robillard
5
-22
/
+69
2012-03-12
Move bundle patch finding stuff to ingen_lv2.cpp and simplify it to not require
David Robillard
1
-15
/
+0
2012-03-12
Centralise atom creation in forge object.
David Robillard
6
-25
/
+18
2012-03-12
Unify event response mechanism and make it more appropriate for wire transmis...
David Robillard
4
-19
/
+90
2012-03-11
Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat.
David Robillard
2
-3
/
+7
2012-03-11
Implement state save/restore when Ingen is an LV2 plugin.
David Robillard
1
-2
/
+2
2012-03-11
Missing portion of previous commit (r4045).
David Robillard
1
-9
/
+19
2012-03-11
Fix UI response to property changes like port value (fix #779).
David Robillard
2
-11
/
+2
2012-03-10
Rename ingen:canvas-x and ingen:canvas-y to ingen:canvasX and ingen:canvasY t...
David Robillard
1
-2
/
+2
2012-03-10
Delete trailing whitespace.
David Robillard
3
-3
/
+3
[next]