ed
|
ebb5219581
|
Fix for VS build error in last commit
|
7 years ago |
ed
|
2e81e8a0dc
|
Projucer: Made the C++ language standard option a per-project instead of per-build configuration setting. Added an option to enable GNU compiler extensions for supported exporters. Added the option to specify a minimum C++ language standard in module declarations and added a warning to the Projucer when adding a module that has a higher standard than currently set.
|
7 years ago |
tpoole
|
2bd5aa04aa
|
Projucer: Visual Studio Exporter: Set default architecture to x64
|
7 years ago |
tpoole
|
71ee795bbb
|
Projucer: Fixed null-terminated string array bug
|
8 years ago |
tpoole
|
ea34593ae4
|
Whitespace cleanup
|
8 years ago |
tpoole
|
a520bf6457
|
Projucer: Fixed bug in f8b9e4468
|
8 years ago |
tpoole
|
f8b9e44685
|
Projucer: Removed code for exporting old Visual Studio versions
|
8 years ago |
tpoole
|
1f8ccff728
|
Projucer: Fixed active VS build configuration bug
|
8 years ago |
tpoole
|
4965cdf030
|
Android: Added support for static libraries in modules
|
8 years ago |
ed
|
955b2aa71e
|
Projucer: Made the default Windows target platform version 8.1 for VS2013 and VS2015 exporters and 10.0.15063.0 for VS2017 exporters
|
8 years ago |
hogliux
|
d6d5a18818
|
Projucer: Use 10.0.14393.0 platform target version by default for VS exporter
|
8 years ago |
hogliux
|
7172e71b4a
|
Projucer: Fixed duplicate backslash in Visual Studio output directory setting
|
8 years ago |
hogliux
|
14d7675c48
|
Projucer: Source code files for browsing are now added to the individual VS projects instead of the VS solution
|
8 years ago |
hogliux
|
ceab51f7c4
|
Made the Projucer's Windows target platform property chooser available to all Visual Studio exporters
|
8 years ago |
hogliux
|
adb5b542af
|
Fixed a memory access bug with the previous commit
|
8 years ago |
hogliux
|
4c385e158c
|
Added support for setting the Windows target platform version in VS2017
|
8 years ago |
hogliux
|
d7d1a9a99e
|
Call AAX CreatePackage.bat script correctly from post-build script to catch any errors
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
c25457835e
|
Added manifest file property to the Projucer's MSVC exporter
|
8 years ago |
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
8 years ago |
hogliux
|
96dcf64967
|
Added Projucer support for C++ language standard in VS 2017
|
8 years ago |
tpoole
|
ca1b03a22d
|
Minor style fixes
|
8 years ago |
hogliux
|
bcf743b33f
|
Removed whitespace characters from MSVC project names
|
8 years ago |
hogliux
|
bba9c7e9ed
|
Added Visual Studio 2017 exporter to the Projucer
|
8 years ago |
tpoole
|
ab4f269c60
|
Removed brackets from build target names and resaved all projects
|
8 years ago |
hogliux
|
d933b4af84
|
Fixed RTAS compilation on Windows and OS X
|
8 years ago |
tpoole
|
f1bbead360
|
Set the default Visual Studio exporter settings to separate build products by architecture
|
8 years ago |
tpoole
|
e2a3733082
|
Added active configurations to the Visual Studio exporters
|
8 years ago |
hogliux
|
12b9c01ad6
|
Attempt to fix RTAS builds on Windows
|
8 years ago |
tpoole
|
a2635253f2
|
Added a tooltip to the Runtime Library selection in the Projucer
|
8 years ago |
tpoole
|
f5231a9cc8
|
Changed the default MSVC architecture to x64
|
8 years ago |
hogliux
|
871236d4cd
|
Removed MSVC 2005 and 2008 exporters
|
8 years ago |
hogliux
|
ec0485388d
|
Reworked and modernised Android exporter and removed old deprecated Android ant exporter
|
8 years ago |
hogliux
|
0117aace01
|
Added support for multi-target exporters and standalone plug-in format
|
8 years ago |
tpoole
|
7d4d853067
|
Fixed AAX SDK relative path bug on Windows
|
8 years ago |
hogliux
|
cab4569849
|
Fixed a typo which lead the MSVC exporter to incorrectly recognize absolute AAX SDK paths
|
8 years ago |
hogliux
|
ffc687afdc
|
Added TargetExt vcxproj property to MSVC
|
8 years ago |
hogliux
|
eac52c9faf
|
Fixed a bug in the projucer that would create incorrect post build scripts for AAX in certain situations
|
8 years ago |
hogliux
|
cdb7285011
|
Fixed AAX post build script to consider SDK paths containing whitespaces and already existing directories
|
8 years ago |
hogliux
|
773e7087cd
|
Removed unecessary path seperators in MSVC post-build scripts
|
8 years ago |
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.
|
8 years ago |
hogliux
|
48ac6347e1
|
Fixed the MSVC exporter to combine multiple internal post-build scripts of various plug-in formats
|
8 years ago |
hogliux
|
ff40b46bf2
|
Added support for automatically creating AAX plugin bundles on Windows
Requires re-compilation of the Projucer
|
8 years ago |
tpoole
|
28bb28a642
|
Fixed a trailing "\" bug in the VS intermediates path
|
8 years ago |
tpoole
|
9f31d6498a
|
Use a bespoke VST2 interface
|
8 years ago |
hogliux
|
6fdb7e33bc
|
Also add assembler files to MSVC projects
|
8 years ago |
stefan.graenitz
|
61e71eb1dc
|
Add incremental linking option for Visual Studio exporters
|
9 years ago |
jules
|
d9e3cdac16
|
Removed a few references to var::null
|
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 |