60 Commits (b36b64a4822ec42c44682bc15c0f69b46d3812b5)

Author SHA1 Message Date
  hogliux 1845437fe1 Only moan about all-lowercase AU manufacturer codes 8 years ago
  hogliux eac52c9faf Fixed a bug in the projucer that would create incorrect post build scripts for AAX in certain situations 8 years ago
  hogliux 288e56de83 Fixed a bug in the Projucer that would incorrectly mark relative SDK paths as invalid even if they were valid 8 years ago
  hogliux 348dc1fa79 Fixed a bug where the Projucer would delete rsrc files in your ~/Library/Audio/Plug-Ins folder when re-saving audio plug-in projects 8 years ago
  hogliux a5e3b7ad1c Added check and warning when entering only lowercase AU plugin identifier codes 8 years ago
  hogliux 2a37ba034a Added gradle-wrapper when saving projects so that it is now possible to build from the command-line with "./gradlew" 8 years ago
  hogliux cdb7285011 Fixed AAX post build script to consider SDK paths containing whitespaces and already existing directories 8 years ago
  hogliux 773e7087cd Removed unecessary path seperators in MSVC post-build scripts 8 years ago
  tpoole 83d0854572 Added a microphone permission option to the iOS exporter 8 years ago
  hogliux 05b15c431d If the jucer file does not specify a macOS/iOS deployment target then default to the latest known working version 8 years ago
  jules 9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 8 years ago
  hogliux 48ac6347e1 Fixed the MSVC exporter to combine multiple internal post-build scripts of various plug-in formats 8 years ago
  hogliux ff40b46bf2 Added support for automatically creating AAX plugin bundles on Windows 8 years ago
  tpoole 28bb28a642 Fixed a trailing "\" bug in the VS intermediates path 8 years ago
  tpoole 9f31d6498a Use a bespoke VST2 interface 8 years ago
  ed 8e10f16eb8 Dialog window to ask whether to keep current project or re-load from disk when .jucer file changes 8 years ago
  hogliux 6fdb7e33bc Also add assembler files to MSVC projects 8 years ago
  hogliux 9e1edc7a6e Add support for hosting staticly compiled VSTs on all platforms 8 years ago
  hogliux ca62e560f3 Revert support for hosting your own VST bundles on iOS 8 years ago
  hogliux 05835ecfa1 Generate bitcode bundles on iOS 8 years ago
  hogliux c9aca28d00 Add pkg-config support for linux 9 years ago
  hogliux 70ed6eb69c Add original four-char code as comment next to hex literal in AppConfig.h 9 years ago
  hogliux b6f4d353e8 Avoid char literals in auto-generated AppConfig.h files 9 years ago
  stefan.graenitz 61e71eb1dc Add incremental linking option for Visual Studio exporters 9 years ago
  hogliux 54243ef0c0 Support hosting your own VST bundles on iOS 9 years ago
  hogliux e12c801846 Always add build scripts - even for Aggregate targets 9 years ago
  hogliux dbf915603d Fix RTAS support 9 years ago
  Timur Doumler 340f4ce9c5 Android exporter: set buildToolsVersion to 23.0.2 9 years ago
  Timur Doumler 908e1e93b9 Android Studio exporter: changed default toolchain back to clang (works again after Android Studio issue 207585 has been fixed in gradle-experimental wrapper version 0.7.0-rc1, and is the toolchain recommended by Google). 9 years ago
  Timur Doumler 0162c975dc Android exporter: update default settings to gradle-experimental:0.7.0-rc1 and build tools 23.0.2 (fixes linker errors with clang toolchain). 9 years ago
  jules d9e3cdac16 Removed a few references to var::null 9 years ago
  jules fe7ebbd663 Projucer: Updated the default Visual Studio version to 2015 9 years ago
  jules 1cbd0a005b Projucer: stopped files with certain extensions (e.g. txt) being automatically added to the Xcode resources 9 years ago
  Timur Doumler 0ef8bdb08f Android Studio exporter: fixed and refactored the way include paths are added to build.gradle. 9 years ago
  Timur Doumler 60478175d6 Android Studio exporter: changed default toolchain to gcc, as clang/libc++ seems to be broken with Android Studio 2.1 Beta 3 (at least on OS X and Windows). 9 years ago
  Timur Doumler 26d07eac98 Android Studio exporter: do not write a toolchainVersion into the build.gradle at all (not needed for either gcc or clang with Android Studio 2.1), to avoid failures in finding the toolchain. 9 years ago
  jules fad8d0526e Projucer: improved the set of browsable files that are added to target projects for each module 9 years ago
  hogliux 61b27593c5 Fix plug-in projects with whitespaces in their name 9 years ago
  jules e130ce1428 Projucer: fixed a suffix error when generating linux host projects 9 years ago
  Timur Doumler f2c50b8bd8 Android studio exporter: fixed include paths to work with new module format. 9 years ago
  Timur Doumler 71abee403a Android Studio exporter: added option to specify build tools option; fixed bug where projects would not load because of invalid buildToolsVersion in app/build.gradle. 9 years ago
  Timur Doumler bb1fe3dc8e Android Studio exporter: removed unused build setting. 9 years ago
  Timur Doumler 2fa6c2094e Fixed bug in Android Ant exporter due to mixed up build settings. 9 years ago
  Timur Doumler 1e41e3d11d Fixed bug in AAX/RTAS Xcode export: installation paths were mixed up. 9 years ago
  Timur Doumler 4b1cabb87d Minor refactoring, clean-up, whitespace. 9 years ago
  Timur Doumler 6d69f1b062 Added new Xcode option to strip of local symbols (off by default). 9 years ago
  Timur Doumler 37073c3ee0 Using static linking instead of a framework for the shared code of audio plug-ins on OS X. 9 years ago
  Timur Doumler b94d2810e7 Refactored Android exporters to use CachedValue and get rid of some bloat. Fixed a bug on the way where Android Studio was using target SDK 23 but Android Ant was using target SDK 11. 9 years ago
  jules e030a583c1 Projucer: fixes for binary paths and Android Studio 9 years ago
  jules 85a5dfb2e1 Projucer: corrected some help text 9 years ago