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-01-10 23:44:24 +00:00
Code
Activity
0ceeb573d8
JUCE
/
modules
/
juce_core
/
unit_tests
History
Download ZIP
Download TAR.GZ
jules
0ceeb573d8
Minor changes to avoid pedantic compiler warnings.
2012-12-04 21:39:15 +00:00
..
juce_UnitTest.cpp
Replaced the badly-named method Array::removeValue() with two new methods: removeFirstMatchingValue() and removeAllInstancesOf(). If you call the old method anywhere, you can just replace any calls with removeFirstMatchingValue(), which does the same job, but whose name makes it clear that not all instances of the value will be removed.
2012-07-07 21:09:10 +01:00
juce_UnitTest.h
Minor changes to avoid pedantic compiler warnings.
2012-12-04 21:39:15 +00:00