index
:
jalv.git
fix-ctrl-c-hang
main
osx
serd1
ui-request-parameter
Jalv LV2 host
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-17
Avoid snprintf()
David Robillard
1
-1
/
+2
2022-08-17
Remove redundant struct tags
David Robillard
1
-3
/
+5
2022-08-17
Use C++14
David Robillard
1
-4
/
+4
2022-08-17
Remove unused member
David Robillard
2
-2
/
+0
2022-08-17
Separate JalvLog from Jalv
David Robillard
4
-7
/
+17
2022-08-17
Use a consistent interface for error/warning/debug logging
David Robillard
8
-77
/
+125
2022-08-17
Print status information consistently to stdout
David Robillard
2
-11
/
+7
2022-08-17
Gracefully handle realloc() failure
David Robillard
1
-4
/
+4
2022-08-17
Move REALTIME definition to jack.c
David Robillard
2
-6
/
+6
2022-08-17
Reduce dependence on jalv_internal.h
David Robillard
12
-16
/
+37
2022-08-17
Move JalvWorker definition to worker.h
David Robillard
2
-16
/
+34
2022-08-17
Remove Jalv back pointer from Worker
David Robillard
4
-20
/
+23
2022-08-17
Move Port definition to its own header
David Robillard
10
-17
/
+47
2022-08-17
Separate options.h from jalv_internal.h
David Robillard
9
-20
/
+45
2022-08-17
Move control-related type definitions to control.h
David Robillard
6
-55
/
+59
2022-08-17
Move JalvURIDs and JalvNodes to their own headers
David Robillard
10
-74
/
+120
2022-08-17
Remove Jalv back pointer from ControlID
David Robillard
5
-91
/
+127
2022-08-17
Clean up includes
David Robillard
3
-36
/
+6
2022-08-17
Clearly separate frontends from common internals
David Robillard
8
-88
/
+97
2022-08-17
Separate control.h from jalv_internal.h
David Robillard
5
-16
/
+44
2022-08-17
Separate ui.h from jalv_internal.h
David Robillard
6
-21
/
+48
2022-08-17
Separate backend.h from jalv_internal.h
David Robillard
5
-16
/
+42
2022-08-17
Separate state.h from jalv_internal.h
David Robillard
7
-43
/
+73
2022-08-17
Separate log.h from jalv_internal.h
David Robillard
7
-33
/
+65
2022-08-17
Adopt REUSE machine-readable licensing standard
David Robillard
22
-330
/
+44
2022-05-31
Fix build on MacOS
David Robillard
1
-0
/
+2
2022-05-30
Build Qt moc output as a separate object
David Robillard
2
-60
/
+119
2022-05-30
Move implementations out of shared header
David Robillard
2
-29
/
+40
2022-05-30
Fix MSVC build
David Robillard
1
-7
/
+7
2022-05-30
Remove use of VLAs
David Robillard
5
-11
/
+18
2022-05-29
Fix console interface build on Windows
David Robillard
1
-1
/
+11
2022-05-29
Fix build on MacOS
David Robillard
1
-0
/
+2
2022-05-27
Remove Gtkmm interface
David Robillard
1
-131
/
+0
2022-05-27
Add Gtk plugin selector UI
Alexandros Theodotou
6
-0
/
+142
2022-05-27
Use G_VALUE_INIT
David Robillard
1
-2
/
+2
2022-05-27
Remove double semicolons
David Robillard
1
-1
/
+1
2022-05-27
Clean up URI initialization code
David Robillard
1
-79
/
+76
2022-05-27
Remove redundant conditionals
David Robillard
1
-6
/
+2
2022-05-27
Move platform-specific terminal code out of headers
David Robillard
3
-26
/
+35
2022-05-27
Change no-menu short option to m to avoid clash with jack-name
David Robillard
1
-1
/
+1
2022-05-27
Add version option to console executable
David Robillard
2
-2
/
+19
2022-05-27
Fix crash when exiting without having set up a backend
David Robillard
1
-2
/
+6
2022-05-27
Flush stdout after printing control values
David Robillard
1
-0
/
+2
2022-05-27
Add missing option in console help output
David Robillard
1
-0
/
+1
2022-05-27
Sort options in help output by case-insensitive flag
David Robillard
1
-1
/
+1
2022-05-27
Gracefully handle attempt to schedule work with size 0
David Robillard
1
-0
/
+6
2022-05-27
Use consistent comment styles
David Robillard
10
-190
/
+171
2022-05-27
Format all code with clang-format
David Robillard
15
-4137
/
+4290
2022-05-27
Use "auto" to avoid repeating type names
David Robillard
2
-18
/
+19
2022-05-27
Use braced init lists
David Robillard
1
-5
/
+2
[prev]
[next]