1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00
Commit graph

1426 commits

Author SHA1 Message Date
tpoole
0c3faf4b58 Added an OS X 10.6 compatibility fix 2017-09-08 09:51:41 +01:00
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 2017-09-08 08:59:55 +01:00
tpoole
b58a0f4be7 Fixed some VS2013 compiler errors 2017-09-07 16:44:46 +01:00
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 2017-09-06 15:19:24 +01:00
jules
64e76146d9 Avoided a compiler error when using xcode with very old standard libraries 2017-09-06 14:12:41 +01:00
hogliux
3ba8c1f864 iOS AUv3: Removed too strict API limitations to open URLs in AUv3s as iOS seems to allow this 2017-09-06 12:48:21 +01:00
tpoole
0a7e9ff119 Whitespace 2017-09-06 08:38:50 +01:00
jules
7c6f3d40b6 Tidied up some method calls involving HeapBlock 2017-09-05 16:06:57 +01:00
jules
637367959c Whitespace 2017-09-05 15:06:25 +01:00
jules
80f76bfe0a Added a std::hash function for juce::String to make it more compatible with std containers 2017-09-05 14:20:19 +01:00
ed
dec870f5eb Projucer: Fixed a few live-build errors on Windows 2017-09-01 11:06:01 +01:00
Lukasz Kozakiewicz
c8c692e2b7 Android: fix web input stream reporting always total length of -1. 2017-08-31 10:28:24 +01:00
Lukasz Kozakiewicz
8e7b29b3ee Android: fix HTTP redirect. 2017-08-30 18:03:57 +01:00
hogliux
29b5c98c53 Android: Fixed a compiler error when targeting Android SDK versions < 19 2017-08-30 16:52:03 +01:00
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 2017-08-30 11:42:00 +01:00
tpoole
ff6d01bc25 Added a function to the InterprocessConnectionServer class to get the bound port number 2017-08-30 09:55:56 +01:00
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.
2017-08-29 15:02:05 +01:00
tpoole
9b687968db Fixed some g++ compiler warnings 2017-08-29 14:47:04 +01:00
hogliux
64597c2873 Android: Fixed a potential deadlock in Sockets 2017-08-29 10:27:54 +01:00
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 2017-08-29 09:44:45 +01:00
hogliux
d5249492ae Android: Fixed File::getSpecialLocation (userDocumentsDirectory) to return correct directory on newer Android versions 2017-08-29 09:33:39 +01:00
tpoole
450de0d3a6 Added a uint8 operator<< to the String class 2017-08-29 09:27:08 +01:00
hogliux
a2a0a2cae6 Fixed compiler errors when compiling with GNU libstdc++ 2017-08-28 12:31:59 +01:00
tpoole
3933c5f8f9 Removed the sstream header from juce_StandardHeader.h 2017-08-25 09:42:16 +01:00
tpoole
9600016294 Fixed some undefined (or implementation defined) behavior 2017-08-24 18:16:03 +01:00
jules
8cae6f97e2 Fixed a typo in the last ThreadPool change 2017-08-24 16:56:50 +01:00
tpoole
c84aa57473 Removed the unordered_map header from juce_StandardHeader.h 2017-08-24 16:07:25 +01:00
hogliux
ade10c9328 Fixed the of documentation of URL::downloadToFile to align with some changes in a recent commit 2017-08-24 14:16:36 +01:00
hogliux
7107d3fe1e AU hosting: Fixed potential compiler error/warning on iOS 2017-08-24 14:14:55 +01:00
hogliux
c779982d38 Added an optional usePost parameter to URL::downloadToFile 2017-08-24 12:00:06 +01:00
hogliux
842634cd80 Added an option to ignore the case when getting an entry inside a zip file with ZipFile::getEntry 2017-08-24 11:30:11 +01:00
Lukasz Kozakiewicz
644ba82e00 Android: ensure that web calls are done off the main thread and fix data races. 2017-08-24 10:41:51 +01:00
jules
4e69133e54 Added method ThreadPool::moveJobToFront() 2017-08-23 12:07:11 +01:00
jules
383c1678ce Worked around a compiler warning 2017-08-23 10:06:56 +01:00
tpoole
d59ac51067 Deleted the String (bool) constructor to prevent nasty type conversion edge cases 2017-08-23 09:27:58 +01:00
tpoole
041feb1688 Added operator<< bool to the String class 2017-08-22 16:19:39 +01:00
tpoole
8424030e50 Fixed a bug where floating point numbers were parsed using the system's locale 2017-08-22 13:05:05 +01:00
jules
a0d8137fea Tidied up the DefaultHashFunctions methods, to avoid some edge-case values and avoid using abs() 2017-08-21 11:45:24 +01:00
ed
cb1f02696f Fixed a leak in URLConnectionState 2017-08-15 10:25:13 +01:00
hogliux
ee4993f0ff Fixed File::getCreationTime() to return the correct creation time on macOS/iOS 2017-08-14 11:59:31 +01:00
hogliux
4a2a5294a7 Added macros JUCE_CONSTEXPR and JUCE_HAS_CONSTEXPR to support constexpr 2017-08-14 10:09:15 +01:00
jules
dcbe32f527 Added some missing move constructors to SortedSet 2017-08-11 09:58:23 +01:00
hogliux
df91b15455 Added in-app purchase feature to JUCE 2017-08-09 20:15:17 +01:00
jules
8c0331b605 Avoided a VS warning 2017-08-08 09:08:21 +01:00
hogliux
1b7d30f0f4 Android: Moved more Java code into C++ 2017-08-04 18:49:14 +01:00
ed
6d1a0acd07 Projucer: Added a workaround for some errors when using the live-build engine with the XCode 9 beta 2017-08-04 11:57:26 +01:00
hogliux
c02ef79fd6 Bump version number to 5.1.1 2017-08-02 18:35:29 +01:00
tpoole
fe134173f6 iOS: Fixed an openURL iOS 10 deprecation 2017-08-01 15:37:19 +01:00
jules
9d692d0d8b Added some ThreadPool::addJob methods that take lambdas 2017-08-01 10:55:09 +01:00
jules
ab4013e289 Added method Thread::launch() to run lambdas on an anonymous thread 2017-08-01 10:54:59 +01:00