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

1695 commits

Author SHA1 Message Date
ed
ef665c5982 Updated SystemStats::getDeviceDescription() to return the device code on iOS 2018-08-15 10:22:29 +01:00
jules
e26049f141 Added assertions to Array to catch situations where a reference to a member is passed into an add() method. Also changed the form of StringArray method params to avoid this problem. 2018-08-13 10:22:23 +01:00
ed
7ef2f508d3 Add approximatelyEqualTo() and isWithin() methods to juce_MathsFunctions.h 2018-08-10 16:36:50 +01:00
Tom Poole
b6c615e6c4 Fixed a bug adding derived ReferenceCountedObjects to base class ReferenceCountedArrays 2018-07-18 10:45:48 +01:00
Tom Poole
4bab8cc1d5 Fixed a bug adding ReferenceCountedArrays 2018-07-17 13:23:12 +01:00
Tom Poole
c5862246b7 Prevented some implicit casts to bool using JUCE_STRICT_REFCOUNTEDPOINTER 2018-07-17 09:10:43 +01:00
Tom Poole
bc244b23de Fixed an issue with a ReferenceCountedArray constructor 2018-07-16 17:14:26 +01:00
Tom Poole
f1c71aa0d9 Added explicit checks for curl versions when loading lazily 2018-07-16 16:19:17 +01:00
Tom Poole
f453d4ac4e Replaced ArrayAllocationBase with a safer storage container 2018-07-12 12:05:54 +01:00
Tom Poole
fc87d8cd1d Made some more JUCE classes trivially copyable 2018-07-11 15:07:00 +01:00
Tom Poole
6cff481c6a Fixed some gcc 8 compiler warnings 2018-07-11 09:17:31 +01:00
Tom Poole
08d67c763f Made some JUCE classes TriviallyCopyable 2018-07-11 09:17:31 +01:00
jules
e59bde5ac6 Prevented an internal threading function escaping from the juce namespace 2018-07-06 14:13:30 +01:00
jules
7ed282f314 Fix for obscure order-of-deletion problems involving self-referenctial ReferenceCountedObjectPtrs 2018-07-05 16:46:11 +01:00
jules
ccbaf89f0e Added some methods IPAddress::getAllAddresses(), IPAddress::getLocalAddress(), MACAddress::getAllAddresses() 2018-07-04 17:17:18 +01:00
jules
72266af609 Fixed a dumb mistake in the last ReferenceCountedObjectPtr change 2018-07-04 08:58:42 +01:00
jules
95a3f0b039 Whitespace 2018-07-03 11:51:36 +01:00
jules
1e6bbb8da9 Added some methods to allow ReferenceCountedObjectPtrs to be constructed or copied from references as well as pointers - as well as increasing safety, this actually makes things a bit more efficient as it skips a nullptr check. Updated lots of places in the code that could take advantage of this 2018-07-03 11:51:13 +01:00
jules
f784907c73 Fixed a documentation typo 2018-07-02 16:42:27 +01:00
jules
0a75197fa6 Tweaked ReferenceCountedObjectPtr to try to cause fewer ambiguities when comparing it with raw pointers 2018-07-02 12:45:24 +01:00
Tom Poole
102ed4a9f2 Fixed some compiler warnings 2018-06-27 17:02:25 +01:00
jules
49aa9c9db4 Added flag JUCE_STRICT_REFCOUNTEDPOINTER which is recommended to avoid accidental leaks when using ref-counted pointers. Enabled this flag in the demo projects, and used it to help tidy up some dubious smart-pointer use 2018-06-26 14:06:52 +01:00
jules
abe01671d4 Fixed a very old spelling mistake!(SystemStats::getCpuSpeedInMegaherz -> SystemStats::getCpuSpeedInMegahertz) 2018-06-18 17:11:12 +01:00
jules
cba080396b Clarified some double-to-string conversion documentation, and made it avoid adding unnecessary trailing zeros (which were bloating XML and other dumps generated by things like ValueTree) 2018-06-18 12:14:39 +01:00
jules
e2427065e0 Added a handy initialiser-list based constructor for NamedValueSet 2018-06-18 10:24:51 +01:00
hogliux
baa8bbf300 Linux: Added an option to lazily load libcurl symbols only when they are needed 2018-06-15 17:03:32 +01:00
jules
383528ec6e Added some helpers to StringArray to allow creation from Arrays of string-convertible objects 2018-06-15 10:02:25 +01:00
jules
974b4a8351 Removed some legacy friend class declarations that are no longer needed with modern compilers 2018-06-13 17:11:37 +01:00
hogliux
6d55fe78fe Added a flag to specify if File::deleteRecursively should follow symlinks or not 2018-06-13 12:07:25 +01:00
hogliux
5799a4ee5b MSVC: Added a workaround for a compiler bug 2018-06-12 15:54:48 +01:00
jules
3149bc5a69 Workaround for missing symbol REPLACEFILE_IGNORE_ACL_ERRORS on mingw 2018-06-12 12:02:54 +01:00
jules
a1b6f2aa34 Whitespace 2018-06-07 17:44:04 +01:00
jules
172c580200 Added an assertion in Array::removeLast 2018-06-07 17:23:16 +01:00
jules
108d79d8d9 Made Array::addArray() more flexible, so it can read from other array classes 2018-06-07 09:44:25 +01:00
jules
e11bd2494b Whitespace 2018-06-05 10:14:39 +01:00
jules
d1571a19aa Added a few missing in-place operators to the javascript parser 2018-06-05 10:14:22 +01:00
jules
aba7a80ffb Added missing juce namespace to JUCE_DECLARE_WEAK_REFERENCEABLE macro 2018-05-22 17:33:55 +01:00
Tom Poole
1fd3df6278 macOS: Fixed a data race in URL connections 2018-05-21 13:13:30 +01:00
ed
6f65cf0f7b Fixed a bug when parsing IP address strings 2018-05-17 14:36:28 +01:00
ed
c154024641 Added a missing call to zeroUnusedBytes() in the String constructor of IPAddress 2018-05-17 12:48:26 +01:00
Lukasz Kozakiewicz
5862d832e6 Android: fix crash when accessing system clipboard. 2018-05-16 10:12:36 +01:00
ed
8e463b4051 Various improvements and bug-fixes to the IPAddress class - added more comparison operators and support for IPv4-mapped IPv6 addresses 2018-05-15 17:28:00 +01:00
hogliux
4ecd7eb8e8 Do not assert in ScopedPointer::reset if you are resetting to a nullptr 2018-05-15 10:37:57 +01:00
ed
516f053006 Removed the default bool argument from static IPAddress::any() method 2018-05-15 10:27:45 +01:00
Lukasz Kozakiewicz
315326477d Add video playback support for Android and iOS. Update VideoComponent API to support building custom UIs. 2018-05-14 18:15:06 +01:00
hogliux
7d056e2670 Tidied up some macOS ObjC conversion methods 2018-05-14 17:11:58 +01:00
ed
ddc2f9cc4c Added an assertion to ScopedPointer to catch people resetting it to itself 2018-05-14 17:08:48 +01:00
ed
657afd8652 Removed a default bool constructor from IPAddress 2018-05-14 16:48:56 +01:00
jules
87042769b6 Tidied up some more old typedefs 2018-05-11 14:44:51 +01:00
jules
dee78f29f6 Misc cleanups and modernisation 2018-05-11 12:46:30 +01:00