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

64 commits

Author SHA1 Message Date
jules
ddc1524742 Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jules
5601c4d189 Introjucer: Added an exporter for Code::Blocks projects 2013-03-28 21:42:21 +00:00
jules
2a6a6651b2 Introjucer: refactored static/dynamic library generation projects. 2013-03-26 11:32:51 +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
1bfddbbeff Introjucer: added CLANG_LINK_OBJC_RUNTIME = NO flag to Xcode builds. 2013-02-22 11:51:01 +00:00
jules
e8cc7b1dd6 Introjucer: Xcode prebuild script fix. 2013-02-03 13:37:36 +00:00
jules
ddb6b969ea Introjucer: new plist format for AU plugins. 2013-01-05 15:42:05 +00:00
jules
7a3453f48b Minor clean-ups. 2012-12-31 19:10:54 +00:00
jules
54eebff76d Introjucer: added custom external libraries to link. 2012-11-30 20:12:57 +00:00
jules
9bf10e2caa Introjucer: Xcode fix for properties which end in a quote. 2012-11-08 13:50:25 +00:00
jules
d79fcf1d32 Introjucer: swapped the xib file for a nib file. 2012-11-08 11:28:16 +00:00
jules
f13621a78d Added support for native OSX recent files menu - to enable it, see the MenuBarModel::setMacMainMenu() method, and re-save your project using this version of the introjucer. 2012-10-28 18:38:10 +00:00
jules
c50a70669a Introjucer: handling quotes in preprocessor defs in Xcode 2012-10-11 16:35:03 +01:00
jules
2758080d7e Introjucer: added Xcode pre-build script. 2012-10-08 20:21:24 +01:00
jules
c38cb0a7b9 Introjucer: images files that aren't marked as being a binary include are added to the Xcode project as resources. 2012-10-02 12:57:40 +01:00
jules
9077ba817d Introjucer: fix for Xcode filenames containing @ signs. 2012-09-28 11:15:07 +01:00
jules
2ac8615c7e Introjucer: Xcode project generation update. 2012-09-19 10:57:55 +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
b86a9f3429 Introjucer: fix for Xcode plist file generation when there are multiple file extensions. 2012-08-07 15:43:54 +01:00
jules
74eb65090f Introjucer: improved some rollover help. 2012-08-07 14:52:12 +01:00
jules
49d0182f61 Introjucer: graphical tweaks, binary data header change. 2012-07-26 22:16:07 +01:00
jules
e875ddc3a1 Introjucer: optimised some unnecessary project copying. 2012-07-22 14:21:07 +01:00
jules
a151510501 Introjucer: don't enable OSX "active architecture only" if an non-default architecture has been chosen. 2012-07-20 21:09:30 +01:00
jules
8b208084aa Introjucer: icns file format fix. 2012-07-16 20:33:45 +01:00
jules
74078ee2c8 Introjucer: support for larger OSX icon sizes. 2012-07-16 15:53:09 +01:00
jules
2fe73f6ebe Introjucer: added a flag to help with OSX retina displays. 2012-07-08 17:32:58 +01:00
jules
7a1c8f61a5 RTAS build fixes. 2012-07-05 19:50:16 +01:00
jules
ead42bd39a Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item. 2012-06-27 19:08:06 +01:00
jules
654134ffdb Introjucer: removed old OSX 10.4 target option. 2012-06-15 17:27:58 +01:00
jules
ac1d6955e7 Rewrote all internal OSX obj-C classes as dynamically-created classes. A side-effect of this is that plugins will no longer suffer from obj-C name-collision problems, and the old JUCE_ObjCExtraSuffix value is no longer needed. 2012-05-29 10:30:41 +01:00
jules
c1d5fd53cb Introjucer: ability to specify an iOS deployment version. 2012-05-24 13:14:12 +01:00
jules
9a56a2f8ba Introjucer: added Xcode option to link with LLVM libc++ 2012-05-22 14:13:42 +01:00
jules
a2845d8895 Introjucer: some preliminary AAX work. 2012-05-09 12:06:47 +01:00
jules
ff3b616759 Introjucer: better icon generation. 2012-04-10 12:09:09 +01:00
jules
849dd043b8 Introjucer: option to build .dylibs in Xcode. 2012-04-03 15:15:35 +01:00
jules
1cb0847568 Introjucer: improvements for VS2010 and old PPC Xcode targets. 2012-04-03 14:52:19 +01: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
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
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
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
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
7241a03860 Introjucer: Added a library paths settings for all platforms. 2012-02-12 16:25:41 +00:00