jules
|
40fe2186d2
|
Added a 10.10 entry in the SystemStats OS version list.
|
10 years ago |
jules
|
dd678f7e82
|
Added some VC14 feature support, and moved C++11 detection into its own header file.
|
10 years ago |
jules
|
c3694572ae
|
Added a workaround for an MSVC warning.
|
10 years ago |
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.
|
10 years ago |
jules
|
b9dc8f8ea9
|
Avoided enabling lambdas on builds for older versions of iOS.
|
10 years ago |
jules
|
b0cbaea4f5
|
Updated lambda compatibility on OSX to only be enabled on 10.9 and above (sigh..)
|
10 years ago |
jules
|
d0cbe7a642
|
Tweaked the JUCE_COMPILER_SUPPORTS_LAMBDAS flag to avoid backwards-compatibility problems with OSX 10.5
|
10 years ago |
jules
|
89854c55b9
|
Added flag JUCE_COMPILER_SUPPORTS_LAMBDAS
|
10 years ago |
jules
|
fbc5c76544
|
Added missing header that was needed for MSVC.
|
10 years ago |
jules
|
acdb9eb653
|
Added a test to set up the JUCE_64BIT flag if __arm64__ is set.
|
10 years ago |
jules
|
a9ab93128c
|
doxygen formatting workaround.
|
10 years ago |
jules
|
f1f51f261a
|
Added the JUCE_COMPILER_WARNING macro, which is a handy cross-compiler way to generate custom warning messages in your code.
|
10 years ago |
jules
|
f376a82a56
|
Clarified the JUCE_USE_INTRINSICS by changing its name to JUCE_USE_MSVC_INTRINSICS
|
10 years ago |
jules
|
99e8445b96
|
Version number update
|
10 years ago |
jules
|
d2e1c7f679
|
Version number update
|
11 years ago |
jules
|
71eafe439c
|
Split the SystemStats::Windows8 enum into 8.0 and 8.1 values.
|
11 years ago |
jules
|
f8e9a13f1d
|
Version number update
|
11 years ago |
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.
|
11 years ago |
jules
|
b6c5194f93
|
Minor update for arm64 detection.
|
11 years ago |
jules
|
4251a2437b
|
Version number update
|
11 years ago |
jules
|
e2dee22b07
|
Updated OS version enum.
|
11 years ago |
jules
|
7f9425058a
|
Version number update
|
11 years ago |
jules
|
a3ea53c460
|
Version number update
|
11 years ago |
jules
|
d2532f4540
|
Version number update
|
11 years ago |
jules
|
7dd5c09826
|
Version number update
|
11 years ago |
jules
|
cdacae9cbb
|
Version 3.0.0
|
11 years ago |
jules
|
1113e17186
|
Version number update
|
11 years ago |
jules
|
6018f1df3d
|
Added a SystemStats::getDeviceDescription() method.
|
11 years ago |
jules
|
0de50d99a5
|
Version number update
|
11 years ago |
jules
|
a204ea7ae8
|
Version number update
|
11 years ago |
jules
|
526ae27e8e
|
Made the introjucer linux build use c++11 mode.
|
11 years ago |
jules
|
12bf054456
|
Version number update
|
11 years ago |
jules
|
5f9552c4ec
|
Version number update
|
11 years ago |
jules
|
bfbc7d843a
|
arm64 compile fix.
|
11 years ago |
jules
|
1451d555c1
|
Fix for arm-64 iOS.
|
11 years ago |
jules
|
059737b163
|
Version number update
|
11 years ago |
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.
|
11 years ago |
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.
|
11 years ago |
jules
|
508e25afbb
|
Cleared-out the last batch of unnecessary includes.
|
11 years ago |
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.
|
11 years ago |
jules
|
5e7bc2a187
|
Added a JUCE_DELETED_FUNCTION macro.
|
11 years ago |
jules
|
779e1d483f
|
Added tests for SSE3 capability.
|
11 years ago |
jules
|
072c27d7f4
|
Renamed Rectangle::transformed to Rectangle::transformedBy, in order to match the method name in Point, and allow easier use of these classes in templates.
|
11 years ago |
jules
|
4a5380171a
|
Version number update
|
12 years ago |
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
12 years ago |
jules
|
4346fdb5f5
|
Replaced calls to the deprecated unix siginterrupt function.
|
12 years ago |
jules
|
eb646f8c42
|
Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes.
|
12 years ago |
jules
|
516bddabcc
|
Misc minor clean-ups.
|
12 years ago |
jules
|
78aac0995a
|
Fixes for some clang static analysis warnings.
|
12 years ago |
jules
|
7560f48b7a
|
Added JUCE_ARM definition.
|
12 years ago |