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

66 commits

Author SHA1 Message Date
jules
ddc1524742 Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jules
5d353d4dec Introjucer: Character type setting for MSVC export 2013-05-15 17:32:21 -06: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
b6d0cef252 Introjucer: set the LargeAddressAware flag in VC2010/12 builds. 2013-03-06 21:38:45 +00:00
jules
eee4176331 VC2008 build fix. Rebuild of projects. 2013-02-25 14:40:08 +00:00
jules
f65a8148a6 Introjucer: fixed broken MSVC intermediates path. 2013-02-24 18:30:10 +00:00
jules
f507bb8a48 Introjucer: added an option to set the intermediates path in MSVC. 2013-02-24 13:39:48 +00:00
jules
719969e1dd Introjucer: fixed typo in VS toolset names. 2013-02-12 16:57:39 +00:00
jules
5b33ab51f0 Introjucer: added VS2012 option for choosing the target SDK. 2013-02-11 12:50:25 +00:00
jules
8d0d475234 Introjucer: turn off SEH in VS2012 export when edit+continue enabled. 2013-01-29 18:27:54 +00:00
jules
84e87f7391 Introjucer: tidied up optimisation level descriptions. 2013-01-29 17:48:33 +00:00
jules
24667e7f48 Introjucer: fix to AAX install script and VC2008 optimisation level. 2013-01-22 16:59:24 +00:00
jules
f68d0af5c2 Introjucer: Added a VS2012 exporter type. 2013-01-20 11:51:11 +00:00
jules
0851999567 Introjucer: tweak to VC2010 maximum optimisation flags. 2013-01-14 16:45:35 +00:00
jules
2c8b5a37af Introjucer: VC option for forcing debug symbols. 2013-01-12 20:59:23 +00:00
jules
a70b4f912c Introjucer: VC2010 library paths. 2013-01-08 18:24:07 +00:00
jules
7a3453f48b Minor clean-ups. 2012-12-31 19:10:54 +00:00
jules
e954a6558b Introjucer: More explicit control over the MSVC DLL runtime mode. 2012-12-06 16:35:06 +00:00
jules
54eebff76d Introjucer: added custom external libraries to link. 2012-11-30 20:12:57 +00:00
jules
c391b5eab8 Introjucer: added an extra icon ID in the MSVC resource file. 2012-11-13 16:19:49 +00:00
jules
ab7c03a99e Introjucer: Added MSVC option for using DLL runtime lib. 2012-10-18 11:08:56 +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
2791f878e7 Introjucer: fix for VS. 2012-09-05 08:51:32 +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
e875ddc3a1 Introjucer: optimised some unnecessary project copying. 2012-07-22 14:21:07 +01:00
jules
1f2c81980f Introjucer: Fix for MSVC optimisation levels. 2012-07-13 19:35:46 +01:00
jules
65f147b241 Introjucer: Visual studio WPO and debug option fixes. 2012-07-13 12:28:25 +01:00
jules
9074f68da8 Introjucer: more AAX support and some clean-ups. 2012-06-26 15:30:48 +01:00
jules
4cabc9095e Introjucer: Added code to the win32 resource file to allow custom rc files to be included. 2012-06-01 16:26:10 +01:00
jules
b7d0c13226 Introjucer: Use of $(OutDir) in MSVC projects. 2012-05-23 14:09:39 +01:00
jules
b3c193e15e Introjucer: Better use of $(IntDir) in MSVC project generation. 2012-05-22 13:34:58 +01:00
jules
00af978182 Introjucer: Fixes for adding non-code files to VS2010 projects. 2012-05-09 18:09:51 +01:00
jules
a2845d8895 Introjucer: some preliminary AAX work. 2012-05-09 12:06:47 +01:00
jules
7abee24947 Introjucer: fix to VS2010 library setting. 2012-05-03 13:16:12 +01:00
jules
cebf34d9bb Introjucer: improved handling of windows filenames when run on *nix. 2012-04-16 12:20:58 +01:00
jules
1cb0847568 Introjucer: improvements for VS2010 and old PPC Xcode targets. 2012-04-03 14:52:19 +01:00
jules
4e1a9f6526 better double comparisons for var. Fix for VS2005/VS2010 RTAS exporting. Minor GL cleanups and project updates. 2012-03-31 16:41:05 +01:00
jules
cba76bef60 Introjucer: fix for RTAS in VS2010 2012-03-12 21:43:43 +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
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
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
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
5308aef329 Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer. 2012-02-13 17:56:59 +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