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

51 commits

Author SHA1 Message Date
jules
a9c4a69408 Introjucer: added a button to copy module paths across all modules. 2013-11-11 16:13:43 +00:00
jules
f4a5a0ecb4 Introjucer: better exporting of absolute module paths in android makefiles. 2013-10-28 21:37:21 +00:00
jules
64391b7552 Introjucer: began refactoring some module-management code. 2013-09-16 09:23:37 +01:00
jules
61e87b7ead Introjucer: added LOCAL_ARM_MODE flag for android. 2013-07-17 20:10:06 +01:00
jules
f196f88330 Introjucer: added a menu to choose which IDE to launch when there's more than one. 2013-07-16 13:45:40 +01:00
jules
82d305a2a2 Introjucer: added exporter for VS2013 2013-07-09 16:09:28 +01:00
jules
ddc1524742 Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jules
ce3050f547 Introjucer: added link flags to LOCAL_LDLIBS for android build. 2013-06-04 10:22:31 +01:00
jules
84dd03930b Introjucer: set LOCAL_CFLAGS variable for Android. 2013-04-10 21:10:09 +01:00
jules
5601c4d189 Introjucer: Added an exporter for Code::Blocks projects 2013-03-28 21:42:21 +00:00
jules
d0135d9efc Worked around a GCC compiler bug. Also tidied up a bunch of GCC warnings. 2013-03-08 14:07:51 +00:00
jules
891e0c5343 Introjucer: Xcode tweak so that newer Xcode versions still put the build products in the build/[config] folder by default. 2013-03-06 22:33:35 +00:00
jules
22b98217d8 Introjucer: fix for android not using external libraries setting. 2013-03-06 20:30:13 +00:00
jules
69a08e3fb2 Removed some superfluous semicolons. 2013-01-20 11:50:05 +00:00
jules
699b5303e2 Android: multi-touch support. 2012-11-13 17:14:32 +00:00
jules
0a1c88be30 Android: setting targetSDKVersion flag. 2012-09-20 08:53:59 +01:00
jules
06e2a667fb Introjucer: change to android manifest to improve graphics performance. Stopped alertwindows being always-on-top in plugins. 2012-09-19 18:39:57 +01:00
jules
9fde239d9c Misc minor tidying up. 2012-09-08 11:31:51 +01:00
jules
e8131455d5 Introjucer: added some comment fields to the config pages. 2012-09-05 15:27:29 +01:00
jules
b11527d751 Introjucer: launching a project now opens the first possible exporter in the list. 2012-09-04 21:08:52 +01:00
jules
0b8174c410 Introjucer: removed android build warning. 2012-08-23 11:21:23 +01:00
jules
e875ddc3a1 Introjucer: optimised some unnecessary project copying. 2012-07-22 14:21:07 +01:00
jules
ecd91dc559 Introjucer: updated Android builds to work with the latest SDK. 2012-07-09 15:59:26 +01:00
jules
7c8eb56f04 Android: fix to prevent app restarts when rotating. 2012-05-19 10:23:56 +01:00
jules
54bdb48972 Introjucer: minor internal changes. 2012-04-24 13:34:37 +01:00
jules
e7b552957e Introjucer: made the c++11 flag optional in Android (enabling it seems to break some compatibility in the current NDK) 2012-04-11 13:33:22 +01:00
jules
63bc3f29de Introjucer fixes for key shortcut and Android c++ flags. Enabled c++0x mode for Android. 2012-04-04 12:52:07 +01:00
jules
3a7989ad7c Android: added OpenSLES audio device type. 2012-03-09 12:23:34 +00:00
jules
aab3a6a6eb Android GL work. 2012-02-29 14:16:14 +00:00
jules
8369d9b3ab Introjucer: improved Android projects so that ant can now build and install the apk in the standard way, and added signing key values. 2012-02-27 22:02:20 +00:00
jules
b69b7c7647 Made the ValueTree::getPropertyAsValue method non-const, to ensure the class behaves in a const-correct manner. Improved the Introjucer's use of const ValueTrees to enable it to write each exporter in parallel, for quicker saving. Tweaked the Identifer class to be thread-safe. 2012-02-24 17:15:58 +00:00
jules
d2a4173ab4 Android: better logging, more GL work. 2012-02-23 17:34:46 +00:00
jules
1c55b28390 Introjucer: fix for MSVC post build events in RTAS. 2012-02-23 11:11:08 +00:00
jules
51b2068576 Introjucer: added company name property to project, and better exe property info generation in MSVC resource files. Added method OpenGLComponent::rebuildContext(). 2012-02-22 11:11:34 +00:00
jules
092a0166cc Introjucer: added some android manifest options, and fixed audio input permissions for the demo app. 2012-02-21 10:02:10 +00:00
jules
d3d391ae7f Introjucer: Improved android project saving to allow the activity class to be custom-named, and to copy the java into the target tree instead of linking. Also added an option to set the android architectures. 2012-02-20 17:21:49 +00:00
jules
07189e3c23 Introjucer: now creates fat binaries on android. 2012-02-17 16:06:59 +00:00
jules
6d865420ee Android: better audio latency reporting. Introjucer: improved android icon generation. 2012-02-17 12:50:38 +00:00
jules
7241a03860 Introjucer: Added a library paths settings for all platforms. 2012-02-12 16:25:41 +00:00
jules
8f4548745a Minor introjucer rejigging. 2012-02-11 17:18:38 +00:00
jules
b8397a9888 Added some iterators for introjucer projects. 2012-02-10 18:50:07 +00:00
jules
2e664976ec Changed the introjucer's config list system: each exporter now contains its own list of configs. If you load an old project, its global config list will be copied into each of its exporters. Added x64 support for VC2010 projects, as an option in its configs. 2012-02-09 13:35:37 +00:00
jules
10a388a9e8 Introjucer: added option to provide some custom Plist XML which overrides the introjucer's settings. Cleaned up some internal introjucer property handling. 2012-02-08 15:15:06 +00:00
jules
a376a04c64 Android build updates. 2011-12-14 13:58:10 +00:00
jules
ba53323cbd Android updates to support NDK r7. 2011-12-12 12:23:15 +00:00
jules
5567e16566 Introjucer fix for plugin builds in MSVC. 2011-10-24 22:02:48 +01:00
jules
7c1e4dc0db Updates to keep android builds compatible with NDK6b and the latest SDK. 2011-10-24 15:54:06 +01:00
jules
9eb2e337d3 Minor additions to ValueTree, Time. OpenGL work. Update to introjucer MSVC .sln file generation. 2011-10-24 12:25:59 +01:00
jules
7a91c10a81 Android openGL build fixes. 2011-10-11 12:44:57 +01:00
Julian Storer
4fcd1e3384 New class: ChildProcess. Fixed android build problems with paths. 2011-09-02 12:48:36 +01:00