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 |
|
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.
|
2013-07-25 18:13:27 +01:00 |
|
jules
|
4a5380171a
|
Version number update
|
2013-07-17 16:26:42 +01:00 |
|
jules
|
5a1112ab94
|
Updated the format of the header include guard macros.
|
2013-07-17 16:26:35 +01:00 |
|
jules
|
4346fdb5f5
|
Replaced calls to the deprecated unix siginterrupt function.
|
2013-07-08 15:06:03 +01:00 |
|
jules
|
eb646f8c42
|
Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes.
|
2013-07-08 13:05:51 +01:00 |
|
jules
|
516bddabcc
|
Misc minor clean-ups.
|
2013-07-03 09:51:23 +01:00 |
|
jules
|
78aac0995a
|
Fixes for some clang static analysis warnings.
|
2013-06-25 10:18:35 +01:00 |
|
jules
|
7560f48b7a
|
Added JUCE_ARM definition.
|
2013-06-21 16:53:40 +01:00 |
|
jules
|
048e5c679b
|
Version number update
|
2013-06-13 13:28:35 +01:00 |
|
jules
|
03c2801f3f
|
Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3
|
2013-06-13 13:17:12 +01:00 |
|
jules
|
20a72142b7
|
Version number update
|
2013-06-10 21:07:26 +01:00 |
|
jules
|
20e5a703b4
|
More workarounds for hosting Mackie plugins.
|
2013-05-03 17:12:02 +01:00 |
|
jules
|
886cd92eda
|
Removed the fake "final" keyword, which was clashing with some 3rd-party headers.
|
2013-05-02 20:13:02 +01:00 |
|
jules
|
34e5591701
|
v2.0.40
|
2013-04-27 10:43:47 +01:00 |
|
jules
|
69b90487aa
|
Added support for c++11 override and final keywords, and blank definitions for older compilers.
|
2013-04-22 18:00:27 +01:00 |
|
jules
|
e339d39eb4
|
v2.0.39
|
2013-04-21 12:23:57 +01:00 |
|
jules
|
deb02fdf70
|
Added calling convention to logAssertion.
|
2013-04-04 11:41:47 +01:00 |
|
jules
|
2451b3762c
|
Some mingw compatibility tweaks.
|
2013-03-28 14:24:28 +00:00 |
|
jules
|
034f804c36
|
Minor compiler defs change.
|
2013-03-25 13:44:27 +00:00 |
|
jules
|
ba2dc52b34
|
Made use of @autoreleasepool for clang builds.
|
2013-03-21 18:33:01 +00:00 |
|
jules
|
45bc723f0c
|
Minor change to assertion logging.
|
2013-03-21 16:12:00 +00:00 |
|
jules
|
a432669a0b
|
New debugging functions: SystemStats::getStackBacktrace() and setApplicationCrashHandler().
|
2013-03-10 18:56:11 +00:00 |
|
jules
|
4d4cc13a46
|
2.0.38
|
2013-03-08 20:34:38 +00:00 |
|
jules
|
63411d7a47
|
2.0.37
|
2013-03-08 12:02:15 +00:00 |
|
jules
|
14b0493bb0
|
2.0.36
|
2013-02-25 14:40:33 +00:00 |
|
jules
|
942b2922a5
|
2.0.35
|
2013-02-24 15:50:07 +00:00 |
|
jules
|
9152fc8120
|
v2.0.34
|
2013-02-22 15:35:32 +00:00 |
|
jules
|
9fbc963d96
|
2.0.33
|
2013-02-22 11:56:30 +00:00 |
|
jules
|
a1c357fa1f
|
Some VS DLL export fixes.
|
2013-02-12 17:02:01 +00:00 |
|
jules
|
d8454fc2b8
|
Added missing JUCE_API flags.
|
2013-02-12 12:46:42 +00:00 |
|
jules
|
ca9a7fe82c
|
Fix in OperatingSystemType
|
2013-02-01 20:19:20 +00:00 |
|
jules
|
cd8adde4de
|
2.0.32
|
2013-01-16 23:54:55 +00:00 |
|
jules
|
906a99763d
|
Version 2.0.31
|
2012-12-27 20:55:40 +00:00 |
|