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

103 commits

Author SHA1 Message Date
jules
31f0d5e239 Introjucer: added more options for optimisation levels on GCC/LLVM targets. 2015-03-26 11:02:29 +00:00
jules
ef4a6ce1a7 Introjucer: Fix iOS 8.1 orientation by adding default orientation flags to the generated project plist. 2015-03-25 17:29:46 +00:00
jules
fce4188055 Introjucer: made the Xcode exporter delete .rsrc files to force a rebuild which can be needed to update the version number. 2015-03-23 17:37:36 +00:00
jules
bbc3a56b84 Introjucer: added module option flags for OSXLibs and iOSLibs 2015-03-02 14:54:57 +00:00
jules
ae271f09de Introjucer: Fixed a typo in the iOS project generation that creates the launch-image info file. 2015-01-06 09:59:26 +00:00
jules
2bacad372f Introjucer: Fix for handling spaces in some Xcode project paths. 2014-12-22 09:40:12 +00:00
jules
ad967325cd Introjucer: Added a flag to the iOS plist to work around flickering problems when launching the app caused by the OS giving strange screen size values. 2014-12-16 17:20:43 +00:00
jules
d75c31bf64 Introjucer: Workaround for old versions of GCC 2014-11-05 12:37:52 +00:00
jules
6d56d590df Introjucer: handled a couple more escape characters in the Xcode exporter 2014-11-02 10:12:39 +00:00
jules
581f6d26de Introjucer: Fixed escaping of scripts in Xcode exporter 2014-11-02 10:06:33 +00:00
jules
f2f8da2abe Introjucer: bumped latest OSX SDK option to 10. 2014-10-28 11:47:56 +00:00
jules
d88a49d9ae Introjucer: avoided creating iOS assets for a static lib project. 2014-10-08 20:24:32 +01:00
jules
811258e72b Introjucer: made the iOS build spit out some .xcassets resources, to force it to launch correctly on iOS8 2014-09-30 14:21:07 +01:00
jules
970300867f Introjucer: Added .S to the supported asm file extensions. 2014-08-22 13:34:23 +01:00
jules
6a89a440b5 Introjucer: Reorganised some file extensions and added .asm and .s to the list of recognised types. 2014-08-21 14:34:44 +01:00
jules
94076545a4 Introjucer: avoiding an Xcode warning when quicktime is explicitly disabled. 2014-04-20 10:34:26 +01:00
jules
65f01eb6f7 Introjucer: tweaked Xcode project structure to avoid warning about architectures. 2014-04-18 12:05:15 +01:00
jules
29f36905c5 Introjucer: updated the list of iOS versions. 2014-04-14 13:29:06 +01:00
jules
5409951861 Refactored some Xcode warning suppression. 2014-03-30 14:57:39 +01:00
jules
783af9c332 Introjucer: avoided warnings for old 3rd-party code in Xcode 5.1 2014-03-28 21:47:55 +00:00
jules
cc633ce3f5 Introjucer: Fixed folder sorting in Xcode export. 2014-01-09 10:27:46 +00:00
jules
3100e54728 Introjucer: workaround for building OSX icons if only a 1024x1024 image is supplied 2014-01-08 15:25:18 +00:00
jules
593e1c1e65 Introjucer: added a setting for specifying a code-signing identity in Xcode builds. 2014-01-07 15:36:38 +00:00
jules
ecaf9eb1ac Introjucer: made sure that preprocessor tokens are replaced in the binary name used. 2014-01-04 13:03:16 +00:00
jules
d582a66917 Introjucer: Added gnu++0x flag for android builds. Support for SVG icons. 2014-01-02 14:33:06 +00:00
jules
b439a1a4a3 Introjucer: added support for link-time code gen and non-IEEE math support on OSX + MSVC. 2013-12-28 15:51:10 +00:00
jules
f2cca861dd Introjucer: quoting of all include paths to keep Xcode 5 happy. 2013-11-26 10:04:21 +00:00
jules
e4557e618e Introjucer: fix for Xcode paths that contain spaces 2013-11-13 13:08:25 +00:00
jules
272c38ff53 Introjucer: avoided mangling Xcode frameworks if they're specified as absolute paths. 2013-11-13 10:04:33 +00:00
jules
ab6314f9e3 Introjucer: updated some Xcode architecture flags that seem to have changed. Added a VC2013 build. 2013-10-28 09:40:26 +00:00
jules
3c03b34c07 Introjucer: made the Xcode projects correctly handle .c file types. 2013-10-01 20:47:55 +01:00
jules
3fe01cdca7 Removed some duplicated code. 2013-10-01 13:49:18 +01:00
jules
f887803358 Introjucer: updated list of OSX SDK versions. 2013-09-20 10:08:54 +01:00
jules
fc772941d6 Fixed some pedantic warnings. 2013-09-16 18:47:28 +01:00
jules
68e49a99bb Introjucer: tweaked the dead code stripping flags for Xcode. 2013-08-04 16:36:03 +01:00
jules
2c97d9ed3d Introjucer: made Xcode release builds strip dead code. 2013-08-04 13:14:13 +01:00
jules
c3e082b252 Added WindowsRegistry::keyExists() methods 2013-07-25 10:49:12 +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
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