Julian Storer
|
6b79430341
|
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 |
|
Julian Storer
|
0768b3bb12
|
Changed the audio plugin host projects to be Jucer-generated.
|
2010-02-13 17:13:37 +00:00 |
|
Julian Storer
|
5443f95790
|
Jucer-generated file updates.
|
2010-02-13 17:07:31 +00:00 |
|
Julian Storer
|
fbc62f200a
|
Updated some auto-generated projects.
|
2010-02-13 15:06:45 +00:00 |
|
Julian Storer
|
961708b21c
|
Changed the example projects to be Jucer-generated.
|
2010-02-09 18:55:02 +00:00 |
|