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
2018-05-09 08:08:46 +01:00
..
containers Marked as deprecated: String::empty, var::null, File::nonexistent, ValueTree::invalid and other problematic statically-initialised null values. Please just use the default constructor for these classes! 2018-05-09 08:08:46 +01:00
files Marked as deprecated: String::empty, var::null, File::nonexistent, ValueTree::invalid and other problematic statically-initialised null values. Please just use the default constructor for these classes! 2018-05-09 08:08:46 +01:00
javascript Converted some old typedefs to using declarations 2018-05-03 09:59:05 +01:00
logging Add documentation tags 2018-03-15 12:10:32 +00:00
maths Converted some old typedefs to using declarations 2018-05-03 09:59:05 +01:00
memory Converted some old typedefs to using declarations 2018-05-03 09:59:05 +01:00
misc Add camera support for iOS and Android. 2018-04-25 18:54:04 +02:00
native Fix for calling Process::setMaxNumberOfFileHandles (0) 2018-05-03 15:08:13 +01:00
network Updated old code where the 'volatile' keyword was still being used 2018-05-01 09:19:50 +01:00
streams Added a parameter to File::appendText, File::replaceWithText and OutputStream::writeText to provide control over if/how line-feeds are replaced when writing text to a file 2018-04-16 12:26:42 +01:00
system Marked as deprecated: String::empty, var::null, File::nonexistent, ValueTree::invalid and other problematic statically-initialised null values. Please just use the default constructor for these classes! 2018-05-09 08:08:46 +01:00
text Marked as deprecated: String::empty, var::null, File::nonexistent, ValueTree::invalid and other problematic statically-initialised null values. Please just use the default constructor for these classes! 2018-05-09 08:08:46 +01:00
threads Converted some old typedefs to using declarations 2018-05-03 09:59:05 +01:00
time Add documentation tags 2018-03-15 12:10:32 +00:00
unit_tests Add documentation tags 2018-03-15 12:10:32 +00:00
xml Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
zip Replaced all usage of ScopedPointer with std::unique_ptr 2018-04-19 20:27:47 +01:00
juce_core.cpp SparseSet: fix removeRange() and add unit tests. 2018-04-25 16:38:45 +02:00
juce_core.h Added some hashing support for the Uuid class 2018-04-24 10:03:53 +01:00
juce_core.mm Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00