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
|
7 years ago |
hogliux
|
eb33f537da
|
Bump version number to 5.1.1
|
7 years ago |
hogliux
|
0b67a40bb9
|
Fixed a MSVC 2013 compiler error in juce_MathsFunctions.h
|
7 years ago |
tpoole
|
fe134173f6
|
iOS: Fixed an openURL iOS 10 deprecation
|
7 years ago |
jules
|
9d692d0d8b
|
Added some ThreadPool::addJob methods that take lambdas
|
7 years ago |
jules
|
ab4013e289
|
Added method Thread::launch() to run lambdas on an anonymous thread
|
8 years ago |
hogliux
|
52fb43b1a7
|
Windows: Added windows implementation for SystemStats::getDeviceDescription
|
7 years ago |
tpoole
|
5b6e482a0d
|
JSON: Added the ability to limit the number of decimal places when serialising floating point numbers
|
7 years ago |
hogliux
|
ec2f7219c5
|
Fixed a MSVC 2013 compiler error in juce_MathsFunctions.h
|
7 years ago |
hogliux
|
c1ad53c14e
|
Bump version number to 5.1.0
|
7 years ago |
hogliux
|
244a944857
|
Added the JUCE DSP module
|
7 years ago |
tpoole
|
d2175cfe86
|
Fixed a compiler warning in ObjCHelpers
|
7 years ago |
tpoole
|
db1e79601e
|
Fixed an intermittent JSON parsing test failure
|
7 years ago |
tpoole
|
a05362d46b
|
Projucer: Xcode exporter: Updated to support Xcode 9
|
7 years ago |
jules
|
df14b18c17
|
cleaned up a method in Array
|
7 years ago |
jules
|
c313a55f83
|
Bit of minor modernisation in CharacterFunctions
|
7 years ago |
jules
|
86deea87ce
|
Added variadic add methods to Array
|
7 years ago |
tpoole
|
ebce454514
|
Added a compatibility fix for older compilers
|
7 years ago |