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

11 commits

Author SHA1 Message Date
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. 2017-07-19 17:23:20 +01:00
tpoole
4965cdf030 Android: Added support for static libraries in modules 2017-06-22 17:50:57 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +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
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
da3f3a8eac Fixed bug creating dynamic libraries with the Linux Makefile and Code::Blocks exporters 2017-01-12 11:54:51 +00:00
tpoole
25e72a71b9 Fixed some issues with the Linux Code::Blocks exporter 2017-01-04 11:16:30 +00: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
tpoole
9f31d6498a Use a bespoke VST2 interface 2016-08-22 09:57:16 +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_CodeBlocks.h (Browse further)