1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-13 00:04:19 +00:00
JUCE/modules/juce_core
2017-04-11 17:57:14 +01:00
..
containers Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
files Made File::appendText return false if the write failed 2017-04-07 11:24:35 +01:00
javascript Avoided a spurious assertion in the javascript parser 2017-03-30 15:11:04 +01:00
logging Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
maths Added precompiler sections to make NormalisableRange compatible with OS X 10.5 2017-04-07 08:20:46 +01:00
memory Modified MemoryBlock so that it will throw std::bad_alloc if allocation fails 2017-04-07 11:28:53 +01:00
misc Made WindowsRegistry::deleteKey operate recursively 2017-03-21 11:25:59 +00:00
native Ensured that gatt connection priority is only requested after the gatt has connected 2017-04-11 17:57:14 +01:00
network Removed need for std::function in order to use MessageManager::callAsync(). Used it to modernise a few bits of old code. 2017-03-29 15:31:41 +01:00
streams Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
system Whitespace 2017-03-23 12:06:13 +00:00
text Added a missing declaration for String << unsigned long 2017-03-31 10:57:56 +01:00
threads Added method TimeSliceThread::removeAllClients() 2017-03-29 14:25:49 +01:00
time Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
unit_tests Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
xml Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
zip Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
juce_core.cpp Added IPv6 support to the IPAddress class 2017-02-07 08:52:49 +00:00
juce_core.h Restored module header #defines 2017-02-17 10:26:09 +00:00
juce_core.mm 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