hogliux
|
e12c801846
|
Always add build scripts - even for Aggregate targets
|
9 years ago |
hogliux
|
dbf915603d
|
Fix RTAS support
|
9 years ago |
jules
|
d1030fa845
|
Projucer: added some missing 'override' specifiers
|
9 years ago |
Timur Doumler
|
340f4ce9c5
|
Android exporter: set buildToolsVersion to 23.0.2
|
9 years ago |
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).
|
9 years ago |
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).
|
9 years ago |
jules
|
d9e3cdac16
|
Removed a few references to var::null
|
9 years ago |
jules
|
fe7ebbd663
|
Projucer: Updated the default Visual Studio version to 2015
|
9 years ago |
hogliux
|
7196e57f4d
|
Don't try to build VST/VST3 hosting code on iOS and add missing header
|
9 years ago |
jules
|
1cbd0a005b
|
Projucer: stopped files with certain extensions (e.g. txt) being automatically added to the Xcode resources
|
9 years ago |
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
|
9 years ago |
jules
|
b6e88694d1
|
Projucer: Fixed module dependency checker
|
9 years ago |
Timur Doumler
|
2332c72f7c
|
Fixed generation of Carbon resources for AU plug-ins (was broken by commit fad8d052 ).
|
9 years ago |
hogliux
|
00dd576b21
|
Don't create an asserting VST2 plug-in when creating a new plug-in project via the Projucer's wizard
|
9 years ago |
Timur Doumler
|
0ef8bdb08f
|
Android Studio exporter: fixed and refactored the way include paths are added to build.gradle.
|
9 years ago |
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).
|
9 years ago |
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.
|
9 years ago |
jules
|
8920e1b1d2
|
Resaved projects
|
9 years ago |
jules
|
fad8d0526e
|
Projucer: improved the set of browsable files that are added to target projects for each module
|
9 years ago |
hogliux
|
61b27593c5
|
Fix plug-in projects with whitespaces in their name
|
9 years ago |
jules
|
e130ce1428
|
Projucer: fixed a suffix error when generating linux host projects
|
9 years ago |
Timur Doumler
|
f2c50b8bd8
|
Android studio exporter: fixed include paths to work with new module format.
|
9 years ago |
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.
|
9 years ago |
Timur Doumler
|
bb1fe3dc8e
|
Android Studio exporter: removed unused build setting.
|
9 years ago |
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
|
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
|
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
|
68451eeeec
|
Projucer: fixed bug where whitespace in the "additional frameworks" build setting would lead to frameworks not being addded.
|
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
|
3b65c5c37d
|
Projucer AppearanceSettingsTab: added missing resized() function; moved declaration into header and added explanatory comment.
|
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 |