1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
Commit graph

1777 commits

Author SHA1 Message Date
hogliux
b46be0f871 Change projucer version to match JUCE version 2016-06-27 18:04:40 +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
hogliux
6810791645 Make sure that the legacy AU rez file is correct for midi effect AUs 2016-06-15 10:25:42 +01:00
jules
7abbf67a1a Tweaked the iOS audio device to make the default buffer size play in the simulator 2016-06-01 10:33:28 +01:00
stefan.graenitz
61e71eb1dc Add incremental linking option for Visual Studio exporters 2016-05-31 16:53:19 +02:00
stefan.graenitz
e8da23d43b Enable live comilation for Windows 2016-05-31 16:53:18 +02:00
hogliux
54243ef0c0 Support hosting your own VST bundles on iOS 2016-05-23 15:41:45 +01:00
hogliux
993a2e4fef Do not allow specifying the JUCE folder as a modules folder 2016-05-16 15:03:55 +01:00
jules
f0dd881e08 Fixed a typo in the projucer's button colour handling 2016-05-16 12:49:06 +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
jules
d1030fa845 Projucer: added some missing 'override' specifiers 2016-04-30 16:23:30 +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
hogliux
7196e57f4d Don't try to build VST/VST3 hosting code on iOS and add missing header 2016-04-27 14:44:32 +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
jules
81ff3a89b7 Projucer: fixed an edge-case where the UI would misbehave if you're logged in but don't have a live-coding license 2016-04-25 11:11:00 +01:00
jules
b6e88694d1 Projucer: Fixed module dependency checker 2016-04-25 10:47:23 +01:00
Timur Doumler
2332c72f7c Fixed generation of Carbon resources for AU plug-ins (was broken by commit fad8d052). 2016-04-21 18:25:59 +01:00
jules
0b3a11ee07 Updated version number to 4.2.1 2016-04-21 10:08:47 +01:00
hogliux
00dd576b21 Don't create an asserting VST2 plug-in when creating a new plug-in project via the Projucer's wizard 2016-04-20 15:50:14 +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
d64396eb50 Removed rogue file 2016-04-20 11:39:43 +01:00
jules
8920e1b1d2 Resaved projects 2016-04-20 11:37:18 +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
Timur Doumler
bb1fe3dc8e Android Studio exporter: removed unused build setting. 2016-04-19 17:40:59 +01:00
Timur Doumler
2fa6c2094e Fixed bug in Android Ant exporter due to mixed up build settings. 2016-04-19 17:26:51 +01:00
Timur Doumler
1e41e3d11d Fixed bug in AAX/RTAS Xcode export: installation paths were mixed up. 2016-04-19 17:04:07 +01:00
Timur Doumler
4b1cabb87d Minor refactoring, clean-up, whitespace. 2016-04-19 17:04:06 +01:00
Timur Doumler
6d69f1b062 Added new Xcode option to strip of local symbols (off by default). 2016-04-19 17:04:06 +01:00
Timur Doumler
37073c3ee0 Using static linking instead of a framework for the shared code of audio plug-ins on OS X. 2016-04-19 17:04:06 +01:00
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. 2016-04-19 17:04:06 +01:00
jules
f74338aab6 Resaved projects 2016-04-19 12:11:40 +01:00
jules
e030a583c1 Projucer: fixes for binary paths and Android Studio 2016-04-19 12:11:23 +01:00
jules
3c68007aad Fixed capitalisation 2016-04-18 17:44:07 +01:00
jules
60cd2d7b67 Projucer: fixed the way the GUI editor generates include paths 2016-04-18 17:28:57 +01:00
jules
486cb0c0bd Projucer: tidied up an include path in a template file 2016-04-18 10:56:46 +01:00
jules
85a5dfb2e1 Projucer: corrected some help text 2016-04-18 09:54:55 +01:00
jules
8343f3468c Found a few missing 'override' specifiers 2016-04-15 15:32:47 +01:00
jules
6d03314a28 Projucer: updated EULA 2016-04-15 11:44:46 +01:00