59 Commits (f65a8148a6de89f5cdd49b4787d155c749fdde4c)

Author SHA1 Message Date
  jules f65a8148a6 Introjucer: fixed broken MSVC intermediates path. 12 years ago
  jules f507bb8a48 Introjucer: added an option to set the intermediates path in MSVC. 12 years ago
  jules 719969e1dd Introjucer: fixed typo in VS toolset names. 12 years ago
  jules 5b33ab51f0 Introjucer: added VS2012 option for choosing the target SDK. 12 years ago
  jules 8d0d475234 Introjucer: turn off SEH in VS2012 export when edit+continue enabled. 12 years ago
  jules 84e87f7391 Introjucer: tidied up optimisation level descriptions. 12 years ago
  jules 24667e7f48 Introjucer: fix to AAX install script and VC2008 optimisation level. 12 years ago
  jules f68d0af5c2 Introjucer: Added a VS2012 exporter type. 12 years ago
  jules 0851999567 Introjucer: tweak to VC2010 maximum optimisation flags. 12 years ago
  jules 2c8b5a37af Introjucer: VC option for forcing debug symbols. 12 years ago
  jules a70b4f912c Introjucer: VC2010 library paths. 12 years ago
  jules 7a3453f48b Minor clean-ups. 12 years ago
  jules e954a6558b Introjucer: More explicit control over the MSVC DLL runtime mode. 12 years ago
  jules 54eebff76d Introjucer: added custom external libraries to link. 12 years ago
  jules c391b5eab8 Introjucer: added an extra icon ID in the MSVC resource file. 12 years ago
  jules ab7c03a99e Introjucer: Added MSVC option for using DLL runtime lib. 12 years ago
  jules 9fde239d9c Misc minor tidying up. 12 years ago
  jules e8131455d5 Introjucer: added some comment fields to the config pages. 12 years ago
  jules 2791f878e7 Introjucer: fix for VS. 12 years ago
  jules b11527d751 Introjucer: launching a project now opens the first possible exporter in the list. 12 years ago
  jules e875ddc3a1 Introjucer: optimised some unnecessary project copying. 13 years ago
  jules 1f2c81980f Introjucer: Fix for MSVC optimisation levels. 13 years ago
  jules 65f147b241 Introjucer: Visual studio WPO and debug option fixes. 13 years ago
  jules 9074f68da8 Introjucer: more AAX support and some clean-ups. 13 years ago
  jules 4cabc9095e Introjucer: Added code to the win32 resource file to allow custom rc files to be included. 13 years ago
  jules b7d0c13226 Introjucer: Use of $(OutDir) in MSVC projects. 13 years ago
  jules b3c193e15e Introjucer: Better use of $(IntDir) in MSVC project generation. 13 years ago
  jules 00af978182 Introjucer: Fixes for adding non-code files to VS2010 projects. 13 years ago
  jules a2845d8895 Introjucer: some preliminary AAX work. 13 years ago
  jules 7abee24947 Introjucer: fix to VS2010 library setting. 13 years ago
  jules cebf34d9bb Introjucer: improved handling of windows filenames when run on *nix. 13 years ago
  jules 1cb0847568 Introjucer: improvements for VS2010 and old PPC Xcode targets. 13 years ago
  jules 4e1a9f6526 better double comparisons for var. Fix for VS2005/VS2010 RTAS exporting. Minor GL cleanups and project updates. 13 years ago
  jules cba76bef60 Introjucer: fix for RTAS in VS2010 13 years ago
  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. 13 years ago
  jules 1c55b28390 Introjucer: fix for MSVC post build events in RTAS. 13 years ago
  jules 51b2068576 Introjucer: added company name property to project, and better exe property info generation in MSVC resource files. Added method OpenGLComponent::rebuildContext(). 13 years ago
  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. 13 years ago
  jules 1ef6c140ec Introjucer: added an option for setting custom Xcode flags. Cleaned up some MSVC library naming settings. 13 years ago
  jules 5308aef329 Removed some old VC6 workarounds, and removed the VC6 exporter from the introjucer. 13 years ago
  jules 05d10b8be9 Introjucer: fix to avoid unneccessary saving. Internal ListBox tweaks. 13 years ago
  jules 7241a03860 Introjucer: Added a library paths settings for all platforms. 13 years ago
  jules ae5e0d348f Introjucer: Added pre- and post-build commands and manifest generation options for MSVC. 13 years ago
  jules 8f4548745a Minor introjucer rejigging. 13 years ago
  jules b8397a9888 Added some iterators for introjucer projects. 13 years ago
  jules 6e4d5e4640 Introjucer: On Windows the .ico file now contains a 256x256 icon. 13 years ago
  jules a9894dc15e Introjucer: tweaked VC2005 version number. Minor fix for Thread. Tweaked assertion method used in Xcode to allow continuation after an assertion. 13 years ago
  jules 18ea13a625 Introjucer: added option for setting warning levels in VC++ 13 years ago
  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. 13 years ago
  jules 10a388a9e8 Introjucer: added option to provide some custom Plist XML which overrides the introjucer's settings. Cleaned up some internal introjucer property handling. 13 years ago