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
|
98cb1011bb
|
JUCE Demo: Increased the compiler warning level
|
7 years ago |
hogliux
|
62101b554c
|
Android: Fixed an issue where optimisation flags would be ignored by Android Studio/gradle
|
7 years ago |
hogliux
|
8afcd55079
|
Android Exporter: Fixed a bug where the exporter specific extra macro pre-processor config field in the Projucer would be ignored completely
|
7 years ago |
hogliux
|
8d645b8333
|
Projucer Android Exporter: Fixed a bug where pre-processor macros would not be escaped correctly (Fixes #215)
|
7 years ago |
hogliux
|
c8a3410288
|
Android: Upgraded default android gradle plug-in and build tools version to match latest Android Studio
|
7 years ago |
hogliux
|
c54409c7ad
|
Android: Updated default version value for the android gradle plugin to the latest version
|
7 years ago |
tpoole
|
4965cdf030
|
Android: Added support for static libraries in modules
|
8 years ago |
jules
|
56a2ad4231
|
Projucer: Add various android project properties to the Android exporter to add custom resources and gradle dependencies
|
8 years ago |
hogliux
|
2cdf30dd46
|
Android: Added external storage read/write permissions to RuntimePermissions class
|
8 years ago |
hogliux
|
c63fd17568
|
Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android
|
8 years ago |
hogliux
|
f0a1b0b5e6
|
Projucer: Added an error message if your activity class name contains underscores
|
8 years ago |
jules
|
7f5abd41b1
|
Projucer: Fixed a crash in the android exporter when VST3 is enabled
|
8 years ago |
hogliux
|
b5afccc37c
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |
hogliux
|
e2f38312b6
|
Updated Projucer's default android plugin version to latest (2.3.1)
|
8 years ago |
jules
|
44cd80969d
|
A few C++11 modernisations and comment corrections
|
8 years ago |
jules
|
8ed41ed14b
|
Fixed some whitespace style and cleaned up some code using C++11
|
8 years ago |
hogliux
|
c26f9f3720
|
Added Projucer option to select c++ language standard in Android exporter
|
8 years ago |
hogliux
|
52fdb2bb3f
|
Updated default gradle version to 3.3 to match newest android plug-in version
|
8 years ago |
hogliux
|
77820cfd0b
|
Updated default android gradle plugin version to 2.3.0
|
8 years ago |
hogliux
|
67b0e58187
|
Added code to ensure that assets are not copied when extra assets paths in Android are not specified
|
8 years ago |
hogliux
|
2e0e984145
|
Add support for adding extra Android assets
|
8 years ago |
hogliux
|
0b6131034b
|
Modified Android exporter to use the jucer file's extra libraries in a more cmake way
|
8 years ago |
hogliux
|
934aa72d6f
|
Fixed an issue where the Projucer would not detect OpenGL ESv3 support correctly on Android
|
8 years ago |
hogliux
|
fb47a9068a
|
Fixed a typo in the CMake file generator in the Android exporter
|
8 years ago |
hogliux
|
cb6d43cbae
|
Added preliminary support for static libraries on Android
|
8 years ago |
hogliux
|
1ed0051d74
|
Fixed a potential crash in the new Android exporter
|
8 years ago |
hogliux
|
ec0485388d
|
Reworked and modernised Android exporter and removed old deprecated Android ant exporter
|
8 years ago |