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

248 commits

Author SHA1 Message Date
jules
7c847e7126 Added some BSD target support 2018-01-02 14:24:49 +00:00
jules
25c457df39 Enabled JUCE_CONSTEXPR for older versions of clang 2017-12-14 10:23:18 +00:00
jules
f85d706131 Some minor formatting and comment fixes 2017-11-28 17:46:15 +00:00
hogliux
a4ef96a9d6 Ensured that JUCE_HAS_CONSTEXPR is enabled on MSVC 1900 2017-11-16 15:25:51 +00:00
ed
dbb2f620b4 Bump version number to 5.2.0 2017-10-25 12:07:32 +01:00
ed
15e40d48ba Whitespace 2017-10-09 17:27:58 +01:00
ed
3b61f577bf Removed unused JUCE_COMPILER_SUPPORTS_THREAD_LOCAL flag 2017-10-09 17:24:45 +01:00
jules
970eda679e Added 'final' keyword to a lot of classes from which you really shouldn't be inheriting! 2017-10-09 12:38:06 +01:00
hogliux
f59a5dfc7f Fixed an issue where ScopedNoDenormals would do nothing on all platforms and added arm implementation 2017-10-02 18:23:51 +01:00
tpoole
3627603c83 Fixed a performance regression parsing doubles 2017-09-26 09:00:15 +01:00
hogliux
8d86e6350a Fixed constexpr compiler support detection in gcc 2017-09-25 14:29:47 +01:00
tpoole
47698a86b1 MinGW: Fixed some 32 bit build errors 2017-09-20 12:53:27 +01:00
tpoole
0ae8aa812c Bump version number to 5.1.2 2017-09-18 14:59:57 +01:00
jules
eda613c6db Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools 2017-09-08 08:59:55 +01:00
tpoole
3933c5f8f9 Removed the sstream header from juce_StandardHeader.h 2017-08-25 09:42:16 +01:00
tpoole
c84aa57473 Removed the unordered_map header from juce_StandardHeader.h 2017-08-24 16:07:25 +01:00
hogliux
7107d3fe1e AU hosting: Fixed potential compiler error/warning on iOS 2017-08-24 14:14:55 +01:00
tpoole
8424030e50 Fixed a bug where floating point numbers were parsed using the system's locale 2017-08-22 13:05:05 +01:00
hogliux
4a2a5294a7 Added macros JUCE_CONSTEXPR and JUCE_HAS_CONSTEXPR to support constexpr 2017-08-14 10:09:15 +01:00
hogliux
c02ef79fd6 Bump version number to 5.1.1 2017-08-02 18:35:29 +01:00
hogliux
c1ad53c14e Bump version number to 5.1.0 2017-07-27 12:39:23 +01:00
tpoole
98cb1011bb JUCE Demo: Increased the compiler warning level 2017-07-18 13:09:03 +01:00
hogliux
6e22d764d3 Live build engine: Fixed a recent commit which triggered a live build engine crash 2017-07-02 20:43:58 +01:00
hogliux
41f7835119 Fixed a bug where ThreadLocalValue would inadvertently share its value between different instances of the same Type 2017-06-29 17:46:06 +01:00
tpoole
984654318d Removed the JUCE_COMPILER_SUPPORTS_LAMBDAS macro 2017-06-22 09:33:30 +01:00
ed
8e7cc759f5 Made JUCE's Atomic class a simple wrapper around std::atomic on platforms that support it 2017-06-09 20:38:10 +01:00
hogliux
bc3ef88603 Bump version number to 5.0.2 2017-05-30 16:32:47 +01:00
hogliux
c63fd17568 Android & Projucer: Use more reliable cpu-features package to get CPU SystemStats on Android 2017-05-16 13:42:35 +01:00
hogliux
8413614744 Bump version number to 5.0.1 2017-05-04 15:26:54 +01:00
tpoole
f4046909ab Added an OS X 10.5 compatible std::function replacement 2017-05-03 15:36:25 +01:00
hogliux
9d81c5066a Bump version number to 5.0.0 2017-04-27 14:43:05 +01:00
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
hogliux
7ed37f8600 Added the standard JUCE splash screen and app usage reporting 2017-04-27 14:43:03 +01:00
jules
e561f1f5aa Whitespace 2017-03-23 12:06:13 +00:00
jules
5c4553a06c Added a parameter to SystemStats::CrashHandlerFunction to supply some platform-specific crash details 2017-03-23 12:02:02 +00:00
jules
2d192bed9b Added method SystemStats::getNumPhysicalCpus() 2017-03-13 10:38:53 +00:00
jules
6a629f985f Added method SystemStats::getCpuModel() and implemented a couple of missing Android CPU info functions 2017-02-27 11:16:41 +00:00
hogliux
376b83986a Fixed a bug that would cause asserts to be ignored on some android platforms 2017-02-09 17:57:04 +00:00
hogliux
2da1bc5f41 Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
hogliux
9f3fb1c0a6 Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated 2017-02-01 17:18:06 +00:00
hogliux
e0aff606a8 Bump version number to 4.3.1 2017-01-26 10:40:42 +00:00
jules
d8ead14de4 Removed a duplicate header file 2017-01-15 08:33:38 +00:00
tpoole
2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 2016-12-14 10:07:26 +00:00
hogliux
b5fb095696 Fixed a few VS2008 build errors 2016-11-30 11:43:47 +00:00
hogliux
363ceb08cf Bump version number to 4.3.0 2016-11-02 14:02:52 +00:00
hogliux
bf85f4c68b Cache the result of isRunningInAppExtensionSandbox 2016-09-30 12:33:37 +01:00
hogliux
e14895e5bd Added macOS version 12 to SystemStats 2016-09-22 10:57:39 +01:00
hogliux
4eb89336f9 Bump version number to 4.2.4 2016-09-16 16:42:43 +01:00
jules
8f7d9f7522 Workaround to avoid an assertion when using File::invokedExecutableFile from a command-line invoked app on OSX 2016-08-11 09:26:56 +01:00
hogliux
630ab88f8b Version number update 2016-07-05 11:27:53 +01:00