This website requires JavaScript.
Explore
Help
Sign in
mirror
/
JUCE
Watch
1
Star
0
Fork
You've already forked JUCE
0
mirror of
https://github.com/juce-framework/JUCE.git
synced
2026-02-01 03:10:06 +00:00
Code
Activity
dca61e54a4
JUCE
/
src
/
gui
History
Download ZIP
Download TAR.GZ
Julian Storer
dca61e54a4
Added locking to NamedPipe. Added extra checking to Image::clear. Other minor tidying-up.
2010-03-19 10:37:27 +00:00
..
components
Converted the BitArray class into "BigInteger", replacing its clunky old arithmetic methods with a proper set of arithmetic operators so it can be used like an int. All the bit-access methods are still there, and there's a typedef of BitArray -> BigInteger to allow most old code to still work. (You might need to change calls to isEmpty() to isZero() though). Also fixed a bug in MidiBuffer.
2010-03-18 09:49:49 +00:00
graphics
Added locking to NamedPipe. Added extra checking to Image::clear. Other minor tidying-up.
2010-03-19 10:37:27 +00:00