Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Avoid C-style casts and some size type conversions | David Robillard | 1 | -2/+2 | |
Aside from the syntactic cast changes, reduces some size types to 32-bits, since they can never be so large in practice. This eliminates some type conversions and shaves a few bytes. | |||||
2023-09-23 | Clean up includes and forward declarations | David Robillard | 1 | -1/+0 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -1/+1 | |
2022-12-14 | Use std::optional | David Robillard | 1 | -4/+3 | |
2022-09-27 | Use std::make_unique | David Robillard | 1 | -2/+1 | |
2022-08-18 | Avoid "else" after "return", "break", and "continue" | David Robillard | 1 | -2/+6 | |
2022-08-18 | Switch to meson build system | David Robillard | 1 | -2/+2 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -5/+5 | |
2020-12-15 | Clean up includes in core and server | David Robillard | 1 | -0/+3 | |
2020-12-14 | Avoid "using namespace" | David Robillard | 1 | -35/+45 | |
2020-08-03 | Clean up includes | David Robillard | 1 | -1/+6 | |
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 | 1 | -3/+2 | |
2020-08-02 | Rename memory utility header | David Robillard | 1 | -1/+1 | |
2020-08-02 | Use standard C++ includes | David Robillard | 1 | -1/+1 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -8/+10 | |
2020-08-01 | Make set_bundle_path_from_code take a function pointer | David Robillard | 1 | -1/+2 | |
2020-07-18 | Add missing static specifiers | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -12/+14 | |
2019-03-09 | Localise dependency on boost::format and improve logging API | David Robillard | 1 | -3/+3 | |
2019-03-08 | Use smart pointers to manage World in programs | David Robillard | 1 | -1/+1 | |
2019-03-08 | Pass World everywhere by reference | David Robillard | 1 | -1/+1 | |
2019-03-08 | Make parser take mandatory arguments by reference | David Robillard | 1 | -1/+1 | |
2018-09-29 | Use nullptr | David Robillard | 1 | -1/+2 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -5/+5 | |
2018-01-21 | Remove glib dependency from engine and core library | David Robillard | 1 | -18/+20 | |
2018-01-21 | Move Glib::thread_init to GUI | David Robillard | 1 | -1/+0 | |
2018-01-21 | Use C++ style includes for standard language headers | David Robillard | 1 | -1/+1 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -9/+7 | |
2017-12-25 | Always use braces | David Robillard | 1 | -1/+2 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -3/+3 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -0/+1 | |
2017-12-16 | Use unbounded queue for client signals | David Robillard | 1 | -1/+1 | |
2017-04-12 | Replace use of Glib::usleep with standard facilities | David Robillard | 1 | -3/+3 | |
2017-04-12 | Manage world with a smart pointer | David Robillard | 1 | -10/+5 | |
2017-04-12 | Refuse to start if driver requires a graph and one is not provided | David Robillard | 1 | -1/+8 | |
2017-04-12 | Ensure thread count is sane | David Robillard | 1 | -0/+5 | |
2017-02-18 | Improve parallel analysis and execution algorithms | David Robillard | 1 | -1/+2 | |
2017-02-18 | Add experimental PortAudio driver | David Robillard | 1 | -3/+12 | |
2017-02-18 | Update copyright date | David Robillard | 1 | -1/+1 | |
2017-02-15 | Move static path stuff to its own header | David Robillard | 1 | -5/+5 | |
2017-02-12 | Fix warnings | David Robillard | 1 | -1/+1 | |
2016-10-01 | Save global options to options.ttl | David Robillard | 1 | -0/+5 | |
2016-08-17 | Rename main graph and control/notify ports | David Robillard | 1 | -5/+5 | |
2015-06-09 | Server side loading. | David Robillard | 1 | -2/+16 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5692 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-30 | Preliminary server-side save support. | David Robillard | 1 | -0/+16 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5690 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-25 | Use ingen:/ as base URI on the wire. | David Robillard | 1 | -1/+1 | |
This allows referring to non-graph items, which are converted to bundle-relative URIs on save, resolving issue #1049. Change root graph URI to ingen:/graph. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5687 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-05-23 | Prevent concurrent Sord access. | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5683 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-04 | Support GNU style long options. | David Robillard | 1 | -18/+12 | |
Update usage output and man page to distinguish flags from options that take a value. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5660 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-04 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5653 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2015-04-03 | Fix loading graphs with explicit/non-file URIs. | David Robillard | 1 | -2/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5650 a436a847-0d15-0410-975c-d299462d15a1 |