CapRat
f465fee1f4
Moved Functions to main CMakeLists.txt and changed Style to normal CMake
style.
6 years ago
CapRat
6e8577130e
Fix standalone LV2. To run smoothly cmake add directly
DISHRO_WANT_DIRECT_ACESS if needed, so there is no need to extra include
it in Headerfile. Fix some style things(more will follow)
6 years ago
CapRat
8c40e0c3f4
Added support for cmake Status Variables, which indicates, which plugin
can be build.
Also added stuff to build with visual Studio. The new changes in the
code, are just because array allocation with dynamic variables arent iso
c++. So That wont work in MSVC... No Comment on that -> Microsoft <3 ...
yeah , but enough of that. It works und MSVC on windows. MinGW does
compile, but somehow windows cant load the library, except its built
with minGW... So Tracktion says no to the Plugin with MinGW :/ See if i
can fix that.
6 years ago
CapRat
cc1cfc7fde
Add optional Installtarget and build all DSSI Targets.
6 years ago
Benjamin
ba420940ec
First ready to use CMake Port, there are some Problems with DSSI
6 years ago
falkTX
335cb08628
Fix build without set-DGL-namespace
6 years ago
falkTX
14b4536aad
Reorder some code and add stubs for HaikuOS support
Signed-off-by: falkTX <falktx@falktx.com>
6 years ago
falkTX
f609e5c3a1
Put CairoUI's metadata in consistency with the rest of examples
Signed-off-by: falkTX <falktx@gmail.com>
6 years ago
JP Cimalando
409c581f29
Widget drawing with cairo in local coordinates
7 years ago
JP Cimalando
943d9cdc1f
Cairo example ( #108 )
* Rewrite the Cairo example in matching code style
* Use of ScopedPointer in the Cairo example
7 years ago
JP Cimalando
09d9de8ba9
Fix a few more warnings
7 years ago
JP Cimalando
524dcfee15
Eliminate some warnings in the CairoUI example
7 years ago
JP Cimalando
311ff940b6
Relicense the Cairo plugin demo as ISC
7 years ago
falkTX
7bf7a04f47
Add CairoUI plugin example, WIP
Signed-off-by: falkTX <falktx@gmail.com>
7 years ago