1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
JUCE/extras
2010-02-22 15:32:26 +00:00
..
amalgamator Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number. 2010-02-21 19:04:41 +00:00
audio plugin host Minor code clean-ups. 2010-02-22 15:32:26 +00:00
audio plugins Minor code clean-ups. 2010-02-22 15:32:26 +00:00
binarybuilder Refactored some String operators to bring them into line with c++ best practices. Removed the JUCE_STRINGS_ARE_UNICODE flag - all strings are now unicode by default. Removed the String class's implicit cast to const char* and copyToBuffer() method, replacing them with toCString(), toUTF8(), copyToCString(), copyToUnicode(), etc., so that it'll force users to think about the encoding they want to use in a particular context. Added the ability to pass a String directly to a std::ostream. Extended the juce version number to include a build number. 2010-02-21 19:04:41 +00:00
browser plugins Minor code clean-ups. 2010-02-22 15:32:26 +00:00
example projects Minor code clean-ups. 2010-02-22 15:32:26 +00:00
juce demo Minor code clean-ups. 2010-02-22 15:32:26 +00:00
prebuilt Checked in some new binaries for the juce demo 2009-09-19 14:27:46 +01:00
the jucer Minor code clean-ups. 2010-02-22 15:32:26 +00:00