The JUCE cross-platform C++ framework, with DISTRHO/KXStudio specific changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hogliux b83bf4e7ce 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 8 years ago
..
containers Tidied up the DefaultHashFunctions methods, to avoid some edge-case values and avoid using abs() 8 years ago
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. 8 years ago
javascript JSON: Added the ability to limit the number of decimal places when serialising floating point numbers 8 years ago
logging Updated file headers and the README with the JUCE 5 license 8 years ago
maths Fixed some undefined (or implementation defined) behavior 8 years ago
memory Fixed some undefined (or implementation defined) behavior 8 years ago
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. 8 years ago
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 8 years ago
network Fixed the of documentation of URL::downloadToFile to align with some changes in a recent commit 8 years ago
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. 8 years ago
system Removed the sstream header from juce_StandardHeader.h 8 years ago
text Added a uint8 operator<< to the String class 8 years ago
threads Fixed a typo in the last ThreadPool change 8 years ago
time Avoided a VS warning 8 years ago
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. 8 years ago
xml Documentation: Some typo fixes 8 years ago
zip Added an option to ignore the case when getting an entry inside a zip file with ZipFile::getEntry 8 years ago
juce_core.cpp Cleaned up some code in HashMap and added a getReference method 8 years ago
juce_core.h Bump version number to 5.1.1 8 years ago
juce_core.mm Updated file headers and the README with the JUCE 5 license 8 years ago