tpoole
|
0ae8aa812c
|
Bump version number to 5.1.2
|
7 years ago |
jules
|
4f204f405d
|
Added a method var::hasProperty()
|
7 years ago |
hogliux
|
7bb95a8334
|
Android: Ensure that jni headers are included if JUCE_CORE_INCLUDE_JNI_HELPERS is set but JUCE_CORE_INCLUDE_NATIVE_HEADERS isn't
|
7 years ago |
tpoole
|
0c3faf4b58
|
Added an OS X 10.6 compatibility fix
|
7 years ago |
jules
|
eda613c6db
|
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
|
7 years ago |
tpoole
|
b58a0f4be7
|
Fixed some VS2013 compiler errors
|
7 years ago |
hogliux
|
d4e0ba0e4d
|
Android: Fixed an issue where the AlertWindow's callback would never be called if AlertWindows were dismissed by clicking outside the alert's window on Android
|
7 years ago |
jules
|
64e76146d9
|
Avoided a compiler error when using xcode with very old standard libraries
|
7 years ago |
hogliux
|
3ba8c1f864
|
iOS AUv3: Removed too strict API limitations to open URLs in AUv3s as iOS seems to allow this
|
7 years ago |
tpoole
|
0a7e9ff119
|
Whitespace
|
7 years ago |
jules
|
7c6f3d40b6
|
Tidied up some method calls involving HeapBlock
|
7 years ago |
jules
|
637367959c
|
Whitespace
|
7 years ago |
jules
|
80f76bfe0a
|
Added a std::hash function for juce::String to make it more compatible with std containers
|
7 years ago |
ed
|
dec870f5eb
|
Projucer: Fixed a few live-build errors on Windows
|
7 years ago |
Lukasz Kozakiewicz
|
c8c692e2b7
|
Android: fix web input stream reporting always total length of -1.
|
7 years ago |
Lukasz Kozakiewicz
|
8e7b29b3ee
|
Android: fix HTTP redirect.
|
7 years ago |
hogliux
|
29b5c98c53
|
Android: Fixed a compiler error when targeting Android SDK versions < 19
|
7 years ago |
hogliux
|
858b206553
|
Revert recent commit - Windows: Ensure that memory mapped files behave the same on all targets by allowing other code to open the memory mapped file with write priveleges even if the map was created with read priveleges only
|
7 years ago |
tpoole
|
ff6d01bc25
|
Added a function to the InterprocessConnectionServer class to get the bound port number
|
7 years ago |
Lukasz Kozakiewicz
|
f0ada66b0f
|
Android: ensure that temp directory exists before returning a path to it.
This fixes “no such file or directory” error when calling open() for a file for which parent directory does not exist.
|
7 years ago |
tpoole
|
9b687968db
|
Fixed some g++ compiler warnings
|
7 years ago |
hogliux
|
64597c2873
|
Android: Fixed a potential deadlock in Sockets
|
7 years ago |
hogliux
|
b83bf4e7ce
|
Windows: Ensure that memory mapped files behave the same on all targets by allowing other code to open the memory mapped file with write priveleges even if the map was created with read priveleges only
|
7 years ago |
hogliux
|
d5249492ae
|
Android: Fixed File::getSpecialLocation (userDocumentsDirectory) to return correct directory on newer Android versions
|
7 years ago |
tpoole
|
450de0d3a6
|
Added a uint8 operator<< to the String class
|
7 years ago |
hogliux
|
a2a0a2cae6
|
Fixed compiler errors when compiling with GNU libstdc++
|
7 years ago |
tpoole
|
3933c5f8f9
|
Removed the sstream header from juce_StandardHeader.h
|
7 years ago |
tpoole
|
9600016294
|
Fixed some undefined (or implementation defined) behavior
|
7 years ago |
jules
|
8cae6f97e2
|
Fixed a typo in the last ThreadPool change
|
7 years ago |
tpoole
|
c84aa57473
|
Removed the unordered_map header from juce_StandardHeader.h
|
7 years ago |
hogliux
|
ade10c9328
|
Fixed the of documentation of URL::downloadToFile to align with some changes in a recent commit
|
7 years ago |
hogliux
|
7107d3fe1e
|
AU hosting: Fixed potential compiler error/warning on iOS
|
7 years ago |
hogliux
|
c779982d38
|
Added an optional usePost parameter to URL::downloadToFile
|
7 years ago |
hogliux
|
842634cd80
|
Added an option to ignore the case when getting an entry inside a zip file with ZipFile::getEntry
|
7 years ago |
Lukasz Kozakiewicz
|
644ba82e00
|
Android: ensure that web calls are done off the main thread and fix data races.
|
7 years ago |
jules
|
4e69133e54
|
Added method ThreadPool::moveJobToFront()
|
7 years ago |
jules
|
383c1678ce
|
Worked around a compiler warning
|
7 years ago |
tpoole
|
d59ac51067
|
Deleted the String (bool) constructor to prevent nasty type conversion edge cases
|
7 years ago |
tpoole
|
041feb1688
|
Added operator<< bool to the String class
|
7 years ago |
tpoole
|
8424030e50
|
Fixed a bug where floating point numbers were parsed using the system's locale
|
7 years ago |
jules
|
a0d8137fea
|
Tidied up the DefaultHashFunctions methods, to avoid some edge-case values and avoid using abs()
|
7 years ago |
ed
|
cb1f02696f
|
Fixed a leak in URLConnectionState
|
7 years ago |
hogliux
|
ee4993f0ff
|
Fixed File::getCreationTime() to return the correct creation time on macOS/iOS
|
7 years ago |
hogliux
|
4a2a5294a7
|
Added macros JUCE_CONSTEXPR and JUCE_HAS_CONSTEXPR to support constexpr
|
7 years ago |
jules
|
dcbe32f527
|
Added some missing move constructors to SortedSet
|
7 years ago |
hogliux
|
df91b15455
|
Added in-app purchase feature to JUCE
|
7 years ago |
jules
|
8c0331b605
|
Avoided a VS warning
|
7 years ago |
hogliux
|
1b7d30f0f4
|
Android: Moved more Java code into C++
|
7 years ago |
ed
|
6d1a0acd07
|
Projucer: Added a workaround for some errors when using the live-build engine with the XCode 9 beta
|
7 years ago |
hogliux
|
c02ef79fd6
|
Bump version number to 5.1.1
|
8 years ago |