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
2e0e984145 Add support for adding extra Android assets 2017-02-17 09:34:16 +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
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
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
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
hogliux
0117aace01 Added support for multi-target exporters and standalone plug-in format 2017-02-01 17:18:06 +00:00
jules
dffeeb9b61 Projucer: Added an --encode-binary command-line option 2017-01-26 12:39:44 +00:00
hogliux
03b0df1205 Re-saved all projects 2017-01-26 10:47:48 +00:00
hogliux
e0aff606a8 Bump version number to 4.3.1 2017-01-26 10:40:42 +00:00
jules
284fc826e2 Tidied up some Projucer code that was causing build errors in VS2013/15 2017-01-26 09:24:56 +00:00
tpoole
4b507cde06 Fixed Xcode exporter macro escapes for '"' 2017-01-23 12:26:16 +00:00
tpoole
96ea4655a7 Resaved all projects 2017-01-16 15:00:00 +00:00
tpoole
da3f3a8eac Fixed bug creating dynamic libraries with the Linux Makefile and Code::Blocks exporters 2017-01-12 11:54:51 +00:00
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
tpoole
e31a0b11e8 Resaved all projects 2016-12-12 11:25:57 +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
tpoole
2ae5d2228a Resaved all projects 2016-11-15 10:25:27 +00:00
hogliux
63eabb4456 Fixed a bug where identical initialiser lines would be removed 2016-11-08 14:40:42 +00:00
hogliux
efd4bb67bc Re-saved all projects 2016-11-02 14:02:58 +00:00
hogliux
363ceb08cf Bump version number to 4.3.0 2016-11-02 14:02:52 +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