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

156 commits

Author SHA1 Message Date
jules
3ced35439c Added compiler support detection for variadic templates 2015-02-03 10:29:26 +00:00
jules
f72d65ce84 Moved around some includes to make sure definitions are in place for compiler feature detection. 2014-12-30 17:45:18 +00:00
jules
d14267981a Better detection of some c++11 support. 2014-12-30 17:23:43 +00:00
jules
aa1cbafd10 Fix for targeting older versions of OSX that don't support initializer_list 2014-12-29 12:44:40 +00:00
jules
8c66a5e767 Added flag JUCE_COMPILER_SUPPORTS_INITIALIZER_LIST, and implemented some constructors for StringArray and Array that use C+++11 initialiser lists. 2014-12-23 15:01:10 +00:00
jules
d30b22e459 Updated a system header name for Android. 2014-12-23 10:54:41 +00:00
jules
91b5d77477 Version number update 2014-12-16 17:21:34 +00:00
jules
0d989638cc Version 3.1.0 2014-11-18 10:56:13 +02:00
jules
40fe2186d2 Added a 10.10 entry in the SystemStats OS version list. 2014-10-28 11:46:46 +00:00
jules
dd678f7e82 Added some VC14 feature support, and moved C++11 detection into its own header file. 2014-10-19 10:51:18 +01:00
jules
c3694572ae Added a workaround for an MSVC warning. 2014-10-15 11:16:59 +01:00
jules
80e7a36691 Modified the DBG and jassert macros to force users to follow them with a semi-colon. This can avoid some nasty and subtle mistakes when the macros are elided in a release build. 2014-10-14 14:32:25 +01:00
jules
b9dc8f8ea9 Avoided enabling lambdas on builds for older versions of iOS. 2014-10-12 16:08:13 +01:00
jules
b0cbaea4f5 Updated lambda compatibility on OSX to only be enabled on 10.9 and above (sigh..) 2014-10-08 20:16:57 +01:00
jules
d0cbe7a642 Tweaked the JUCE_COMPILER_SUPPORTS_LAMBDAS flag to avoid backwards-compatibility problems with OSX 10.5 2014-10-08 13:50:27 +01:00
jules
89854c55b9 Added flag JUCE_COMPILER_SUPPORTS_LAMBDAS 2014-10-08 11:26:55 +01:00
jules
fbc5c76544 Added missing header that was needed for MSVC. 2014-10-07 19:56:02 +01:00
jules
acdb9eb653 Added a test to set up the JUCE_64BIT flag if __arm64__ is set. 2014-09-16 15:49:59 +01:00
jules
a9ab93128c doxygen formatting workaround. 2014-09-01 15:18:08 +01:00
jules
f1f51f261a Added the JUCE_COMPILER_WARNING macro, which is a handy cross-compiler way to generate custom warning messages in your code. 2014-08-24 14:21:14 +01:00
jules
f376a82a56 Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS 2014-08-17 11:47:55 +01:00
jules
99e8445b96 Version number update 2014-08-12 13:43:39 +01:00
jules
d2e1c7f679 Version number update 2014-07-13 19:42:44 +01:00
jules
71eafe439c Split the SystemStats::Windows8 enum into 8.0 and 8.1 values. 2014-07-05 13:13:54 +01:00
jules
f8e9a13f1d Version number update 2014-06-01 19:26:09 +01:00
jules
4721d75cc1 Clarified documentation for SystemStats::getDisplayLanguage(), to make clear that it may return a multi-part region name. Updated the win32 implementation of this method to include the region code. 2014-05-09 11:40:04 +01:00
jules
b6c5194f93 Minor update for arm64 detection. 2014-05-08 17:13:28 +01:00
jules
4251a2437b Version number update 2014-03-24 20:01:37 +00:00
jules
e2dee22b07 Updated OS version enum. 2014-03-14 19:04:41 +00:00
jules
7f9425058a Version number update 2014-02-28 20:55:06 +00:00
jules
a3ea53c460 Version number update 2014-02-17 19:40:43 +00:00
jules
d2532f4540 Version number update 2014-01-21 15:10:13 +00:00
jules
7dd5c09826 Version number update 2013-12-31 10:25:10 +00:00
jules
cdacae9cbb Version 3.0.0 2013-11-19 10:13:14 +00:00
jules
1113e17186 Version number update 2013-11-10 18:00:38 +00:00
jules
6018f1df3d Added a SystemStats::getDeviceDescription() method. 2013-11-05 11:10:31 +00:00
jules
0de50d99a5 Version number update 2013-10-27 22:06:04 +00:00
jules
a204ea7ae8 Version number update 2013-10-17 21:54:19 +01:00
jules
526ae27e8e Made the introjucer linux build use c++11 mode. 2013-10-17 16:34:51 +01:00
jules
12bf054456 Version number update 2013-10-03 09:25:43 +01:00
jules
5f9552c4ec Version number update 2013-09-30 14:45:59 +01:00
jules
bfbc7d843a arm64 compile fix. 2013-09-27 20:04:02 +01:00
jules
1451d555c1 Fix for arm-64 iOS. 2013-09-26 11:53:06 +01:00
jules
059737b163 Version number update 2013-09-07 20:20:20 +01:00
jules
42aa27900b Moved most of the functionality from JUCEApplication into JUCEApplicationBase, so that it can be used without needing juce_gui_basics to be present. 2013-09-07 09:43:45 +01:00
jules
59d8d8172d Replaced the crappy old juce sortArray function with std::sort, which seems to run twice as fast. This greatly speeds up edge table rendering. 2013-09-05 09:46:30 +01:00
jules
508e25afbb Cleared-out the last batch of unnecessary includes. 2013-08-29 12:44:00 +01:00
jules
65c155e372 Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
jules
5e7bc2a187 Added a JUCE_DELETED_FUNCTION macro. 2013-07-31 22:15:58 +01:00
jules
779e1d483f Added tests for SSE3 capability. 2013-07-31 11:04:16 +01:00