Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-14 | Use std::filesystem and std::make_unique | David Robillard | 1 | -2/+6 | |
2022-09-27 | Fix field shadowing | David Robillard | 1 | -3/+3 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 1 | -1/+1 | |
2021-01-02 | Update for latest raul | David Robillard | 1 | -6/+6 | |
2020-12-15 | Clean up includes in core and server | David Robillard | 1 | -1/+1 | |
2020-08-02 | Remove std::shared_ptr alias | David Robillard | 1 | -2/+2 | |
2020-08-02 | Rename memory utility header | David Robillard | 1 | -1/+1 | |
2020-08-02 | Move public headers to a separate include directory | David Robillard | 1 | -0/+106 | |
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 | 1 | -49/+0 | |
in top level). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4063 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-04-18 | Put engine code in new Ingen::Engine namespace. | David Robillard | 1 | -2/+0 | |
Put core interfaces in Ingen namespace (not Ingen::Shared). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3159 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-04-16 | Update copyright headers | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3153 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-04-16 | Squeeze blank lines and delete trailing whitespace. | David Robillard | 1 | -2/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3152 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-04-13 | Consistent local or installed includes for interface headers. | David Robillard | 1 | -0/+53 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3143 a436a847-0d15-0410-975c-d299462d15a1 |