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

457 commits

Author SHA1 Message Date
ed
b115071bb5 Re-saved all projects 2017-10-25 12:12:10 +01:00
ed
dbb2f620b4 Bump version number to 5.2.0 2017-10-25 12:07:32 +01:00
tpoole
b936eaeebc Projucer: Fixed a Linux Makefile library name bug 2017-10-24 10:32:20 +01:00
ed
d1c8762e8f Projucer: Set the correct debug information format value for MSVC build configurations 2017-10-24 09:24:06 +01:00
tpoole
1bd5292323 Resaved all projects 2017-10-23 15:12:58 +01:00
tpoole
eb8fecf816 Formatting improvements 2017-10-23 15:03:25 +01:00
Lukasz Kozakiewicz
a97bdd6352 Projucer: replace Windows 10 target SDK 10.0.15063.0 with 10.0.16299.0.
This fixes problems with some files missing in previous SDK version (like wininet.h).
2017-10-23 15:03:14 +02:00
Lukasz Kozakiewicz
fc231a862f Re-save all projects. 2017-10-23 09:54:16 +02:00
Lukasz Kozakiewicz
b2d2bda7a1 Add Push Notifications feature for iOS and Android. 2017-10-23 09:31:06 +02:00
Lukasz Kozakiewicz
df1b43b704 Projucer: allow to specify custom content of AndroidManifest.xml 2017-10-20 16:27:53 +02:00
tpoole
8174b66f11 CLion: Allowed the Projucer to launch CLion for supported projects 2017-10-20 13:58:20 +01:00
ed
a166f01fce Projucer: Added an option to the Xcode and VS exporters to enable/disable the post-build plugin binary copy step 2017-10-20 12:06:56 +01:00
tpoole
73573ede91 CLion: Fixed an issue when linking shared library code with spaces in the library name 2017-10-20 09:34:22 +01:00
ed
52afdcb2ff Projucer: Fixed a bug where plugin binary copy locations previously set in the Xcode exporter weren't being preserved 2017-10-20 08:46:03 +01:00
jules
20147fc0cc A few code cleanups 2017-10-19 17:55:09 +01:00
ed
5db438a45e Projucer: Changed the default VST2 binary copy path used by the Visual Studio exporters 2017-10-19 17:45:08 +01:00
jules
f0ef700e46 Modernised a bunch of code mainly relating to character/string iteration 2017-10-19 16:52:20 +01:00
ed
d346d6ef50 Projucer: Added a post-build step to Visual Studio plugin targets that copies the plugin to a specified folder, or the default folder for its type if one is not specified 2017-10-19 16:28:31 +01:00
tpoole
21315abce4 Projucer: Added beta CLion exporter support 2017-10-19 14:26:12 +01:00
ed
994ab55247 Projucer: Made some usability and reliability improvements to the live-build engine 2017-10-19 12:19:57 +01:00
hogliux
c2a04a3c98 Android: Added support for adding asm files to Android projects 2017-10-18 10:58:07 +01:00
Lukasz Kozakiewicz
f6c74afc77 Resaved all projects. 2017-10-17 17:42:04 +02:00
Lukasz Kozakiewicz
1dd687eeb9 InAppPurchases: enable IAP on OSX. 2017-10-17 17:42:03 +02:00
ed
3544f30c90 Projucer: Fixed a deadlock that would occur when saving projects from the command line after adding the MessageManagerLock to Project::Item::loadAsImageFile() 2017-10-17 14:17:44 +01:00
ed
097f3209db Projucer: Pass current thread pool job to MessageManagerLock to prevent deadlock 2017-10-17 11:23:42 +01:00
ed
455c323184 Projucer: Lock the message loop when creating icon image files 2017-10-17 10:15:29 +01:00
jules
c2a2d5c734 Updated some code to use cleaner array initialisation from constant data 2017-10-16 12:18:04 +01:00
hogliux
8cbd737a95 iOS: Added missing file to previous commit 2017-10-16 11:38:13 +01:00
hogliux
7e1d9013cb iOS: Added support to specify a different interface orientation on iPad vs. iPhone 2017-10-16 11:37:22 +01:00
ed
f9d5f0eff5 Projucer: Added an option to set the debug information format for each build configuration to the VS exporter 2017-10-13 17:49:52 +01:00
tpoole
4da7bebf4d Fixed the Projucer icon path 2017-10-11 16:22:00 +01:00
ed
559ff6778b Projucer: Added a link-time optimisation option to all exporters 2017-10-11 16:19:29 +01:00
tpoole
13ccdf9411 Projucer: Added more thorough checking of pkg-config dependencies 2017-10-11 11:10:48 +01:00
jules
2ee168ad46 Deprecated File::separator and File::separatorString, replacing them by static getter functions, so that File methods can be safely used in static constructors without order-of-initialisation problems 2017-10-10 11:33:55 +01:00
ed
38a4baa9dd Projucer: Added some missing marketing icons to the iOS exporter 2017-10-09 16:10:51 +01:00
tpoole
ee9f9119c7 Projucer: Fixed a typo in the AppConfig comments 2017-10-09 09:31:08 +01:00
tpoole
39a6e9ea31 Fixed a path parsing issue in the Code::Blocks Linux exporter 2017-10-08 08:47:58 +01:00
tpoole
e85d3aaf1f Renamed XCode to Xcode in multiple places 2017-10-06 09:54:32 +01:00
ed
5bfe78dce6 Projucer: Fixed a potential crash when the live-build component list is changed 2017-10-05 09:59:21 +01:00
ed
bffc53b336 Projucer: Added a company copyright field to the project settings 2017-10-04 11:18:20 +01:00
ed
758351a28f Projucer: Added a device family option to the iOS exporter 2017-10-04 10:55:45 +01:00
ed
c956b984c6 Projucer: Added a "Header search paths" field to the project settings page that will be used for all exporters 2017-09-29 16:53:28 +01:00
hogliux
54029e776d Projucer: Re-factored source code groups and general code clean-up 2017-09-29 14:55:01 +01:00
jules
1aaa598a5f Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes 2017-09-27 12:57:55 +01:00
ed
61a320fe6a Fixed a warning on Windows 2017-09-25 11:55:23 +01:00
ed
df824cf5df Projucer: Removed some unnecessary time-consuming function calls to speed up the painting of the modules panel 2017-09-25 11:46:19 +01:00
tpoole
03e6684355 Projucer: Fixed a Visual Studio exporter library linking bug 2017-09-25 11:42:38 +01:00
tpoole
cf67b1d12d Projucer: Removed a duplicate compile flag from the Makefile exporter 2017-09-22 12:51:39 +01:00
tpoole
e0203c1afd Projucer: Removed a duplicated compiler option from the Linux exporter 2017-09-22 12:46:56 +01:00
ed
c800d07983 Projucer: Changed the method for setting the Windows Target Platform option in the VS exporters to a text box 2017-09-21 10:11:47 +01:00