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

1816 commits

Author SHA1 Message Date
jules
bee73687bb Introjucer: added CTP_Nov2013 as a toolset option for VS2015 2015-11-02 09:59:05 +00:00
jules
9ff92b8002 Introjucer: tweaked whitespace in generated headers to not have an extra trailing line, and resaved all projects using it 2015-11-02 09:59:05 +00:00
jules
2cade63021 Introjucer: added a -tidy-divider-comment command-line option 2015-11-02 09:59:05 +00:00
jules
09afb3b1c6 Introjucer: fixed a VC warning 2015-11-02 09:59:04 +00:00
jules
8045d89b3a Introjucer: added C++ standard as an option in linux makefiles 2015-11-02 09:59:04 +00:00
jules
52f7a9c0f4 Introjucer: now ignores spurious OSX command-line arguments 2015-11-02 09:59:04 +00:00
Joshua Gerrard
5ec1058f23 Fixed application icon not appearing for associated file types on OSX 2015-11-02 09:59:04 +00:00
jules
3e5ae4ea6a Resaved various project files. 2015-10-28 09:48:45 +00:00
jules
f47e10375b Introjucer: fixed issue with non CR-LF in linker setting fields 2015-10-27 17:22:10 +00:00
Joshua Gerrard
7ca51f0a7d Introjucer: Added 10.11 deployment target to Xcode exporter 2015-10-27 15:59:18 +00:00
jules
f8c90cebe4 Introjucer: Improved error messages when module paths are invalid 2015-10-27 12:50:52 +00:00
hogliux
cc16a852a7 Fix incorrect charset-id in .rc files exported by the Introjucer on Windows 2015-10-26 16:03:06 +00:00
Timur Doumler
123e1e1679 Fixed custom Plist error for iOS. 2015-10-22 09:39:43 +01:00
jules
f8bd0a3079 Introjucer: added swift as a source file type 2015-10-06 10:31:29 +01:00
jules
0ff73d6ed2 Introjucer: Minor symbol disambiguation 2015-10-05 12:31:44 +01:00
jules
8ef2d21aaa Introjucer: updated Xcode exporter to produce iOS launch images 2015-10-05 10:42:06 +01:00
jules
fd7a36a177 Introjucer: made the Xcode exporter treat swift files as source code 2015-10-05 09:51:06 +01:00
jules
f23ded16c6 Minor refactoring in introjucer code. 2015-09-29 16:05:47 +01:00
jules
416c8f3220 Introjucer: minor internal refactoring 2015-09-18 18:29:11 +01:00
jules
5fcf662375 Fixes for Introjucer in Xcode 7 2015-09-17 16:31:26 +01:00
hogliux
42cd7174f1 Change number of parallel build threads to four on Android 2015-09-16 10:00:31 +01:00
jules
adfe457b64 A couple more fixes for Clang pedantic warnings 2015-09-15 10:52:46 +01:00
jules
2877653cc3 Introjucer: added hack to enable c++ syntax highlighting in the editor for extensionless libc++ header files. 2015-09-14 19:52:37 +01:00
Timur Doumler
35424d137f Introjucer: Removed support for OSX 10.4; fixed name and displayed values for the "OSX Deployment Target" build setting. 2015-09-07 17:51:01 +01:00
jules
7c96b6e999 Updated various project files. 2015-09-03 15:50:06 +01:00
jules
3cad25f231 Introjucer: Fix for some Windows paths in the JuceHeader.h file 2015-09-02 17:42:13 +01:00
jules
7e2860eafa Updated .gitignore and avoided a warning in VS2013 2015-09-01 16:44:37 +01:00
jules
c53b00cb21 Introjucer: changes to implementation of auto-update and a few editor tweaks. 2015-09-01 12:29:19 +01:00
jules
323bce7282 Introjucer: More avoiding of recursive project saving. 2015-08-26 16:38:52 +01:00
jules
fa0d2574e9 Introjucer: prevented recursively saving projects 2015-08-26 15:43:45 +01:00
jules
d7b9bc1ee7 Some minor introjucer startup refactoring 2015-08-26 14:22:02 +01:00
hogliux
a15e4ac598 Remove duplicate VS2015 target 2015-08-24 14:16:11 +01:00
Timur Doumler
549b5dc429 Introjucer: restored default Android SDK/NDK path to what it used to be; added expansion of java environment variable ${user.home} to be able to still check path for correctness. 2015-08-20 16:52:17 +01:00
jules
21dabf778d Introjucer: Refactored global path implementation 2015-08-20 12:46:47 +01:00
jules
4c6be5671e Introjucer: if groups are sorted, then adding new files retains the sort order. 2015-08-20 10:38:06 +01:00
jules
d021059d09 Introjucer internal fix. 2015-08-19 11:50:47 +01:00
jules
7c3b8b0def Small internal change to introjucer startup code. 2015-08-19 11:40:14 +01:00
Timur Doumler
bbf4627582 Introjucer: updated outdated iOS deployment target version number list. 2015-08-18 16:08:43 +01:00
Timur Doumler
327d1ba187 Introjucer: disabled generation of deprecated Parameter getter/setter method overrides when creating a new Audio Plug-In. 2015-08-18 12:01:03 +01:00
Timur Doumler
cc5d194b75 Introjucer: made functions inside unnamed namespace inline to avoid multiple definitions. 2015-08-18 11:08:14 +01:00
Timur Doumler
630cb459cb Removed "Plugin AU SDK Path" from Project settings as it is not used anymore. 2015-08-18 11:03:14 +01:00
jules
2cecf92a0e Embedded the Apple CoreAudio support files inside the juce_audio_plugin module, so that users no longer need to install or patch these files themselves! 2015-08-18 10:16:25 +01:00
Timur Doumler
7c226fcf92 Introjucer: C++98 compile fixes. 2015-08-17 09:53:36 +01:00
Timur Doumler
a362dbe6aa Fixed bug in project path settings where global values were erroneously set to project-specific values. 2015-08-13 20:42:40 +01:00
Timur Doumler
aefd5d3725 Indentation. 2015-08-13 20:42:15 +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
Timur Doumler
7ea0ab19fd Refactoring: moved getVST/AAX/RTASFolder() into Exporter so it can use a DependencyPathValueSource instead of the project setting. 2015-08-13 15:13:33 +01:00
Timur Doumler
f4c91eca99 Fixed exporting global/fallback path settings for Android exporter by moving Android SDK/NDK DependencyPathValueSource ownership into the project. 2015-08-13 14:47:24 +01:00
Timur Doumler
af9762885b Refactoring: moved isValidPath() check to the DependencyPathValueSource, to make the DependencyPathPropertyComponent responsible for GUI only. 2015-08-13 12:53:22 +01:00
Timur Doumler
d9cd459032 Moved dependency path key strings into better location (DependencyPath utility class) 2015-08-13 11:08:03 +01:00