1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00
JUCE/modules/juce_core
2018-03-13 15:45:16 +00:00
..
containers Documentation fixes 2018-03-11 09:25:09 +00:00
files Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 2018-01-17 11:23:12 +00:00
javascript Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
logging 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
maths Documentation fixes 2018-03-11 09:25:09 +00:00
memory Documentation fixes 2018-03-11 09:25:09 +00:00
misc Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
native Android: add support for Google Oboe (developer preview). 2018-03-07 17:43:39 +01:00
network URL: fixed an issue where an invalid File could lead to infinite loop in the URL constructor 2018-03-13 15:45:16 +00:00
streams Add URLInputSource class 2018-03-13 15:44:59 +00:00
system Fix for JUCE_NO_DEPRECATION_WARNINGS causing problems 2018-02-12 09:52:48 +00:00
text Documentation fixes 2018-03-11 09:25:09 +00:00
threads Android: add support for Google Oboe (developer preview). 2018-03-07 17:43:39 +01:00
time Update the documentation of Time::formatted to have correct second range 2018-02-05 11:39:38 +00:00
unit_tests Some light modernisation of a bunch of old code 2017-10-04 12:47:43 +01:00
xml Removed some defunct code from the C++1 feature detection macros, and simplified code which no longer needs to test for feature availability 2018-01-11 09:08:51 +00:00
zip Cranked up the Clang warning level in the projucer, and fixed a few minor warnings 2018-01-16 17:15:06 +00:00
juce_core.cpp Add URLInputSource class 2018-03-13 15:44:59 +00:00
juce_core.h Add URLInputSource class 2018-03-13 15:44:59 +00:00
juce_core.mm Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00