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

342 commits

Author SHA1 Message Date
hogliux
00aefd3ec3 Add bluetooth permissions by default for android exporters 2015-11-17 09:58:29 +00:00
hogliux
d298da62cd Fix missing Android API version definition in Android Studio exporter 2015-11-11 16:03:39 +00:00
Joshua Gerrard
4400db5969 Added NDK platform version setting to Android Studio exporter 2015-11-09 17:48:00 +00:00
Joshua Gerrard
cd67db7478 Fixed paths containing ${user.home} not working in Android Studio 2015-11-09 17:46:07 +00:00
jules
a2a2db98a3 Introjucer: removed a couple of bits of C++11 code 2015-11-06 10:14:37 +00:00
hogliux
a66d6aed28 Add more sensible default architectures 2015-11-03 20:46:00 +00:00
jules
89ba69ab29 Android Bluetooth MIDI, pro-audio i/o and improved openGL support 2015-11-03 10:37:52 +00:00
jules
810f2bfb2a Introjucer: Added Android Studio exporter 2015-11-02 16:13:46 +00:00
jules
3aa3ebff91 Introjucer: Added option to avoid overwriting changes to local module files 2015-11-02 16:13:45 +00:00
jules
bee73687bb Introjucer: added CTP_Nov2013 as a toolset option for VS2015 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
Joshua Gerrard
5ec1058f23 Fixed application icon not appearing for associated file types on OSX 2015-11-02 09:59:04 +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
jules
f8bd0a3079 Introjucer: added swift as a source file type 2015-10-06 10:31:29 +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
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
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
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
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
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
d9cd459032 Moved dependency path key strings into better location (DependencyPath utility class) 2015-08-13 11:08:03 +01:00
Timur Doumler
c922162b03 Introjucer: added global preferences window and global SDK path settings. 2015-08-11 18:17:23 +01:00
hogliux
ce2793ca2d Add option in Introjucer to specify custom Android Activity sub-class 2015-07-24 18:21:52 +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
hogliux
c2c0795aea Add https/SSL support for Linux (via libcurl) 2015-07-15 10:58:08 +01:00
jules
dab1a549b9 Introjucer: some internal refactoring. 2015-07-02 14:47:22 +01:00
jules
b7c3b5c89c Introjucer: moved a C++11 flag setting in the linux makefile. 2015-06-29 16:19:58 +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
95e94bc8dd Fixed a problem compiling introjucer on linux. 2015-05-06 09:08:43 +01:00
jules
5fd8cda62d Introjucer: Fixed some Code::Blocks enums that were causing problems in old compilers. 2015-05-05 17:31:48 +01:00
jules
1952ed195e Whitespace 2015-05-05 12:19:52 +01:00
Timur Doumler
898e3c3796 Introjucer: added Linux Code::Blocks project export. 2015-05-05 11:16:44 +01:00
jules
1c382e83fc Whitespace. 2015-04-20 17:29:32 +01:00
hogliux
123b70ec91 Add JUCE_STANDALONE_APPLICATION pre-processor macro 2015-04-20 15:49:43 +01:00
jules
a1dfafe2c8 Introjucer: added Android version number 2015-04-01 11:14:41 +01:00