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
2017-08-29 09:44:45 +01:00
..
containers Tidied up the DefaultHashFunctions methods, to avoid some edge-case values and avoid using abs() 2017-08-21 11:45:24 +01:00
files Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 2017-07-20 17:24:05 +01:00
javascript JSON: Added the ability to limit the number of decimal places when serialising floating point numbers 2017-07-31 12:23:27 +01:00
logging Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
maths Fixed some undefined (or implementation defined) behavior 2017-08-24 18:16:03 +01:00
memory Fixed some undefined (or implementation defined) behavior 2017-08-24 18:16:03 +01:00
misc Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 2017-07-20 17:24:05 +01:00
native Windows: Ensure that memory mapped files behave the same on all targets by allowing other code to open the memory mapped file with write priveleges even if the map was created with read priveleges only 2017-08-29 09:44:45 +01:00
network Fixed the of documentation of URL::downloadToFile to align with some changes in a recent commit 2017-08-24 14:16:36 +01:00
streams Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 2017-07-20 17:24:05 +01:00
system Removed the sstream header from juce_StandardHeader.h 2017-08-25 09:42:16 +01:00
text Added a uint8 operator<< to the String class 2017-08-29 09:27:08 +01:00
threads Fixed a typo in the last ThreadPool change 2017-08-24 16:56:50 +01:00
time Avoided a VS warning 2017-08-08 09:08:21 +01:00
unit_tests Unit tests: Added an optional argument to the UnitTest constructor to specify a category and methods to get and run unit tests in a specified category. Updated the built-in JUCE unit tests and Demo project to use categories. 2017-07-20 17:24:05 +01:00
xml Documentation: Some typo fixes 2017-06-08 16:51:07 +01:00
zip Added an option to ignore the case when getting an entry inside a zip file with ZipFile::getEntry 2017-08-24 11:30:11 +01:00
juce_core.cpp Cleaned up some code in HashMap and added a getReference method 2017-06-29 17:25:48 +01:00
juce_core.h Bump version number to 5.1.1 2017-08-02 18:35:29 +01:00
juce_core.mm Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00