1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00
Commit graph

38 commits

Author SHA1 Message Date
hogliux
ceab51f7c4 Made the Projucer's Windows target platform property chooser available to all Visual Studio exporters 2017-05-04 13:08:34 +01:00
hogliux
adb5b542af Fixed a memory access bug with the previous commit 2017-05-03 14:50:20 +01:00
hogliux
4c385e158c Added support for setting the Windows target platform version in VS2017 2017-05-03 14:35:38 +01:00
hogliux
d7d1a9a99e Call AAX CreatePackage.bat script correctly from post-build script to catch any errors 2017-05-02 11:25:23 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
c25457835e Added manifest file property to the Projucer's MSVC exporter 2017-04-10 16:14:42 +01:00
jules
8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
hogliux
96dcf64967 Added Projucer support for C++ language standard in VS 2017 2017-03-20 10:13:45 +00:00
tpoole
ca1b03a22d Minor style fixes 2017-03-16 10:54:14 +00:00
hogliux
bcf743b33f Removed whitespace characters from MSVC project names 2017-03-14 17:12:00 +00:00
hogliux
bba9c7e9ed Added Visual Studio 2017 exporter to the Projucer 2017-03-14 12:54:43 +00:00
tpoole
ab4f269c60 Removed brackets from build target names and resaved all projects 2017-02-22 17:28:55 +00:00
hogliux
d933b4af84 Fixed RTAS compilation on Windows and OS X 2017-02-20 18:54:22 +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
a2635253f2 Added a tooltip to the Runtime Library selection in the Projucer 2017-02-09 10:42:53 +00:00
tpoole
f5231a9cc8 Changed the default MSVC architecture to x64 2017-02-06 15:09:04 +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
tpoole
7d4d853067 Fixed AAX SDK relative path bug on Windows 2017-01-09 12:16:42 +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
hogliux
ffc687afdc Added TargetExt vcxproj property to MSVC 2016-12-07 11:16:22 +00:00
hogliux
eac52c9faf Fixed a bug in the projucer that would create incorrect post build scripts for AAX in certain situations 2016-10-20 17:44:15 +01:00
hogliux
cdb7285011 Fixed AAX post build script to consider SDK paths containing whitespaces and already existing directories 2016-10-15 16:17:23 +02:00
hogliux
773e7087cd Removed unecessary path seperators in MSVC post-build scripts 2016-10-12 10:08:49 +02:00
jules
9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +01:00
hogliux
48ac6347e1 Fixed the MSVC exporter to combine multiple internal post-build scripts of various plug-in formats 2016-09-16 11:20:39 +01:00
hogliux
ff40b46bf2 Added support for automatically creating AAX plugin bundles on Windows
Requires re-compilation of the Projucer
2016-09-12 09:25:30 +01:00
tpoole
28bb28a642 Fixed a trailing "\" bug in the VS intermediates path 2016-08-25 12:37:06 +01:00
tpoole
9f31d6498a Use a bespoke VST2 interface 2016-08-22 09:57:16 +01:00
hogliux
6fdb7e33bc Also add assembler files to MSVC projects 2016-07-25 16:37:29 +01:00
stefan.graenitz
61e71eb1dc Add incremental linking option for Visual Studio exporters 2016-05-31 16:53:19 +02:00
jules
d9e3cdac16 Removed a few references to var::null 2016-04-28 10:10:00 +01:00
jules
0a0c550198 Projucer: made sure that RTAS files are built with stdcall in MSVC 2016-04-11 11:42:13 +01:00
jules
fb864a5cb1 Corrected some spelling mistakes in comments 2016-04-11 11:13:44 +01:00
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. 2016-04-06 18:31:24 +01:00
Renamed from extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h (Browse further)