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

318 commits

Author SHA1 Message Date
ed
653d94c7a0 Projucer: Pulled out the module and PIP header parsing methods into a single method 2018-10-18 11:06:15 +01:00
Tom Poole
885168568d Projucer: Enabled adding Xcode subprojects 2018-10-10 10:23:09 +01:00
jules
6fda0bffca Fixed some stray zeros that were still being passed as null pointers 2018-10-05 12:15:04 +01:00
Tom Poole
6f5b15e345 Projucer: Added a framework search path to the Xcode exporter 2018-09-06 20:02:24 +01:00
ed
9761a03334 Projucer: Made it possible to specify a semicolon-separated list of user modules paths to override the global default when generating a project from a PIP using the "--create-project-from-pip" command-line option 2018-09-06 17:10:20 +01:00
ed
06abfc16ce 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
ed
cd8c25b0c1 Projucer: Added an optional command-line argument when generating a project from a PIP to specify a JUCE modules directory to be used instead of the global default 2018-08-23 15:53:08 +01:00
ed
f77c995b4d Projucer: Refactored module scanning code and added AvailableModuleList class for asynchronous scanning 2018-08-23 14:15:28 +01:00
Tom Poole
235bbd46cf Projucer: Code tidy up 2018-07-12 10:07:50 +01:00
ed
a0493e67c1 Projucer: Don't attempt to parse empty file paths in FilePathPropertyComponent 2018-07-10 11:44:07 +01:00
jules
d9fa1c4602 Worked around some UB sanitiser warnings in Projucer 2018-07-04 09:15:15 +01:00
hogliux
fefbbc89b4 AU: Added an option to the Projucer to enable sandbox safe AUs (required for newer versions of GarageBand) 2018-06-26 16:16:12 +01:00
ed
bf8adbc29a Projucer: Added an option to set the path to the Android Studio executable in the "Global Paths" settings 2018-06-19 12:18:06 +01:00
hogliux
cf4f12a452 Replaced our VST2 interface headers with official VST3 SDK 2018-06-11 12:49:35 +01:00
Lukasz Kozakiewicz
70ad10155f Projucer: add option to Xcode exporter to embed a framework in an app bundle. 2018-05-17 15:40:16 +01:00
ed
527625b699 Added support for building Unity native audio plugins on desktop platforms 2018-05-10 16:32:30 +01:00
Lukasz Kozakiewicz
772185f2b0 Add camera support for iOS and Android. 2018-04-25 18:54:04 +02:00
ed
d53171f0e9 Add "Assets" folder as a custom resource folder in AUv3SynthPlugin example on Mac so that the AUv3 passes auval 2018-04-23 16:45:10 +01:00
ed
f29fa75477 Projucer: Fixed the "Don't Add Resources Folder to App Extension" setting in the iOS exporter so that it does what it says and added the option to the Mac exporter 2018-04-23 16:45:10 +01:00
Tom Poole
884f03aaa3 Added a missing plug-in capability when creating the AudioPluginDemo project 2018-04-23 12:33:17 +01:00
ed
040a3168f3 Projucer: Fix formatting in previous commit 2018-04-23 11:43:10 +01:00
ed
12b90421b4 Projucer: Set extra plugin formats and characteristics of PIP examples 2018-04-23 10:21:56 +01:00
Tom Poole
ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
ed
1060e3a0c2 Projucer: Use widget colour id for MultiChoicePropertyComponent button text 2018-04-19 14:36:23 +01:00
ed
728d28fdc0 Projucer: Always locally copy PIP files that are created from the clipboard so that they aren't deleted on shutdown 2018-04-11 14:45:40 +01:00
ed
16935088e1 Projucer: Fix linker error when building live-build DLL 2018-04-11 10:26:11 +01:00
ed
c9aebedfeb Projucer: Update PIPGenerator to use new plugin formats multi-choice var 2018-04-11 10:17:34 +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
jules
d691838765 Tidied up a few minor coding style discrepencies 2018-04-10 09:50:11 +01:00
ed
7d36760efd PIPs: Changed the Component Main.cpp wrapper to avoid a crash that would happen on quit when using the live-build engine on Windows 2018-04-09 10:43:03 +01:00
ed
8d952587a5 Projucer: Renamed the "Include BinaryData in AppConfig" project setting to "Include BinaryData in JuceHeader" so that it actually does what it says 2018-04-04 17:20:14 +01:00
jules
aeee6f4c33 Projucer: added a command-line flag --lf to make the whitespace and other file-generating tools use LF as linefeeds rather than CRLF 2018-04-03 12:58:12 +01:00
ed
629f2a2979 Projucer: Added options for setting the VST, VST3, AAX and RTAS categories and simplified the plug-in project settings with MultiChoicePropertyComponent 2018-03-28 15:59:34 +01:00
ed
89d1e60595 Ensure that TextPropertyComponent and ChoicePropertyComponent are updated when the ValueWithDefault default is changed 2018-03-27 14:31:17 +01:00
ed
01339a5365 Projucer: Moved the live-build settings into a separate CompileEngineSettings class and refactored some redundant code 2018-03-27 14:29:02 +01:00
ed
ea826db813 PIPs: Ensure that the assets directory is copied correctly for mobile examples 2018-03-23 10:56:15 +00:00
ed
d728ca03b7 Projucer: Moved some methods out of MiscUtilities and into ProjectExporter 2018-03-20 15:02:34 +00:00
ed
bbc0bdb29e Projucer: Ignore case in isValidExporterName() 2018-03-20 14:36:11 +00:00
ed
32789aec6c Projucer: Added getJUCEModules() and getJUCEExporters() methods to MiscUtilities and use getTargetFolderForExporter() for setting exporter's target locations 2018-03-20 13:00:04 +00:00
ed
1043ed897a Projucer: Fixed a typo in getTargetFolderForExporter() 2018-03-20 12:38:16 +00:00
ed
dbaca088b3 Projucer: Remove getJUCEExamplesDirectoryPathFromGlobal() from jucer_MiscUtilities.h 2018-03-16 15:56:06 +00:00
ed
977e173dc0 PIPs: Ignore system headers in replaceRelativeIncludesAndGetFilesToMove() 2018-03-16 12:29:15 +00:00
ed
da19cf36ab PIPs: Set the plugin manufacturer when generating an AudioProcessor PIP 2018-03-16 12:22:11 +00:00
ed
7d451b984a PIPs: Enable building VST and AU when generating an AudioProcessor PIP 2018-03-16 09:13:36 +00:00
ed
c596583e3b Projucer: Fixed a bug where PIP files not copied locally wouldn't initially be displayed in the code editor 2018-03-15 16:42:26 +00:00
ed
ef2d1fa9fd Projucer: Various fixes and improvements to PIPGenerator 2018-03-15 12:10:36 +00:00
ed
47af78fe0b Projucer: Implement PIPGenerator 2018-03-15 12:10:35 +00:00
ed
fa02112614 Projucer: Add PIPGenerator class 2018-03-15 12:10:35 +00:00
ed
9341f15c5f Projucer: Fixed a recursive bug that could occur when editing the text in FilePathPropertyComponent 2018-03-15 12:10:32 +00:00
ed
b3d35345e9 Projucer: Ensure that FilePathPropertyComponent text colour is updated when entering a path 2018-03-13 12:47:10 +00:00