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.
Julian Storer 0d278483e4 Fix for String copying thread-safety, and some minor compile issues. 15 years ago
amalgamation Created an option to use the amalgamated template files as a set of 4 separate files instead of one big one, to help when compiling in low-memory environments. Moved all the amalgamated templates out of the src folder and into their own subfolder, so if you have files that include them, you might need to tweak the path that you're using. Also tweaked the amalgamator to deal with this new setup. 15 years ago
bin Updated .gitignore 15 years ago
build Created an option to use the amalgamated template files as a set of 4 separate files instead of one big one, to help when compiling in low-memory environments. Moved all the amalgamated templates out of the src folder and into their own subfolder, so if you have files that include them, you might need to tweak the path that you're using. Also tweaked the amalgamator to deal with this new setup. 15 years ago
docs Updated the API documentation 15 years ago
extras Created an option to use the amalgamated template files as a set of 4 separate files instead of one big one, to help when compiling in low-memory environments. Moved all the amalgamated templates out of the src folder and into their own subfolder, so if you have files that include them, you might need to tweak the path that you're using. Also tweaked the amalgamator to deal with this new setup. 15 years ago
src Fix for String copying thread-safety, and some minor compile issues. 15 years ago
.gitignore Added mac NSException catching and tidied up some warnings. 15 years ago
juce.h Fix for String copying thread-safety, and some minor compile issues. 15 years ago
juce_Config.h Updated Timer code to avoid a rare messaging problem. Fixed a couple of minor build errors. Rearranged the atomic functions and added a new compare-and-swap operation. Added a thread-priority tweak to WASAPI. Removed MS-specific classes from the web browser component. 15 years ago
juce_amalgamated.cpp Fix for String copying thread-safety, and some minor compile issues. 15 years ago
juce_amalgamated.h Fix for String copying thread-safety, and some minor compile issues. 15 years ago
juce_amalgamated.mm fix for a mac file bug introduced in the last check-in.. 15 years ago