hogliux
|
24d02528e0
|
Fixed an AAX bug where the Projucer's Xcode exporter would generate linker settings pointing to the wrong version of the AAXLibrary
|
8 years ago |
tpoole
|
a2ee6339e1
|
Restored JUCE modules as Xcode groups and resaved all projects
|
8 years ago |
tpoole
|
4c59a920b4
|
Added Inter-App Audio capabilities to standalone plug-ins
|
8 years ago |
tpoole
|
2f5d4d65f7
|
Fixed a bug setting JUCE_STANDALONE_APPLICATION
|
8 years ago |
tpoole
|
69c07d357f
|
Changed Xcode C standard from c99 to c11
|
8 years ago |
tpoole
|
302c42125c
|
Fixed dynamic library filenames in Makefiles
|
8 years ago |
tpoole
|
ab4f269c60
|
Removed brackets from build target names and resaved all projects
|
8 years ago |
tpoole
|
0d660187a9
|
Used Xcode folder references instead of groups for JUCE modules
|
8 years ago |
tpoole
|
9147d986c9
|
Removed the C++98 build option from the Projucer
|
8 years ago |
hogliux
|
c504875b3f
|
Silenced a MSVC 2013 warning in the previous commit
|
8 years ago |
hogliux
|
d933b4af84
|
Fixed RTAS compilation on Windows and OS X
|
8 years ago |
tpoole
|
e33abbc6fe
|
Replaced Projucer-generated header guards with #pragma once and updated the examples
|
8 years ago |
hogliux
|
67b0e58187
|
Added code to ensure that assets are not copied when extra assets paths in Android are not specified
|
8 years ago |
hogliux
|
2e0e984145
|
Add support for adding extra Android assets
|
8 years ago |
hogliux
|
0b6131034b
|
Modified Android exporter to use the jucer file's extra libraries in a more cmake way
|
8 years ago |
hogliux
|
934aa72d6f
|
Fixed an issue where the Projucer would not detect OpenGL ESv3 support correctly on Android
|
8 years ago |
hogliux
|
fb47a9068a
|
Fixed a typo in the CMake file generator in the Android exporter
|
8 years ago |
tpoole
|
f1bbead360
|
Set the default Visual Studio exporter settings to separate build products by architecture
|
8 years ago |
tpoole
|
e2a3733082
|
Added active configurations to the Visual Studio exporters
|
8 years ago |
hogliux
|
12b9c01ad6
|
Attempt to fix RTAS builds on Windows
|
8 years ago |
tpoole
|
9c5f6dbe10
|
Removed the "Update to recommended settings" warning for the latest version of Xcode
|
8 years ago |
hogliux
|
cb6d43cbae
|
Added preliminary support for static libraries on Android
|
8 years ago |
tpoole
|
a2635253f2
|
Added a tooltip to the Runtime Library selection in the Projucer
|
8 years ago |
hogliux
|
04696f8082
|
Always build the AUv3 target with at least 10.11 SDK
|
8 years ago |
tpoole
|
f5231a9cc8
|
Changed the default MSVC architecture to x64
|
8 years ago |
hogliux
|
1ed0051d74
|
Fixed a potential crash in the new Android exporter
|
8 years ago |
hogliux
|
871236d4cd
|
Removed MSVC 2005 and 2008 exporters
|
8 years ago |
hogliux
|
ec0485388d
|
Reworked and modernised Android exporter and removed old deprecated Android ant exporter
|
8 years ago |
hogliux
|
0117aace01
|
Added support for multi-target exporters and standalone plug-in format
|
8 years ago |
jules
|
284fc826e2
|
Tidied up some Projucer code that was causing build errors in VS2013/15
|
8 years ago |
tpoole
|
4b507cde06
|
Fixed Xcode exporter macro escapes for '"'
|
8 years ago |
tpoole
|
da3f3a8eac
|
Fixed bug creating dynamic libraries with the Linux Makefile and Code::Blocks exporters
|
8 years ago |
tpoole
|
7d4d853067
|
Fixed AAX SDK relative path bug on Windows
|
8 years ago |
tpoole
|
25e72a71b9
|
Fixed some issues with the Linux Code::Blocks exporter
|
8 years ago |
hogliux
|
b1d3069464
|
Added a new Projucer Xcode target option "Keep custom Xcode schemes" to force the Projucer to not delete your scheme files
|
8 years ago |
hogliux
|
7a02a83bf0
|
Make sure that the OSX SDK is new enough when compiling AUv3 targets
|
8 years ago |
hogliux
|
32db13e0d5
|
CPP/C/CXX/LDFLAGS should be appended to JUCE_CPPFLAGS etc. in linux makefiles
|
8 years ago |
hogliux
|
cab4569849
|
Fixed a typo which lead the MSVC exporter to incorrectly recognize absolute AAX SDK paths
|
8 years ago |
hogliux
|
ffc687afdc
|
Added TargetExt vcxproj property to MSVC
|
8 years ago |
tpoole
|
8cd578b0c6
|
Added the ability to set a custom BinaryData namespace in the Projucer
|
8 years ago |
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 |