1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

31 commits

Author SHA1 Message Date
Tom Poole
ec43e11abc VS2013: Removed the VS2013 exporter from the Projucer 2019-07-11 14:16:06 +01:00
Tom Poole
1fd9c2f282 Projucer: Added an "add recommended warning flags" checkbox to the exporters 2019-06-11 16:44:29 +01:00
jules
62ead7dc7d Added some overloads to OwnedArray to let items be added from std::unique_ptrs. Also removed OwnedArray::addIfNotAlreadyThere because it's ambiguous about whether the object should be deleted if it fails to be added! 2019-05-15 11:02:03 +01:00
ed
08798a9b72 Projucer: Updated ProjectExporter::getCurrentPlatformExporterName() to VS2019 on Windows 2019-04-18 15:30:27 +01:00
ed
d84b3d62bd Projucer: Added a VS2019 exporter 2019-02-21 14:52:16 +00:00
ed
b2e2346745 Projucer: Add an option to specify per-file compiler flags 2019-01-22 15:48:15 +00:00
ed
5b9f834fb3 Projucer: Display relative exporter specific SDK paths correctly 2018-11-27 16:08:27 +00:00
ed
725079f6bc Projucer: Add VST2 and VST3 SDK path options to project exporters if hosting is enabled 2018-11-27 14:32:23 +00:00
ed
fe49d69dfc Projucer: Added a "VST (Legacy) SDK" field to the global paths window and re-factored the global paths window a bit 2018-11-05 16:12:32 +00:00
ed
c4eb15eb21 Projucer: Refactored the global paths window and project exporters to use the new FilePathPropertyComponent 2018-10-22 16:42:22 +01:00
Tom Poole
6626462908 Projucer: Create icns files with a more modern format 2018-10-11 09:09:45 +01:00
jules
6fda0bffca Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
ed
38fcc1163d Projucer: Partially reverted commit ff263ec to allow per-project VST3/AAX/RTAS SDK path overrides 2018-09-05 15:50:12 +01:00
ed
ff263ecded 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
ed
f77c995b4d Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning 2018-08-23 14:15:28 +01:00
hogliux
cf4f12a452 Replaced our VST2 interface headers with official VST3 SDK 2018-06-11 12:49:35 +01:00
ed
527625b699 Added support for building Unity native audio plugins on desktop platforms 2018-05-10 16:32:30 +01:00
ed
5830193448 Projucer: Capitalised some property names 2018-05-09 11:27:03 +01:00
Tom Poole
ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
Tom Poole
4229dc0a4f Made a lot of ScopedPointer usage conform to the std::unique_ptr interface 2018-04-10 18:34:20 +01:00
ed
d728ca03b7 Projucer: Moved some methods out of MiscUtilities and into ProjectExporter 2018-03-20 15:02:34 +00:00
ed
58c02823c5 Projucer: Moved some methods into MiscUtilities 2018-03-12 15:16:26 +00:00
ed
c0c709f10b Projucer: More code cleanup 2018-01-17 14:42:58 +00:00
ed
b72a626516 Projucer: Updated all the exporters and the project settings to use the new ValueWithDefault class 2018-01-05 17:05:20 +00:00
jules
f85d706131 Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
jules
babea0885b Added a method ValueTree::appendChild(). Also tidied up a lot of the ValueTree comments, which were a bit scrappy. 2017-11-11 14:17:48 +00:00
tpoole
21315abce4 Projucer: Added beta CLion exporter support 2017-10-19 14:26:12 +01:00
ed
559ff6778b Projucer: Added a link-time optimisation option to all exporters 2017-10-11 16:19:29 +01:00
tpoole
e85d3aaf1f Renamed XCode to Xcode in multiple places 2017-10-06 09:54:32 +01:00
ed
c956b984c6 Projucer: Added a "Header search paths" field to the project settings page that will be used for all exporters 2017-09-29 16:53:28 +01:00
hogliux
54029e776d Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00
Renamed from extras/Projucer/Source/Project Saving/jucer_ProjectExporter.cpp (Browse further)