.. |
juce_analytics
|
Bump version number to 5.3.2
|
7 years ago |
juce_audio_basics
|
Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use
|
7 years ago |
juce_audio_devices
|
ASIO: Ensured that the parameters to ASIO's getChannels callback are always initialised
|
7 years ago |
juce_audio_formats
|
Added a couple of casts to some Ogg-Vorbis code to avoid the address-sanitiser complaining about bit shift ranges
|
7 years ago |
juce_audio_plugin_client
|
Vst2: Fixed typo in VST2 wrapper
|
7 years ago |
juce_audio_processors
|
Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use
|
7 years ago |
juce_audio_utils
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
juce_blocks_basics
|
Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use
|
7 years ago |
juce_box2d
|
Bump version number to 5.3.2
|
7 years ago |
juce_core
|
Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use
|
7 years ago |
juce_cryptography
|
Bump version number to 5.3.2
|
7 years ago |
juce_data_structures
|
Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use
|
7 years ago |
juce_dsp
|
Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use
|
7 years ago |
juce_events
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
juce_graphics
|
Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use
|
7 years ago |
juce_gui_basics
|
Fixed a windows warning in the previous commit
|
7 years ago |
juce_gui_extra
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
juce_opengl
|
Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use
|
7 years ago |
juce_osc
|
Fixed a couple of typos in comments
|
7 years ago |
juce_product_unlocking
|
Made the error message text in OnlineUnlockStatus customisable
|
7 years ago |
juce_video
|
Removed some legacy friend class declarations that are no longer needed with modern compilers
|
7 years ago |
JUCE Module Format.txt
|
Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set.
|
8 years ago |