1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-14 00:14:18 +00:00
JUCE/extras/Projucer/Source/Project
2018-06-26 14:06:52 +01:00
..
UI 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 2018-06-26 14:06:52 +01:00
jucer_Module.cpp Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
jucer_Module.h Projucer: Ensure that "Module Added" analytics events are only sent once and not sent when creating a new project 2018-04-09 09:57:45 +01:00
jucer_Project.cpp Replaced our VST2 interface headers with official VST3 SDK 2018-06-11 12:49:35 +01:00
jucer_Project.h Projucer: Mark modified files with an asterisk in the file tree panel 2018-05-21 17:03:46 +01:00
jucer_ProjectType.h Added support for building Unity native audio plugins on desktop platforms 2018-05-10 16:32:30 +01:00