summaryrefslogtreecommitdiffstats
path: root/include/ingen/Status.hpp
AgeCommit message (Collapse)AuthorFilesLines
2022-08-18Remove redundant "inline" specifiersDavid Robillard1-1/+1
2020-08-02Move public headers to a separate include directoryDavid Robillard1-0/+92
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-15Remove weird "include" directory and use standard style ("ingen" directory ↵David Robillard1-81/+0
in top level). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4063 a436a847-0d15-0410-975c-d299462d15a1
2012-03-12Unify event response mechanism and make it more appropriate for wire ↵David Robillard1-0/+81
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