- Oct 24, 2016
-
-
Christopher Stawarz authored
-
Christopher Stawarz authored
Added Xcode project for OpenEphysHDF5Lib, which builds a shared library (libOpenEphysHDF5.dylib) and installs it in open-ephys.app/Contents/Frameworks. On macOS, the KWIKFormat plugin now links against libOpenEphysHDF5.dylib.
-
Christopher Stawarz authored
Added Xcode config files for building dylib's that are embedded in open-ephys.app/Contents/Frameworks
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
- Oct 14, 2016
-
-
Aarón Cuevas López authored
Symbol visibility fixes
-
Christopher Stawarz authored
Ensure that plugin entry points are always exported on macOS and Linux (otherwise, plugins won't load in macOS release builds)
-
Christopher Stawarz authored
-
- Oct 13, 2016
-
-
Josh Siegle authored
Mac build updates
-
- Oct 12, 2016
-
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
Christopher Stawarz authored
-
- Oct 07, 2016
- Sep 22, 2016
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Sep 21, 2016
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Sep 19, 2016
-
-
Aaron Cuevas Lopez authored
-
- Aug 30, 2016
-
-
Aaron Cuevas Lopez authored
-
- Aug 29, 2016
-
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
Aaron Cuevas Lopez authored
-
- Aug 28, 2016
-
-
Jakob Voigts authored
Fix Julia path and flags in Makefile
-
Galen Lynch authored
The Makefile of the JuliaProcessor plugin used absolute file paths, which prevented compilation. I have replaced the absolute path with a shell macro as suggested by Julia's embedding documentation. Fixing this revealed a second problem: the linker flags were incorrect. I have replaced the offedning flag '-ljulia' with build flags generated by julia, as per Julia's embedding docs. See issue #80
-
- Aug 25, 2016
-
-
Kirill authored
Added Plugin Generator. Updated to JUCE4.
-
- Aug 24, 2016
-
-
Aaron Cuevas Lopez authored
-
- Aug 22, 2016
-
-
Septen authored
-
- Aug 21, 2016
-
-
Septen authored
* Added possibility to auto-save/load parameters for each created plugin. * Some fixes needed for LookAndFeel code generation. * Fixed plugin type wasn't loaded correctly into PluginGenerator after restarting. * Fixed boolean parameters stored incorrect values inside. * Fixed some bugs with parameters.
-
- Aug 20, 2016
-
-
Septen authored
* Changed the order of plugin types at the enum definition. * Changed some plugin definition names to be more user friendly and to be consistent with OE GUI. * Removed "DataThread" plugin type from the "Plugin type" comboBox at the plugin creation page. Now to create DataThread plugin user should select "Processor" plugin type, then "Source" processor type and click "Use separate thread" button * Removed possibility to create "Utility" processors plugins since we don't want to let users create such types of plugins. * Removed possibility to generate editor and content component files for non-processor plugins since this feature was redundant. * Removed "Plugin" page from "Config" for non-processor plugins since they have no built-in parameters. * Added missing LookAndFeel related files to stage. * Refactoring.
-
Septen authored
-