tpoole
|
da3f3a8eac
|
Fixed bug creating dynamic libraries with the Linux Makefile and Code::Blocks exporters
|
2017-01-12 11:54:51 +00:00 |
|
tpoole
|
7d4d853067
|
Fixed AAX SDK relative path bug on Windows
|
2017-01-09 12:16:42 +00:00 |
|
tpoole
|
25e72a71b9
|
Fixed some issues with the Linux Code::Blocks exporter
|
2017-01-04 11:16:30 +00:00 |
|
hogliux
|
b1d3069464
|
Added a new Projucer Xcode target option "Keep custom Xcode schemes" to force the Projucer to not delete your scheme files
|
2016-12-19 16:12:02 +00:00 |
|
hogliux
|
7a02a83bf0
|
Make sure that the OSX SDK is new enough when compiling AUv3 targets
|
2016-12-19 16:11:55 +00:00 |
|
hogliux
|
32db13e0d5
|
CPP/C/CXX/LDFLAGS should be appended to JUCE_CPPFLAGS etc. in linux makefiles
|
2016-12-19 15:34:49 +00:00 |
|
hogliux
|
cab4569849
|
Fixed a typo which lead the MSVC exporter to incorrectly recognize absolute AAX SDK paths
|
2016-12-16 10:17:24 +00:00 |
|
hogliux
|
ffc687afdc
|
Added TargetExt vcxproj property to MSVC
|
2016-12-07 11:16:22 +00:00 |
|
tpoole
|
8cd578b0c6
|
Added the ability to set a custom BinaryData namespace in the Projucer
|
2016-12-06 10:11:39 +00:00 |
|
hogliux
|
1845437fe1
|
Only moan about all-lowercase AU manufacturer codes
|
2016-10-27 09:52:42 +01:00 |
|
hogliux
|
eac52c9faf
|
Fixed a bug in the projucer that would create incorrect post build scripts for AAX in certain situations
|
2016-10-20 17:44:15 +01:00 |
|
hogliux
|
288e56de83
|
Fixed a bug in the Projucer that would incorrectly mark relative SDK paths as invalid even if they were valid
|
2016-10-20 17:43:43 +01:00 |
|
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
|
2016-10-20 11:45:01 +01:00 |
|
hogliux
|
a5e3b7ad1c
|
Added check and warning when entering only lowercase AU plugin identifier codes
|
2016-10-20 10:39:16 +01:00 |
|
hogliux
|
2a37ba034a
|
Added gradle-wrapper when saving projects so that it is now possible to build from the command-line with "./gradlew"
|
2016-10-17 17:13:23 +01:00 |
|
hogliux
|
cdb7285011
|
Fixed AAX post build script to consider SDK paths containing whitespaces and already existing directories
|
2016-10-15 16:17:23 +02:00 |
|
hogliux
|
773e7087cd
|
Removed unecessary path seperators in MSVC post-build scripts
|
2016-10-12 10:08:49 +02:00 |
|
tpoole
|
83d0854572
|
Added a microphone permission option to the iOS exporter
|
2016-09-27 17:30:10 +01:00 |
|
hogliux
|
05b15c431d
|
If the jucer file does not specify a macOS/iOS deployment target then default to the latest known working version
|
2016-09-16 15:58:40 +01:00 |
|
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.
|
2016-09-16 12:03:02 +01:00 |
|
hogliux
|
48ac6347e1
|
Fixed the MSVC exporter to combine multiple internal post-build scripts of various plug-in formats
|
2016-09-16 11:20:39 +01:00 |
|
hogliux
|
ff40b46bf2
|
Added support for automatically creating AAX plugin bundles on Windows
Requires re-compilation of the Projucer
|
2016-09-12 09:25:30 +01:00 |
|
tpoole
|
28bb28a642
|
Fixed a trailing "\" bug in the VS intermediates path
|
2016-08-25 12:37:06 +01:00 |
|
tpoole
|
9f31d6498a
|
Use a bespoke VST2 interface
|
2016-08-22 09:57:16 +01:00 |
|
ed
|
8e10f16eb8
|
Dialog window to ask whether to keep current project or re-load from disk when .jucer file changes
|
2016-08-12 10:08:27 +01:00 |
|
hogliux
|
6fdb7e33bc
|
Also add assembler files to MSVC projects
|
2016-07-25 16:37:29 +01:00 |
|
hogliux
|
9e1edc7a6e
|
Add support for hosting staticly compiled VSTs on all platforms
|
2016-07-22 10:28:00 +01:00 |
|
hogliux
|
ca62e560f3
|
Revert support for hosting your own VST bundles on iOS
|
2016-07-16 16:13:54 +02:00 |
|
hogliux
|
05835ecfa1
|
Generate bitcode bundles on iOS
|
2016-07-14 10:05:04 +01:00 |
|
hogliux
|
c9aca28d00
|
Add pkg-config support for linux
|
2016-07-07 10:37:58 +01:00 |
|
hogliux
|
70ed6eb69c
|
Add original four-char code as comment next to hex literal in AppConfig.h
|
2016-06-17 10:44:00 +01:00 |
|
hogliux
|
b6f4d353e8
|
Avoid char literals in auto-generated AppConfig.h files
|
2016-06-17 10:19:04 +01:00 |
|
stefan.graenitz
|
61e71eb1dc
|
Add incremental linking option for Visual Studio exporters
|
2016-05-31 16:53:19 +02:00 |
|
hogliux
|
54243ef0c0
|
Support hosting your own VST bundles on iOS
|
2016-05-23 15:41:45 +01:00 |
|
hogliux
|
e12c801846
|
Always add build scripts - even for Aggregate targets
|
2016-05-13 11:32:37 +01:00 |
|
hogliux
|
dbf915603d
|
Fix RTAS support
|
2016-05-05 19:52:19 +01:00 |
|
Timur Doumler
|
340f4ce9c5
|
Android exporter: set buildToolsVersion to 23.0.2
|
2016-04-29 12:46:25 +01:00 |
|
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).
|
2016-04-29 10:54:17 +01:00 |
|
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).
|
2016-04-28 17:14:52 +01:00 |
|
jules
|
d9e3cdac16
|
Removed a few references to var::null
|
2016-04-28 10:10:00 +01:00 |
|
jules
|
fe7ebbd663
|
Projucer: Updated the default Visual Studio version to 2015
|
2016-04-28 09:59:19 +01:00 |
|
jules
|
1cbd0a005b
|
Projucer: stopped files with certain extensions (e.g. txt) being automatically added to the Xcode resources
|
2016-04-27 10:10:45 +01:00 |
|
Timur Doumler
|
0ef8bdb08f
|
Android Studio exporter: fixed and refactored the way include paths are added to build.gradle.
|
2016-04-20 14:13:52 +01:00 |
|
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).
|
2016-04-20 14:13:52 +01:00 |
|
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.
|
2016-04-20 14:13:51 +01:00 |
|
jules
|
fad8d0526e
|
Projucer: improved the set of browsable files that are added to target projects for each module
|
2016-04-20 11:34:14 +01:00 |
|
hogliux
|
61b27593c5
|
Fix plug-in projects with whitespaces in their name
|
2016-04-20 10:19:53 +01:00 |
|
jules
|
e130ce1428
|
Projucer: fixed a suffix error when generating linux host projects
|
2016-04-20 10:04:48 +01:00 |
|
Timur Doumler
|
f2c50b8bd8
|
Android studio exporter: fixed include paths to work with new module format.
|
2016-04-19 18:49:00 +01:00 |
|
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.
|
2016-04-19 17:47:10 +01:00 |
|