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/ProjectSaving
2018-07-03 11:51:13 +01:00
..
jucer_ProjectExport_Android.h 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
jucer_ProjectExport_CLion.h 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
jucer_ProjectExport_CodeBlocks.h 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
jucer_ProjectExport_Make.h 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
jucer_ProjectExport_MSVC.h 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
jucer_ProjectExport_Xcode.h 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
jucer_ProjectExporter.cpp Replaced our VST2 interface headers with official VST3 SDK 2018-06-11 12:49:35 +01:00
jucer_ProjectExporter.h 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_ProjectSaver.cpp Added support for building Unity native audio plugins on desktop platforms 2018-05-10 16:32:30 +01:00
jucer_ProjectSaver.h Added support for building Unity native audio plugins on desktop platforms 2018-05-10 16:32:30 +01:00
jucer_ResourceFile.cpp Projucer: Removed noexcept specifier from BinaryData methods for VS2013 compatibility 2018-04-17 08:40:36 +01:00
jucer_ResourceFile.h Projucer: More code cleanup 2018-01-17 14:42:58 +00:00