tpoole
51adfb8afd
Enabled multiple arguments for the Projucer whitespace cleaning commands
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
dffeeb9b61
Projucer: Added an --encode-binary command-line option
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
jules
3104616462
Added some copy/paste options for module paths to the Projucer's module listbox
8 years ago
hogliux
ddaaaa6e9d
Removed 'const' from the Projucer's component editor's generated keyStateChanged method
8 years ago
hogliux
cab4569849
Fixed a typo which lead the MSVC exporter to incorrectly recognize absolute AAX SDK paths
8 years ago
tpoole
8567338705
Changed the colour of module icons in the Projucer based on their license
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
c5d3c26af6
Added workaround to fix a false re-save warning in the Projucer when saving a .jucer file on a network drive
8 years ago
stefan
f5d32782d8
Projucer: avoid failing assertions from File
"Linker" and "Execution Engine" are now valid sources of diagnostic messages. Thus nodes in the diagnostics tree-view are not necessarily file names anymore.
8 years ago
stefan
1349f6546b
Projucer: the DiagnosticReceiver interface is an implementation detail of the live-build engine and not required otherwise
8 years ago
hogliux
63eabb4456
Fixed a bug where identical initialiser lines would be removed
8 years ago
hogliux
b5ef6d7e37
Whitespace clean-up
8 years ago
hogliux
6f6d0af2b8
Fixed a bug where we didn't search the correct directory for the live build engine
8 years ago
stefan
980ece4a8a
Projucer: add anchor #indie to the link target for the subscribe button
8 years ago
stefan.graenitz
8d02f61622
Projucer: add free-to-use license for the live-build engine
8 years ago
stefan
439ecc391b
Projucer: workaround broken "Open Recent" submenu
8 years ago
stefan
b36b64a482
Projucer: simple pop-up menu to copy diagnostic messages to clipboard
8 years ago
hogliux
e435325619
Fix typo and increase maximum size of the "Member initialisers" text field
8 years ago
hogliux
1845437fe1
Only moan about all-lowercase AU manufacturer codes
8 years ago
stefan
76a9b7d24a
Projucer: link to privacy policy in EULA and re-save jucer project
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
stefan.graenitz
5e0efc6046
Projucer: extend interface DiagnosticMessage::handleRecoverableErrorPCH() to take one more file name param
8 years ago
hogliux
bd3166afc0
Updated the URL of the "Forgot Password" button in the Projucer
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
84a16f60c0
Fixed Projucer to check for the correct file when looking for the android ndk on windows
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
stefan
e03e41bd0d
Projucer: hard shutdown of the compiler process in release builds to avoid busy waiting
8 years ago
hogliux
773e7087cd
Removed unecessary path seperators in MSVC post-build scripts
8 years ago
stefan
3bd7ef4f69
Projucer: menu adjustments
* move Preferences item to Projucer menu on Mac or File menu otherwise
* rename Global Preferences -> Preferences
* add shortcut "Cmd + ," to open Preferences
* move Login/Logout item to File menu
8 years ago