153 Commits (433a82edee901b472b673d5318394a2c1fad0d8c)

Author SHA1 Message Date
  ed 3d04a23c0f Projucer: Only add the juce_audio_plugin_client module path to XCode's header search paths if it is included in the project 8 years ago
  ed 955b2aa71e Projucer: Made the default Windows target platform version 8.1 for VS2013 and VS2015 exporters and 10.0.15063.0 for VS2017 exporters 8 years ago
  jules 56a2ad4231 Projucer: Add various android project properties to the Android exporter to add custom resources and gradle dependencies 8 years ago
  jules 9b02982f4e Projucer: added support for Xcode's INFOPLIST_PREFIX_HEADER, INFOPLIST_PREPROCESS, INFOPLIST_PREPROCESSOR_DEFINITIONS to allow pre-processing of info plists 8 years ago
  ed 26596fbfad Projucer: Added default module search paths to the Projucer 8 years ago
  hogliux 2cdf30dd46 Android: Added external storage read/write permissions to RuntimePermissions class 8 years ago
  hogliux 762e96f91d Projucer: Added phony targets to Projucer generated makefiles 8 years ago
  hogliux 95aa44bbfc Projucer: Make it simpler to uncomment config flags with no specified value in JUCE's AppConfig.h by including the "1" in the define 8 years ago
  hogliux d6d5a18818 Projucer: Use 10.0.14393.0 platform target version by default for VS exporter 8 years ago
  hogliux 7673e4e0ad Ensured that consistent caps is used for preprocessor macro JucePlugin_Build_Standalone 8 years ago
  hogliux 7172e71b4a Projucer: Fixed duplicate backslash in Visual Studio output directory setting 8 years ago
  ed 51b15b1e9d Projucer: Added a call to isiOS() in ProjectExporter::mayCompileOnCurrentOS() when on mac 8 years ago
  hogliux 1e9be800c5 Projucer: Only add webkit2gtk-4 linux dependency if JUCE_WEB_BROWSER is actually enabled 8 years ago
  hogliux 14d7675c48 Projucer: Source code files for browsing are now added to the individual VS projects instead of the VS solution 8 years ago
  ed 90fbed7889 Projucer: Added an option when right-clicking on an exporter to save just the selected exporter 8 years ago
  hogliux c63fd17568 Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android 8 years ago
  ed 1a266e822b Projucer: The Projucer now adds a unique suffix to the target project folder of duplicate exporters and the 'selected exporter' drop-down now defaults to the first exporter that can launch the project if none were previously selected 8 years ago
  ed ff7cfb8824 Projucer: Moved a Thread::sleep() call that would be called every time a project was saved out of the Xcode exporter and only call it if saving and opening project in Xcode 8 years ago
  hogliux f0a1b0b5e6 Projucer: Added an error message if your activity class name contains underscores 8 years ago
  hogliux 3716bc6f66 Linux: Fixed an issue where the Makefile generated by the Projucer would not trigger recompilation when files were changed (Fixes #202) 8 years ago
  ed cf0e97fcc7 Projucer: Selected colour scheme is now stored and recalled. Multiple fixes for unreadable text in the GUI editor 8 years ago
  tpoole 359238f0ed Fixed a Projucer crash when saving projects with no targets 8 years ago
  jules 2f6fd99243 Projucer: Added an Xcode setting to control the Xcode USE_HEADERMAP flag, and disabled this by default to enforce compatibility with other compilers and IDEs. 8 years ago
  hogliux 9b7e944a54 Added a popup to the Projucer informing the user about the collection of analytics data 8 years ago
  hogliux ceab51f7c4 Made the Projucer's Windows target platform property chooser available to all Visual Studio exporters 8 years ago
  jules 7f5abd41b1 Projucer: Fixed a crash in the android exporter when VST3 is enabled 8 years ago
  hogliux adb5b542af Fixed a memory access bug with the previous commit 8 years ago
  hogliux 4c385e158c Added support for setting the Windows target platform version in VS2017 8 years ago
  hogliux d7d1a9a99e Call AAX CreatePackage.bat script correctly from post-build script to catch any errors 8 years ago
  jules 1820b41e77 Made the proxy module include files start with "include_" to distinguish them from the files they're including 8 years ago
  hogliux b5afccc37c Updated file headers and the README with the JUCE 5 license 8 years ago
  hogliux 7ed37f8600 Added the standard JUCE splash screen and app usage reporting 8 years ago
  hogliux 750ab85fe9 Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model. 8 years ago
  tpoole 837ac2143c Fixed iOS code sign entitlements bug 8 years ago
  hogliux e2f38312b6 Updated Projucer's default android plugin version to latest (2.3.1) 8 years ago
  tpoole 8f6fa6f6c7 Changed the JUCE modules from groups to folder references in Xcode 8 years ago
  tpoole 0b2257c53d Added Rez files to JuceLibraryCode so that they are compiled when not browsable 8 years ago
  hogliux c25457835e Added manifest file property to the Projucer's MSVC exporter 8 years ago
  tpoole cbc0ed304b Fixed Xcode VST3PluginFormat compiler warnings 8 years ago
  tpoole aceb07770d Updated Xcode compatibility to 8.3 8 years ago
  jules 44cd80969d A few C++11 modernisations and comment corrections 8 years ago
  jules 8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 8 years ago
  tpoole b3e5834a91 Removed the VS2010 and VS2012 exporters 8 years ago
  hogliux 96dcf64967 Added Projucer support for C++ language standard in VS 2017 8 years ago
  tpoole ca1b03a22d Minor style fixes 8 years ago
  hogliux 2ca5a9c32b Partially reverted fix for new VST3 SDK 3.6.7 by removing any dependency to VST2 SDK 8 years ago
  hogliux bcf743b33f Removed whitespace characters from MSVC project names 8 years ago
  hogliux bba9c7e9ed Added Visual Studio 2017 exporter to the Projucer 8 years ago
  hogliux 9c7ee8710a Added support for VST3 SDK 3.6.7 8 years ago
  hogliux c26f9f3720 Added Projucer option to select c++ language standard in Android exporter 8 years ago