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
|
f5c19ef612
|
Fixed Android build settings of all .jucer files to use new default values instead of hard-coded old values (gradle version etc.)
|
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
|
f74338aab6
|
Resaved projects
|
9 years ago |
jules
|
e030a583c1
|
Projucer: fixes for binary paths and Android Studio
|
9 years ago |
jules
|
3c68007aad
|
Fixed capitalisation
|
9 years ago |
jules
|
60cd2d7b67
|
Projucer: fixed the way the GUI editor generates include paths
|
9 years ago |
jules
|
486cb0c0bd
|
Projucer: tidied up an include path in a template file
|
9 years ago |
jules
|
85a5dfb2e1
|
Projucer: corrected some help text
|
9 years ago |
jules
|
8343f3468c
|
Found a few missing 'override' specifiers
|
9 years ago |
jules
|
6d03314a28
|
Projucer: updated EULA
|
9 years ago |
Timur Doumler
|
59f28855a3
|
Minor refactoring for a bit more clarity in the deprecated Xcode post-build script check.
|
9 years ago |
Timur Doumler
|
367f6eeb36
|
Fixed bug with wrong checksum for deprecated Xcode post-build script.
|
9 years ago |
jules
|
54d3cfac1d
|
Projucer: Fixed a bug that could cause focus to seemingly jump around in the config tree
|
9 years ago |
jules
|
544b8d0ea7
|
Simplified some Projucer GUI editor code + added a missing slider style
|
9 years ago |
jules
|
effb421be1
|
Projucer: Updated some font use and removed the EULA if running without the live-coding DLL
|
9 years ago |
jules
|
025d04cbd1
|
Projucer: Added warning when trying to load projects with out-of-date build scripts
|
9 years ago |
Timur Doumler
|
82350ba247
|
Re-saved Projucer with itself.
|
9 years ago |
Timur Doumler
|
68451eeeec
|
Projucer: fixed bug where whitespace in the "additional frameworks" build setting would lead to frameworks not being addded.
|
9 years ago |
Timur Doumler
|
caffbbaa6d
|
Projucer: better workaround missing framework symbols: adding frameworks to "Extra Frameworks" build setting instead of adding the JUCE modules using them.
|
9 years ago |
Timur Doumler
|
c096b1a1b3
|
Reverted: Projucer: workaround missing framework symbols during Live build: added JUCE modules using them to Projucer project and re-saved it with itself. (reverted from commit 5fcea26f9c )
|
9 years ago |
jules
|
d9b0b53794
|
Corrected a rogue header comment
|
9 years ago |
Timur Doumler
|
0eb0f27a16
|
Fixed Carbon host support for AudioUnit v2 by fixing the Projucer's Rez file treatment to work with new module system.
|
9 years ago |
Timur Doumler
|
5fcea26f9c
|
Projucer: workaround missing framework symbols during Live build: added JUCE modules using them to Projucer project and re-saved it with itself.
|
9 years ago |
Timur Doumler
|
3b65c5c37d
|
Projucer AppearanceSettingsTab: added missing resized() function; moved declaration into header and added explanatory comment.
|
9 years ago |
jules
|
e9edeccc20
|
Resaved projects
|
9 years ago |
jules
|
e1098c834a
|
Projucer: Fixed failure to scan deep file hierarchies when building browsable files
|
9 years ago |
jules
|
0a0c550198
|
Projucer: made sure that RTAS files are built with stdcall in MSVC
|
9 years ago |
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
9 years ago |
jules
|
5049babe51
|
Projucer: Fixed a typo that prevented the OSXLibs setting working
|
9 years ago |
jules
|
15f47892d3
|
Projucer: Added a sanity-check to prevent compilation if some module paths are broken
|
9 years ago |
jules
|
23b1d89219
|
Projucer: made the login form remember the last username
|
9 years ago |
jules
|
bc58656153
|
Projucer: made build panel UI update when signing out
|
9 years ago |
Timur Doumler
|
26d6cb9c5b
|
Fixed a few integer conversion warnings.
|
9 years ago |
Timur Doumler
|
9dda8452b3
|
Changed Projucer deployment target to 10.9 in Debug config (was 'default') and re-saved.
|
9 years ago |
Timur Doumler
|
24f05c405a
|
Whitespace.
|
9 years ago |
Timur Doumler
|
9066ed4d59
|
Projucer: fixed unreachable code warning in ProjectContentComponent::createBuildTab.
|
9 years ago |
Timur Doumler
|
c77fea91f6
|
Projucer Visual Studio: switched to default platform toolset without Windows XP compatibility and re-saved.
|
9 years ago |
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
9 years ago |
Timur Doumler
|
3933008476
|
Android Studio exporter: updated default gradle wrapper version to newest one 0.7.0-alpha4
|
9 years ago |
Timur Doumler
|
132c1305f9
|
Android Ant exporter: updated default toolchain version to gcc 4.9
|
9 years ago |
Timur Doumler
|
c088396210
|
Introjucer Xcode exporter cleanup: no need to add UIBackgroundModes array to the plist if it is empty.
|
9 years ago |
jules
|
39f8995c49
|
Avoided a clang analyser warning in the introjucer.
|
9 years ago |
jules
|
5ba43d6125
|
Introjucer: added new command-line utility: --obfuscated-string-code
|
9 years ago |
Timur Doumler
|
cf4afd2cb8
|
Introjucer bugfix: don't write orientation flag into the jucer file if the exporter is OS X.
|
9 years ago |
Timur Doumler
|
30cc5dcb76
|
Introjucer: added workaround to make it compile on VS 2012.
|
9 years ago |