Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-02-12 | Fix spellingHEADmain | David Robillard | 1 | -1/+1 | |
2025-02-10 | Clean up includes and forward declarations | David Robillard | 3 | -4/+1 | |
2024-11-24 | Remove IWYU pragmas that no longer seem necessary | David Robillard | 1 | -3/+1 | |
In a few cases here, we could get away with just a forward declaration but IWYU can't figure it out. Since this isn't a huge deal, just do what the tool says, since it's overall less hassle to just do what it says. | |||||
2024-11-24 | Use angle brackets for library includes | David Robillard | 10 | -61/+61 | |
2024-10-26 | Fix line wrapping in comments | David Robillard | 1 | -1/+1 | |
2024-10-11 | Call std::terminate() directly instead of rethrowing nothing | David Robillard | 1 | -2/+2 | |
2024-10-11 | Remove redundant method override | David Robillard | 1 | -1/+0 | |
2024-07-17 | Clean up includes and forward declarations | David Robillard | 1 | -7/+2 | |
According to include-what-you-use 0.22 on LLVM 18, anyway. Most of the changes seem vaguely reasonable, so as usual, just go with what the tool says because it's most useful when reports are typically clean. | |||||
2023-05-12 | Fix const correctness | David Robillard | 1 | -1/+1 | |
2023-05-12 | Fix include guard | David Robillard | 1 | -3/+3 | |
2022-12-14 | Concatenate nested namespaces | David Robillard | 2 | -8/+4 | |
2022-08-18 | Remove redundant "inline" specifiers | David Robillard | 1 | -5/+5 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 2 | -8/+9 | |
2022-08-18 | Use consistent brace wrapping for class definitions | David Robillard | 1 | -1/+2 | |
2022-08-18 | Use a consistent style for empty braces | David Robillard | 1 | -2/+1 | |
2022-08-18 | Use default member initialization | David Robillard | 2 | -6/+6 | |
2022-08-18 | Make empty methods and trivial constructors noexcept | David Robillard | 1 | -7/+7 | |
2022-08-18 | Separate export macro definitions between modules | David Robillard | 1 | -0/+31 | |
2022-08-18 | Clean up includes | David Robillard | 2 | -1/+2 | |
2021-01-02 | Update for latest raul | David Robillard | 8 | -34/+34 | |
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 | 1 | -0/+8 | |
2020-08-03 | Clean up includes | David Robillard | 3 | -3/+12 | |
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check. | |||||
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 9 | -128/+136 | |
2020-08-02 | Remove redundant pointer get() calls | David Robillard | 1 | -1/+1 | |
2020-08-02 | Use nullptr for empty smart pointers | David Robillard | 1 | -1/+1 | |
2020-08-02 | Rename memory utility header | David Robillard | 8 | -8/+8 | |
2020-08-02 | Fix shadow warnings | David Robillard | 1 | -2/+2 | |
2020-08-02 | Add missing override specifiers | David Robillard | 1 | -1/+1 | |
2020-08-02 | Move public headers to a separate include directory | David Robillard | 11 | -0/+1011 | |
This is more conventional and probably best practice (since it avoids polluting the include path with non-headers), and is supported by the clang-tidy llvm-header-guard check. | |||||
2012-03-15 | Remove weird "include" directory and use standard style ("ingen" directory ↵ | David Robillard | 11 | -1134/+0 | |
in top level). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4063 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-14 | Use the host URI map/unmap when running as a plugin. | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4058 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-12 | Centralise atom creation in forge object. | David Robillard | 1 | -5/+4 | |
Aside from being more greppable and making realtime violations more obvious, this is a step towards using LV2 atoms internally (which needs a factory since the type numbers are dynamic). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4054 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-12 | Unify event response mechanism and make it more appropriate for wire ↵ | David Robillard | 2 | -16/+7 | |
transmission. The downside being more cryptic error messages until the client side error reporting stuff gets more fancy, but the important part is that belongs client side. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4053 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-11 | Implement cv:CVPort (fix #790). Not well-tested, but at least works somewhat. | David Robillard | 1 | -1/+4 | |
Use new style LV2 URI defines (and fix invalid atom URIs). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4050 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-11 | Fix UI response to property changes like port value (fix #779). | David Robillard | 2 | -11/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4045 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-10 | Delete trailing whitespace. | David Robillard | 2 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4041 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-10-22 | Fix compilation on Mac OS X | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3591 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-10-21 | Move uri() to CommonInterface. | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3575 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-10-21 | Move more headers to shared include directory. | David Robillard | 4 | -5/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3566 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-10-21 | Separate URIs from LV2URIMap. | David Robillard | 6 | -16/+15 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3564 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-10-21 | Move World.hpp and Module.hpp to public include directory. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3560 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-10-03 | Remove static PortType enumeration from public/client side interface. | David Robillard | 2 | -10/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3523 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-10-01 | Support inline display of HTML LV2 documentation via WebKit. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3515 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-09-24 | Only store patch canvas coordinates in containing patch. | David Robillard | 1 | -3/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3483 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-09-23 | Fix broken iterator use (memory errors on erase) in ResourceImpl::set_property. | David Robillard | 2 | -5/+5 | |
Load all required modules before starting jack (Jack went crazy sometimes otherwise, particularly with ingen running in gdb). Fix insane non-const reference return to Resource::set_property. Exit cleanly on interrupt (Ctrl-C) and terminate (kill). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3480 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-09-23 | Don't prompt for save location when path is already known from previous save ↵ | David Robillard | 2 | -2/+5 | |
or load. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3476 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-09-23 | Animate audio port colours based on levels. | David Robillard | 4 | -8/+8 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3475 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-09-14 | Support lv2:sampleRate controls (mostly) correctly. | David Robillard | 2 | -3/+4 | |
Fix initial control port values (was always 0.0). Fix numeric values in control window. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3460 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-05-30 | From 4c3bf5cdacc7072b96794e873a41047f00ae6126 Mon Sep 17 00:00:00 2001 | David Robillard | 1 | -4/+0 | |
From: Paul Giblock <pgiblox@gmail.com> Date: Sat, 28 May 2011 08:22:36 -0400 Subject: [PATCH] Remove undefined functions in ClientStore My compiler can't find references to these functions, neither can I. --- include/ingen/client/ClientStore.hpp | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/include/ingen/client/ClientStore.hpp b/include/ingen/client/ClientStore.hpp index 5eaae46..0117a0e 100644 git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3342 a436a847-0d15-0410-975c-d299462d15a1 |