jules
|
aab3a6a6eb
|
Android GL work.
|
2012-02-29 14:16:14 +00:00 |
|
jules
|
bcffc2c94a
|
Introjucer build config fix.
|
2012-02-28 20:30:57 +00:00 |
|
jules
|
9c719306c9
|
Added -ldl to linux builds. Tidied up a few warnings.
|
2012-02-28 19:51:22 +00:00 |
|
jules
|
5b22611306
|
Cleaned up and simplified the ThreadPool class - addJob now takes a flag to indicate whether the pool should delete that job, and the class's constructor arguments have been simplified.
|
2012-02-28 15:08:26 +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
|
efa18b1230
|
Small introjucer fix.
|
2012-02-26 20:30:24 +00:00 |
|
jules
|
2bfa580254
|
Android GL work.
|
2012-02-25 18:30:42 +00:00 |
|
jules
|
54c82b3120
|
Android: added URL launching.
|
2012-02-24 17:48:18 +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
|
582d554d20
|
Reordered includes to make amalgamtion easier.
|
2012-02-24 09:46:55 +00:00 |
|
jules
|
f737dd8ba4
|
Added juce_audio_utils to the static lib project.
|
2012-02-24 08:58:34 +00:00 |
|
jules
|
cb18ce366a
|
Introjucer: disabled "launch project" buttons when no suitable exporter exists.
|
2012-02-23 21:31:52 +00:00 |
|
jules
|
d2a4173ab4
|
Android: better logging, more GL work.
|
2012-02-23 17:34:46 +00:00 |
|
jules
|
06895cefe1
|
Introjucer: RTAS exporter fix.
|
2012-02-23 14:20:02 +00:00 |
|
jules
|
1c55b28390
|
Introjucer: fix for MSVC post build events in RTAS.
|
2012-02-23 11:11:08 +00:00 |
|
jules
|
1804b983a0
|
Android GL work.
|
2012-02-23 09:57:00 +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
|
105929d39f
|
Introjucer: a few minor optimisations.
|
2012-02-20 13:07:45 +00:00 |
|
jules
|
0272a7cc6a
|
Introjucer: added SRCROOT flag to Xcode builds.
|
2012-02-20 11:43:56 +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
|
75e9f9102e
|
Introjucer: fixed a problem when creating new exporters. Added better error reporting for GL shader compilation. Linux http fix.
|
2012-02-15 11:20:36 +00:00 |
|
jules
|
a6069d1c02
|
Introjucer: added Xcode frameworks setting. Fix for win32 bold fonts. Fix for 64-bit plugin builds.
|
2012-02-14 18:08:12 +00:00 |
|
jules
|
1ef6c140ec
|
Introjucer: added an option for setting custom Xcode flags. Cleaned up some MSVC library naming settings.
|
2012-02-14 10:19:02 +00:00 |
|
jules
|
2b311a410f
|
Introjucer: added 10.7 SDK target and tidied up some 64-bit AU build settings.
|
2012-02-13 22:02:23 +00:00 |
|
jules
|
2ee8d03ebd
|
Minor introjucer tweak.
|
2012-02-13 18:01:33 +00:00 |
|
jules
|
5308aef329
|
Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer.
|
2012-02-13 17:56:59 +00:00 |
|
jules
|
4e77678299
|
Introjucer: App icons are now specified per-exporter type rather than globally for the project.
|
2012-02-13 14:09:30 +00:00 |
|
jules
|
05d10b8be9
|
Introjucer: fix to avoid unneccessary saving. Internal ListBox tweaks.
|
2012-02-12 22:16:42 +00:00 |
|
jules
|
7241a03860
|
Introjucer: Added a library paths settings for all platforms.
|
2012-02-12 16:25:41 +00:00 |
|
jules
|
ae5e0d348f
|
Introjucer: Added pre- and post-build commands and manifest generation options for MSVC.
|
2012-02-12 14:48:33 +00:00 |
|
jules
|
8f4548745a
|
Minor introjucer rejigging.
|
2012-02-11 17:18:38 +00:00 |
|
jules
|
295d125142
|
Stopped using the old BEGIN_JUCE_NAMESPACE macros, and just used hard-coded namespaces where necessary instead. The macro definitions are still there, so this shouldn't affect anyone's code.
|
2012-02-11 14:09:23 +00:00 |
|
jules
|
b8397a9888
|
Added some iterators for introjucer projects.
|
2012-02-10 18:50:07 +00:00 |
|
jules
|
93263a1157
|
Updated some of the MSVC project icons and solutions.
|
2012-02-10 11:17:21 +00:00 |
|
jules
|
6e4d5e4640
|
Introjucer: On Windows the .ico file now contains a 256x256 icon.
|
2012-02-10 11:13:16 +00:00 |
|
jules
|
a9894dc15e
|
Introjucer: tweaked VC2005 version number. Minor fix for Thread. Tweaked assertion method used in Xcode to allow continuation after an assertion.
|
2012-02-10 09:58:57 +00:00 |
|
jules
|
bde13c0289
|
Introjucer: added a warning when modules are used in both copying/non-copying modes.
|
2012-02-09 21:29:06 +00:00 |
|
jules
|
18ea13a625
|
Introjucer: added option for setting warning levels in VC++
|
2012-02-09 15:18:14 +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
|
fad59e53d2
|
Introjucer: made treeview remember its openness state.
|
2012-02-08 09:18:17 +00:00 |
|
jules
|
ea0260cfc7
|
Fix for OpenGL demo.
|
2012-02-07 16:10:39 +00:00 |
|
jules
|
47fa7c992b
|
OpenGLComponent changes: new requirement that when using a background thread, your subclass must call stopRenderThread() in its destructor to avoid race conditions.
|
2012-02-07 10:19:03 +00:00 |
|
jules
|
a0a500ee4b
|
Minor introjucer work. Minor fix for binarybuilder.
|
2012-02-06 22:28:30 +00:00 |
|
jules
|
f24d65e70d
|
Tidied up some introjucer menu modality.
|
2012-02-04 22:50:33 +00:00 |
|
jules
|
17e7f22976
|
Wav format fix. Minor introjucer clean-ups.
|
2012-02-04 21:28:24 +00:00 |
|
jules
|
f7d3521e06
|
Introjucer: minor refactoring + enabled clang c++0x option.
|
2012-02-04 17:33:34 +00:00 |
|