This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
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.
1073
Commits
9
Branches
3.6GB
Tree:
e663b1a04c
develop
develop-distrho
v5.x-distrho
v6.0.8
v6.0.8-distrho
v6.1.6
v6.1.6-distrho
v7.0.9
v7.0.9-distrho
2021-05-28
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'e663b1a04c'
${ noResults }
JUCE
/
extras
/
amalgamator
History
Julian Storer
a612dfdc2f
String fix. Minor additional methods for FileBasedDocument and Slider. Jucer development.
15 years ago
..
Builds
String fix. Minor additional methods for FileBasedDocument and Slider. Jucer development.
15 years ago
JuceLibraryCode
Minor string changes.
15 years ago
Source
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.
15 years ago
Amalgamator.jucer
Minor string changes.
15 years ago