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

2130 commits

Author SHA1 Message Date
hogliux
24d02528e0 Fixed an AAX bug where the Projucer's Xcode exporter would generate linker settings pointing to the wrong version of the AAXLibrary 2017-03-01 18:41:57 +00:00
hogliux
5fe3289256 Fixed several Android text rendering bugs 2017-03-01 16:16:34 +00:00
tpoole
a2ee6339e1 Restored JUCE modules as Xcode groups and resaved all projects 2017-03-01 14:44:10 +00:00
tpoole
5b49bcdbc8 Resaved all projects 2017-03-01 12:16:08 +00:00
tpoole
4c59a920b4 Added Inter-App Audio capabilities to standalone plug-ins 2017-03-01 11:55:52 +00:00
tpoole
00f57d43c5 Resaved all projects 2017-02-28 16:21:30 +00:00
tpoole
2f5d4d65f7 Fixed a bug setting JUCE_STANDALONE_APPLICATION 2017-02-28 16:15:16 +00:00
tpoole
5ef379b1d9 Fixed line endings in the automatically generated BLOCKS SDK documentation 2017-02-28 10:47:03 +00:00
tpoole
cd8598cae4 Improved the standalone BLOCKS-SDK build 2017-02-28 10:31:41 +00:00
tpoole
b547673fae Resaved all projects 2017-02-23 11:16:12 +00:00
tpoole
69c07d357f Changed Xcode C standard from c99 to c11 2017-02-23 10:58:57 +00:00
tpoole
302c42125c Fixed dynamic library filenames in Makefiles 2017-02-23 10:36:49 +00:00
tpoole
ab4f269c60 Removed brackets from build target names and resaved all projects 2017-02-22 17:28:55 +00:00
tpoole
0d660187a9 Used Xcode folder references instead of groups for JUCE modules 2017-02-22 17:23:58 +00:00
jules
a45b6cd6d9 Removed the old Introjucer subfolder 2017-02-22 13:57:22 +00:00
tpoole
a6fc53373f Resaved all projects 2017-02-22 13:06:47 +00:00
tpoole
b28555838d Added typeface and kerning support to the Projucer GUI editor 2017-02-21 21:09:09 +00:00
tpoole
0140304e38 Removed some #pragma once warnings from Projucer generated code 2017-02-21 12:48:38 +00:00
tpoole
9147d986c9 Removed the C++98 build option from the Projucer 2017-02-21 11:58:41 +00:00
hogliux
c504875b3f Silenced a MSVC 2013 warning in the previous commit 2017-02-20 19:56:13 +00:00
hogliux
d933b4af84 Fixed RTAS compilation on Windows and OS X 2017-02-20 18:54:22 +00:00
tpoole
e33abbc6fe Replaced Projucer-generated header guards with #pragma once and updated the examples 2017-02-17 15:34:10 +00:00
hogliux
67b0e58187 Added code to ensure that assets are not copied when extra assets paths in Android are not specified 2017-02-17 11:08:05 +00:00
hogliux
2e0e984145 Add support for adding extra Android assets 2017-02-17 09:34:16 +00:00
tpoole
1a80a07a24 Improved the standalone BLOCKS SDK README and documentation 2017-02-16 15:51:54 +00:00
ed
7f8d1008bc Resaved all projects 2017-02-16 11:15:28 +00:00
ed
1739f34717 Changed Projucer MainWindow templates to use default LookAndFeel background colour instead of always light grey 2017-02-16 11:09:08 +00:00
tpoole
c563d840da Fixed a bug when looking for a module header in an invalid module 2017-02-15 14:43:22 +00:00
hogliux
0b6131034b Modified Android exporter to use the jucer file's extra libraries in a more cmake way 2017-02-14 20:10:58 +00:00
tpoole
acd3fdfa23 Add the standalone BLOCKS SDK static library as a dependency in the example app projects 2017-02-14 18:19:36 +00:00
hogliux
934aa72d6f Fixed an issue where the Projucer would not detect OpenGL ESv3 support correctly on Android 2017-02-14 16:31:46 +00:00
hogliux
fb47a9068a Fixed a typo in the CMake file generator in the Android exporter 2017-02-14 16:30:48 +00:00
tpoole
f1bbead360 Set the default Visual Studio exporter settings to separate build products by architecture 2017-02-14 10:49:11 +00:00
tpoole
e2a3733082 Added active configurations to the Visual Studio exporters 2017-02-14 09:07:42 +00:00
hogliux
12b9c01ad6 Attempt to fix RTAS builds on Windows 2017-02-13 16:22:18 +00:00
tpoole
51adfb8afd Enabled multiple arguments for the Projucer whitespace cleaning commands 2017-02-10 12:24:10 +00:00
hogliux
07d8283143 Re-saved Android and Xcode projects 2017-02-09 18:16:11 +00:00
hogliux
eb944840f9 Added local.properties to .gitignore so that user's SDK paths don't pollute git 2017-02-09 18:13:57 +00:00
tpoole
7bb30364a4 Resaved all projects 2017-02-09 12:59:48 +00:00
tpoole
9c5f6dbe10 Removed the "Update to recommended settings" warning for the latest version of Xcode 2017-02-09 12:54:17 +00:00
hogliux
cb6d43cbae Added preliminary support for static libraries on Android 2017-02-09 12:46:43 +00:00
tpoole
a2635253f2 Added a tooltip to the Runtime Library selection in the Projucer 2017-02-09 10:42:53 +00:00
hogliux
04696f8082 Always build the AUv3 target with at least 10.11 SDK 2017-02-09 09:28:57 +00:00
tpoole
f5231a9cc8 Changed the default MSVC architecture to x64 2017-02-06 15:09:04 +00:00
hogliux
167125afb9 Re-saved all projects 2017-02-01 17:18:08 +00:00
hogliux
1ed0051d74 Fixed a potential crash in the new Android exporter 2017-02-01 17:18:07 +00:00
hogliux
28dccb31bb Removed old Android exporters from examples and updated .gitignore to reflect new Android build folder structure 2017-02-01 17:18:07 +00:00
hogliux
9f3fb1c0a6 Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated 2017-02-01 17:18:06 +00:00
hogliux
871236d4cd Removed MSVC 2005 and 2008 exporters 2017-02-01 17:18:06 +00:00
hogliux
ec0485388d Reworked and modernised Android exporter and removed old deprecated Android ant exporter 2017-02-01 17:18:06 +00:00