Age | Commit message (Collapse) | Author | Files | Lines |
|
This allows the LV2 source distribution to be used as an include path for
compilers and an LV2_PATH for applications, at the expense of self-contained
bundles. That's a nice idea, but it made LV2 itself weird and annoying to
depend on. This rearranges things so that directories in the source tree
correspond more closely to installation directories.
To make this possible, the "aux" directory in the documentation output has been
changed to "style", to avoid the reserved name "aux" on Windows.
|
|
|
|
|
|
|
|
These caused warnings in compilers where __GNUC__ is not defined. That could
be fixed, but it makes things quite ugly, these versions are quite old at this
point, and these features are just for developers. So, instead, simply check
the major version instead of the specific minor version to keep things terse.
|
|
This makes it feasible to merge the LV2 documentation into more broad
documentation in a meta-project.
|
|
|