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

43 commits

Author SHA1 Message Date
jules
7643162766 Introjucer: made it recognise .S files as needing to be compiled. 2013-11-21 14:29:48 +00:00
jules
4de9768ecb Introjucer: better setup of module paths in new exporters. 2013-11-01 10:43:53 +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
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
64391b7552 Introjucer: began refactoring some module-management code. 2013-09-16 09:23:37 +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
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
22b98217d8 Introjucer: fix for android not using external libraries setting. 2013-03-06 20:30:13 +00:00
jules
84e87f7391 Introjucer: tidied up optimisation level descriptions. 2013-01-29 17:48:33 +00:00
jules
f68d0af5c2 Introjucer: Added a VS2012 exporter type. 2013-01-20 11:51:11 +00:00
jules
234525aef9 Increased the warning level in a couple of OSX builds, and removed some pedantic warnings in the introjucer. 2012-12-27 19:56:18 +00:00
jules
54eebff76d Introjucer: added custom external libraries to link. 2012-11-30 20:12:57 +00:00
jules
ab7c03a99e Introjucer: Added MSVC option for using DLL runtime lib. 2012-10-18 11:08:56 +01:00
jules
e8131455d5 Introjucer: added some comment fields to the config pages. 2012-09-05 15:27:29 +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
17e59cf95f Introjucer: made sure the new project wizard creates an exporter for the current OS. 2012-07-03 12:07:05 +01:00
jules
ead42bd39a Introjucer: Added an Xcode post-build script setting. Enlarged some of the settings page boxes, allowing multi-line text entry for some paths and preprocessor settings. Moved the modules list to its own tree-item. 2012-06-27 19:08:06 +01:00
jules
9074f68da8 Introjucer: more AAX support and some clean-ups. 2012-06-26 15:30:48 +01:00
jules
463d2b3289 Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs. 2012-06-24 21:20:59 +01:00
jules
0c142b51b5 Introjucer: avoided clang warning in generated binary data code. 2012-06-23 13:54:38 +01:00
jules
10815d9e4d Introjucer: made the project wizard create some default exporters. 2012-04-24 10:50:00 +01:00
jules
cebf34d9bb Introjucer: improved handling of windows filenames when run on *nix. 2012-04-16 12:20:58 +01:00
jules
ff3b616759 Introjucer: better icon generation. 2012-04-10 12:09:09 +01:00
jules
bcffc2c94a Introjucer build config fix. 2012-02-28 20:30:57 +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
105929d39f Introjucer: a few minor optimisations. 2012-02-20 13:07:45 +00:00
jules
75e9f9102e Introjucer: fixed a problem when creating new exporters. Added better error reporting for GL shader compilation. Linux http fix. 2012-02-15 11:20:36 +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
4e77678299 Introjucer: App icons are now specified per-exporter type rather than globally for the project. 2012-02-13 14:09:30 +00:00
jules
7241a03860 Introjucer: Added a library paths settings for all platforms. 2012-02-12 16:25:41 +00:00
jules
8f4548745a Minor introjucer rejigging. 2012-02-11 17:18:38 +00:00
jules
b8397a9888 Added some iterators for introjucer projects. 2012-02-10 18:50:07 +00:00
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. 2012-02-09 13:35:37 +00:00
jules
10a388a9e8 Introjucer: added option to provide some custom Plist XML which overrides the introjucer's settings. Cleaned up some internal introjucer property handling. 2012-02-08 15:15:06 +00:00
jules
0b1cdf6ab1 Refactoring of image storage: new classes ImageType, ImagePixelData, SoftwareImageType, NativeImageType, OpenGLImageType. 2011-10-28 14:21:29 +01:00
jules
c7354b927e Introjucer updates to the new project wizard and module update system. 2011-10-03 13:05:21 +01:00
Julian Storer
2d56bedab5 Introjucer update to provide downloading of new modules directly from the website. 2011-09-17 16:15:38 +01:00
Julian Storer
8aa60b9361 Minor URL additions and introjucer work. 2011-08-18 12:44:30 +01:00
Julian Storer
f04875879e Introjucer work. Improved command line tokenisation in OSX. 2011-08-17 15:07:06 +01:00
Renamed from extras/Introjucer/Source/Project/jucer_ProjectExporter.cpp (Browse further)