| .. |
|
containers
|
Added a method var::hasProperty()
|
8 years ago |
|
files
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
javascript
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
logging
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
maths
|
Got rid of a long-defunct alias "BitArray". If your code still uses this name, you can just replace or alias it to BigInteger, which is what the class was renamed to.
|
8 years ago |
|
memory
|
Added JUCE_DECLARE_WEAK_REFERENCEABLE macro to make it easier to creat weak-referenceable classes
|
8 years ago |
|
misc
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
native
|
macOS: Fixed a memory leak of native mac menu items
|
8 years ago |
|
network
|
Tweaked URL::addEscapeChars() to make its character substitutions more compliant with RFC3986
|
8 years ago |
|
streams
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
system
|
Fixed a performance regression parsing doubles
|
8 years ago |
|
text
|
UnitTestRunner: Improved logging on Windows
|
8 years ago |
|
threads
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
time
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
unit_tests
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
xml
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
zip
|
Moved all "namespace juce" declarations from module headers to the individual .h and .cpp source files. This makes life a lot easier for Intellisense and other IDE autocompletion tools
|
8 years ago |
|
juce_core.cpp
|
MinGW: Fixed some 32 bit build errors
|
8 years ago |
|
juce_core.h
|
Bump version number to 5.1.2
|
8 years ago |
|
juce_core.mm
|
Updated file headers and the README with the JUCE 5 license
|
8 years ago |