1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00
JUCE/modules/juce_core
2019-12-31 16:49:35 +00:00
..
containers Added a deleted void* constructor to var, to prevent people accidentally giving it a raw pointer and having it cast to bool 2019-11-23 11:13:06 +00:00
files Check for UNC paths when normalising separators in File::parseAbsolutePath() 2019-12-02 10:58:59 +00:00
javascript Added comments to clarify a24341d 2019-10-21 16:56:24 +01:00
logging Removed unused method 2019-03-05 17:23:34 +00:00
maths Windows: Removed some VS2013 workarounds 2019-07-11 15:28:41 +01:00
memory Updated the documentation 2019-12-12 15:57:13 +00:00
misc Write errors to stderr 2019-10-30 13:11:55 +00:00
native Added FMA3 and FMA4 instruction detection 2019-12-18 15:31:59 +00:00
network Windows: Removed WSAPoll from the Socket classes as it does not report failed connections 2019-12-09 15:47:39 +00:00
streams Added a constructor to MemoryInputStream that will move from a MemoryBlock 2019-07-02 13:54:38 +01:00
system Added FMA3 and FMA4 instruction detection 2019-12-18 15:31:59 +00:00
text Fixed a typo 2019-07-15 11:09:20 +01:00
threads Moved the call to std::condition_variable::notify_all() inside of the lock scope in WaitableEvent::signal() to prevent a deadlock 2019-12-31 16:49:35 +00:00
time Only print PerformanceCounter statistics on destruction if there were any runs 2019-08-29 11:53:28 +01:00
unit_tests Added juce_UnitTestCategories.h to replace raw strings used for test categories 2019-04-03 15:10:40 +01:00
xml Added some missing documentation 2019-08-09 10:04:07 +01:00
zip Exposed externalFileAttributes in ZipEntry 2019-11-15 17:19:59 +00:00
juce_core.cpp Replaced WaitableEvent internals with std::condition_variable 2019-12-16 11:36:43 +00:00
juce_core.h Bump version number to 5.4.5 2019-10-16 10:01:09 +01:00
juce_core.mm Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00