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

114 commits

Author SHA1 Message Date
jules
21dabf778d Introjucer: Refactored global path implementation 2015-08-20 12:46:47 +01:00
Timur Doumler
bbf4627582 Introjucer: updated outdated iOS deployment target version number list. 2015-08-18 16:08:43 +01:00
Timur Doumler
7c226fcf92 Introjucer: C++98 compile fixes. 2015-08-17 09:53:36 +01:00
Timur Doumler
a178731a95 refactoring: put initialisation of dependency path values into the individual exporters, called from their constructors. 2015-08-13 17:47:01 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00
hogliux
0e6c3ab68f Add all possible orientations to the UISupportedInterfaceOrientations plist element on iOS 2015-07-16 12:33:10 +01:00
jules
3cfdde28c3 Avoided a VC2013 warning in the introjucer. 2015-06-28 14:13:43 +01:00
jules
0e38c68e15 Removed some accidental C++11 syntax in the introjucer. 2015-06-26 08:27:48 +01:00
jules
6cbab98ab2 Introjucer: update to the format of iOS icons. 2015-06-24 17:20:31 +01:00
jules
43ce64a099 Introjucer: refactored some functions and made it add "--no-undefined" to linux VST makefile linker settings. 2015-05-22 11:27:01 +01:00
Timur Doumler
fc2f9e848d Introjucer: Added option to select C++ language standard for Xcode. 2015-05-22 09:38:12 +01:00
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