1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
Commit graph

231 commits

Author SHA1 Message Date
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
a2705927c9 Introjucer: tweak to the VS2010 toolset types. 2013-12-23 11:09:49 +00:00
jules
b6a907290b Introjucer: added option to set the toolset in VC2010 projects. 2013-12-22 18:49:00 +00:00
jules
bb4aa53773 Minor clean-up. 2013-12-17 23:30:27 +00:00
jules
9bba8bae5e Introjucer: added a header-guard to the binarydata files that are generated 2013-12-11 21:33:03 +00:00
jules
fb15840f61 Introjucer: removed a flag from the CodeBlocks project exporter. 2013-12-02 09:22:49 +00:00
jules
86d03cc5ed Introjucer: avoided setting the MSVC character type if "default" is chosen. 2013-11-27 20:57:49 +00:00
jules
f2cca861dd Introjucer: quoting of all include paths to keep Xcode 5 happy. 2013-11-26 10:04:21 +00:00
jules
2c3d639d91 Introjucer: fix for RTAS path when exporting VC projects. 2013-11-26 09:38:09 +00:00
jules
7643162766 Introjucer: made it recognise .S files as needing to be compiled. 2013-11-21 14:29:48 +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
a9c4a69408 Introjucer: added a button to copy module paths across all modules. 2013-11-11 16:13:43 +00:00
jules
12a8dd3092 Avoided some pedantic GCC warnings. 2013-11-03 19:16:52 +00:00
jules
4de9768ecb Introjucer: better setup of module paths in new exporters. 2013-11-01 10:43:53 +00:00
jules
f4a5a0ecb4 Introjucer: better exporting of absolute module paths in android makefiles. 2013-10-28 21:37:21 +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
81435f8134 Made a few constant string arrays static to help compilers to optimise their initialisation. 2013-10-17 10:42:58 +01:00
jules
20fa1be6ed Introjucer: fix for finding modules on linux. 2013-10-02 10:56:02 +01: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
342684a4c2 Introjucer: extended the binary data format to include a list of the filenames of all the resources. 2013-09-30 15:39:00 +01:00
jules
a9aae9651b Big refactoring of the introjucer's module handling - removed the global module path, and each module now stores its path for each exporter. Rewrote all the UI for downloading + updating modules. 2013-09-30 14:41:36 +01:00
jules
9113a7d6ab Introjucer: internal refactoring work. 2013-09-21 22:18:05 +01:00
jules
f887803358 Introjucer: updated list of OSX SDK versions. 2013-09-20 10:08:54 +01:00
jules
9243e3dbdd Minor tinkering with the String class. 2013-09-19 22:25:16 +01:00
jules
fc772941d6 Fixed some pedantic warnings. 2013-09-16 18:47:28 +01:00
jules
64391b7552 Introjucer: began refactoring some module-management code. 2013-09-16 09:23:37 +01:00
jules
463325c0c6 Introjucer: changed the way binary data cpps are generated so that the content will not be dependent on machine-specific paths. 2013-09-11 11:13:24 +01:00
jules
ec524a437d Fixed VC warning. Tweak to mouse cursor snap-back in sliders. Added an introjucer option to avoid adding the BinaryData.h header to AppConfig.h 2013-09-09 21:43:57 +01:00
jules
53ae95b730 Introjucer: fix for a situation where project groups could get duplicate IDs. 2013-08-05 17:11:26 +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
68227e8b29 Introjucer: Fixed an ordering problem in linux makefile generation. 2013-07-28 18:42:59 +01:00
jules
c3e082b252 Added WindowsRegistry::keyExists() methods 2013-07-25 10:49:12 +01:00
jules
61e87b7ead Introjucer: added LOCAL_ARM_MODE flag for android. 2013-07-17 20:10:06 +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
02e51c6074 Introjucer: VC2013 exporter fix. 2013-07-10 11:08:17 +01:00
jules
82d305a2a2 Introjucer: added exporter for VS2013 2013-07-09 16:09:28 +01:00
jules
472082c378 Introjucer: made VC pre/post build commands multi-line. 2013-06-26 13:28:16 +01:00
jules
c75a7300f5 Added some 'override' modifiers to overridden methods. 2013-06-23 23:09:52 +01:00
jules
62bed4a224 Introjucer: fix for static lib builds on linux. 2013-06-21 17:24:37 +01:00
jules
ddc1524742 Updated headers in demo project files. 2013-06-13 14:06:55 +01:00
jules
4b61bee102 Introjucer: makefile flags fix. 2013-06-08 13:20:27 +01:00
jules
a82ab2fd8e Introjucer: made linux exporter use same flags for C files 2013-06-07 21:23:11 +01:00
jules
ce3050f547 Introjucer: added link flags to LOCAL_LDLIBS for android build. 2013-06-04 10:22:31 +01:00
jules
5d353d4dec Introjucer: Character type setting for MSVC export 2013-05-15 17:32:21 -06:00
jules
f45a311d97 Introjucer: handling newlines in extra compiler flags setting. 2013-05-08 16:37:41 +01:00
jules
ba52b4aec5 Introjucer: hiding symbol visibility in linux release builds. 2013-04-28 17:07:30 +01:00
jules
00641f06ed Introjucer: Added a couple of CodeBlocks flags. 2013-04-24 15:00:59 +01:00