1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules
reuk bf51d2c076
CMake: Use juce_add_modules to import modules from install tree
This change means that imported juce modules will be made available both
with and without a namespace prefix, e.g. `juce_core` and
`juce::juce_core` will both be created.

This change allows custom modules to specify dependencies without a
juce:: prefix, which allows the modules to be used with the Projucer, or
under CMake with JUCE in a subdirectory, or under CMake with JUCE
installed to the system.
2020-05-05 12:28:46 +01:00
..
juce_analytics Updated all license headers 2020-04-23 17:30:39 +01:00
juce_audio_basics Cleanup: Remove redundant inlines 2020-04-27 10:22:06 +01:00
juce_audio_devices Squashed some deprecation warnings on the latest iOS and macOS versions 2020-05-04 17:41:52 +01:00
juce_audio_formats MP3: Fixed a global buffer overflow and constexpr'd a few things 2020-05-04 17:42:25 +01:00
juce_audio_plugin_client VST3: Check if plugFrame is still valid in Linux fd callback to fix issue with hosts deleting plugFrame before calling removed() 2020-04-29 11:07:57 +01:00
juce_audio_processors VST3: Always destroy plug-in instances on the message thread 2020-05-04 17:42:56 +01:00
juce_audio_utils Cleanup: Remove redundant inlines 2020-04-27 10:22:06 +01:00
juce_blocks_basics Cleanup: Remove redundant inlines 2020-04-27 10:22:06 +01:00
juce_box2d Updated all license headers 2020-04-23 17:30:39 +01:00
juce_core Added HSL support to Colour and use Colour::fromHSL() when parsing SVG HSL colours 2020-04-27 14:26:41 +01:00
juce_cryptography Cleanup: Remove redundant inlines 2020-04-27 10:22:06 +01:00
juce_data_structures Updated all license headers 2020-04-23 17:30:39 +01:00
juce_dsp Cleanup: Remove redundant inlines 2020-04-27 10:22:06 +01:00
juce_events Cleanup: Remove redundant inlines 2020-04-27 10:22:06 +01:00
juce_graphics Fixed hue wrap-around for negative values in HSV/HSL colours 2020-04-30 16:49:32 +01:00
juce_gui_basics Squashed some deprecation warnings on the latest iOS and macOS versions 2020-05-04 17:41:52 +01:00
juce_gui_extra Whitespace 2020-04-30 16:49:23 +01:00
juce_opengl Cleanup: Remove redundant inlines 2020-04-27 10:22:06 +01:00
juce_osc Updated all license headers 2020-04-23 17:30:39 +01:00
juce_product_unlocking Cleanup: Remove redundant inlines 2020-04-27 10:22:06 +01:00
juce_video Squashed some deprecation warnings on the latest iOS and macOS versions 2020-05-04 17:41:52 +01:00
CMakeLists.txt CMake: Use juce_add_modules to import modules from install tree 2020-05-05 12:28:46 +01:00
JUCE Module Format.txt Fixed a typo 2019-09-24 12:41:33 +01:00