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

875 commits

Author SHA1 Message Date
hogliux
4fef661ada Added multi-bus support for audio plug-in clients 2015-12-16 17:58:25 +00:00
Timur Doumler
ba4bd143ff Introjucer: updated supported iOS deployment targets to range from 7.0 to 9.2. 2015-12-15 12:05:50 +00:00
Joshua Gerrard
1580dcd7e3 Escape Android Studio path with quotes on all platforms rather than just Windows. 2015-12-14 16:24:41 +00:00
Timur Doumler
09e4ca57c5 Added Android Studio exporter build tools option. 2015-12-14 16:24:33 +00:00
Joshua Gerrard
a7dbf4e4be Fixed minimum SDK version not being used to generate minSdkVersion in Android Studio 2015-12-14 16:24:24 +00:00
Joshua Gerrard
05b4b35393 Added workaround for Android Studio bug regarding .idea folder missing 2015-12-14 16:24:20 +00:00
Timur Doumler
eb62e74dc4 Surround path with escaped quotes so that Android Studio can open projects on Windows that contain whitespace in the path. 2015-12-14 16:24:13 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
f618963530 Introjucer: Simplified VST include path generation. Resaved projects. 2015-11-24 10:46:46 +00:00
jules
3d93d30499 Introjucer: better whitespace trimming of generated java files 2015-11-24 10:39:56 +00:00
hogliux
00aefd3ec3 Add bluetooth permissions by default for android exporters 2015-11-17 09:58:29 +00:00
Joshua Gerrard
67efb5852b Updated Introjucer to use appName rather than hard coding Introjucer 2015-11-17 09:33:53 +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
Joshua Gerrard
f1ad44e2bf Fixed variable shadowing warnings 2015-11-04 16:28:35 +00:00
Joshua Gerrard
bc9439c338 Introjucer: Refactored TreeViewBase painting functions 2015-11-04 15:53:18 +00:00
jules
d06fc22369 Pimped the demo app with some new images 2015-11-04 12:14:08 +00:00
hogliux
a66d6aed28 Add more sensible default architectures 2015-11-03 20:46:00 +00:00
jules
6eee3b2a09 Resaved all project files 2015-11-03 10:55:10 +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
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
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