1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core
2019-03-29 16:03:41 +00:00
..
containers Fixed an issue iterating arrays of owned objects from object destructors 2019-03-20 14:33:19 +00:00
files Restored compatibility with older versions of Xcode 2019-02-11 14:59:05 +00:00
javascript Added a trailing decimal when serialising integer valued doubles 2019-03-21 17:50:11 +00:00
logging Removed unused method 2019-03-05 17:23:34 +00:00
maths Make Random::setSeedRandomly() globalSeed atomic to fix a data race when multiple threads create a Random object 2019-03-29 16:03:41 +00:00
memory Remove HashMap dependency from HeavyweightLeakedObjectDetector so it can be included as early as possible 2019-02-22 14:00:16 +00:00
misc Minor whitespace tidying 2019-03-15 14:10:14 +00:00
native Fixed an uninitialised variable in the posix implementation of HighResolutionTimer 2019-03-26 18:26:24 +00:00
network Call Thread::stopThread() in NamedPipeThread's destructor to fix an assertion when running the NamedPipe unit tests 2019-03-29 16:03:41 +00:00
streams Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
system macOS: Added missing OS versions to SystemStats::OperatingSystemType 2019-03-01 09:18:40 +00:00
text Added a trailing decimal when serialising integer valued doubles 2019-03-21 17:50:11 +00:00
threads Added a ScopedLock in ThreadPool::getNumJobs() to fix a potential data race 2019-03-25 17:15:30 +00:00
time Support comma decimal mark in Time::fromISO8601() 2019-03-25 10:07:17 +00:00
unit_tests Add documentation tags 2018-03-15 12:10:32 +00:00
xml Added a trailing decimal when serialising integer valued doubles 2019-03-21 17:50:11 +00:00
zip Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
juce_core.cpp Fixed a few more places where doubles were not serialised to full accuracy 2019-02-11 14:44:19 +00:00
juce_core.h Set JUCE_ALLOW_STATIC_NULL_VARIABLES 0 by default - these have all been marked as deprecated for a long time 2019-03-15 10:08:26 +00:00
juce_core.mm Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00