1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/extras/Projucer/Source
2018-09-04 14:16:36 +01:00
..
Application Projucer: Fixed a bug in last commit when running from the command line 2018-09-03 11:48:31 +01:00
BinaryData Added support for building Unity native audio plugins on desktop platforms 2018-05-10 16:32:30 +01:00
CodeEditor 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
ComponentEditor Increased shadowing warning level, and fixed a few warnings that were generated 2018-06-14 14:54:32 +01:00
Licenses Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01:00
LiveBuildEngine Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning 2018-08-23 14:15:28 +01:00
Project Projucer: Removed the per-exporter AAX and RTAS SDK and Android SDK/NDK path settings as well as the unused VST3 SDK setting as this was interfering with the embedded VST3 SDK path 2018-09-04 14:16:36 +01:00
ProjectSaving Projucer: Removed the per-exporter AAX and RTAS SDK and Android SDK/NDK path settings as well as the unused VST3 SDK setting as this was interfering with the embedded VST3 SDK path 2018-09-04 14:16:36 +01:00
Settings Projucer: Remove some unnecessary assertions from StoredSettings 2018-07-26 09:46:46 +01:00
Utility Projucer: Added an option to set the /MP (multi-processor compilation) option in the Visual Studio exporter 2018-09-03 10:19:44 +01:00
Wizards Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning 2018-08-23 14:15:28 +01:00