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
jules
3104616462
Added some copy/paste options for module paths to the Projucer's module listbox
2016-12-19 12:09:00 +00:00
hogliux
ddaaaa6e9d
Removed 'const' from the Projucer's component editor's generated keyStateChanged method
2016-12-19 10:50: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
tpoole
8567338705
Changed the colour of module icons in the Projucer based on their license
2016-12-14 10:18:35 +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
c5d3c26af6
Added workaround to fix a false re-save warning in the Projucer when saving a .jucer file on a network drive
2016-12-05 10:39:50 +00:00
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.
2016-11-15 18:26:14 +01:00
stefan
1349f6546b
Projucer: the DiagnosticReceiver interface is an implementation detail of the live-build engine and not required otherwise
2016-11-15 18:26:14 +01:00
hogliux
63eabb4456
Fixed a bug where identical initialiser lines would be removed
2016-11-08 14:40:42 +00:00
hogliux
b5ef6d7e37
Whitespace clean-up
2016-11-02 14:01:12 +00:00
hogliux
6f6d0af2b8
Fixed a bug where we didn't search the correct directory for the live build engine
2016-11-02 14:01:01 +00:00
stefan
980ece4a8a
Projucer: add anchor #indie to the link target for the subscribe button
2016-11-01 17:37:13 +00:00
stefan.graenitz
8d02f61622
Projucer: add free-to-use license for the live-build engine
2016-10-31 12:33:52 +00:00
stefan
439ecc391b
Projucer: workaround broken "Open Recent" submenu
2016-10-31 10:42:54 +00:00
stefan
b36b64a482
Projucer: simple pop-up menu to copy diagnostic messages to clipboard
2016-10-27 13:15:31 +02:00
hogliux
e435325619
Fix typo and increase maximum size of the "Member initialisers" text field
2016-10-27 10:59:39 +01:00
hogliux
1845437fe1
Only moan about all-lowercase AU manufacturer codes
2016-10-27 09:52:42 +01:00
stefan
76a9b7d24a
Projucer: link to privacy policy in EULA and re-save jucer project
2016-10-25 18:19:21 +02: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
stefan.graenitz
5e0efc6046
Projucer: extend interface DiagnosticMessage::handleRecoverableErrorPCH() to take one more file name param
2016-10-20 18:25:30 +02:00
hogliux
bd3166afc0
Updated the URL of the "Forgot Password" button in the Projucer
2016-10-20 12:42:54 +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
84a16f60c0
Fixed Projucer to check for the correct file when looking for the android ndk on windows
2016-10-20 10:22:41 +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
stefan
e03e41bd0d
Projucer: hard shutdown of the compiler process in release builds to avoid busy waiting
2016-10-12 11:21:53 +02:00
hogliux
773e7087cd
Removed unecessary path seperators in MSVC post-build scripts
2016-10-12 10:08:49 +02:00
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
2016-10-11 09:08:49 +02:00
stefan
8f1d37a72e
Fix addAllModulesInFolder to scan only 2 subfolder levels
...
Other existing behavior remains:
* check whether the folder itself is a valid module
* always return Result::ok()
* may contain duplicate modules
2016-10-06 18:37:43 +02:00
stefan
728bf273e9
Projucer: support recoverable error warnings for live-builds
2016-09-28 16:59:49 +02:00
tpoole
83d0854572
Added a microphone permission option to the iOS exporter
2016-09-27 17:30:10 +01:00
hogliux
71de18554a
Fixed typo in linux-only Projucer code
2016-09-26 10:55:36 +01:00
stefan
4b96ffbf6f
Projucer: restrict menu item "Launch Application" to GUIApplication projects
2016-09-22 12:52:47 +01:00
stefan
a0350e4ee6
Projucer: add feature download & install live-build engine (including checks for supported OS versions)
2016-09-22 12:49:57 +01:00
hogliux
4fa0516f40
Revised multibus API and added support for multibus hosting
2016-09-16 17:06:19 +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
ed
0c87af8992
Fixed Linux compile error in Projucer
2016-09-16 15:14:09 +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
stefan
8ec9443543
Projucer various fixes
...
* Use separate folder for disk cache in debug mode to avoid mixing debug/release-mode object files while testing
* Quote the server's file name as it may contain spaces etc.
* Fix saving source files during compilation on Windows
* Fix JuceDemo for live builds on Mac: long chains of recursive operator<< invocations caused compiler crash
* Move code for creating disabled Build tab to extra function and add names to improve readability
* Implement new "subscribe" behavior for createDisabledBuildTab
* Clean up trailing spaces
2016-09-15 17:13:41 +02: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
16525c0a6f
Fixed some typos.
2016-09-06 18:41:12 +01:00