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

1830 commits

Author SHA1 Message Date
ed
f3af250ff7 Tidied up unit test code layout 2019-04-02 11:54:29 +01:00
ed
bfa167a054 Uncommented out ChildProcess unit test 2019-04-02 11:54:12 +01:00
ed
e88700be6e Added missing unit test categories 2019-04-02 11:53:18 +01:00
ed
aa498afce2 Call Thread::stopThread() in NamedPipeThread's destructor to fix an assertion when running the NamedPipe unit tests 2019-03-29 16:03:41 +00:00
ed
bd916b68e1 Make Random::setSeedRandomly() globalSeed atomic to fix a data race when multiple threads create a Random object 2019-03-29 16:03:41 +00:00
ed
08807df47b Allow valid socket handles of 0 in StreamingSocket and DatagramSocket, add some unit tests and some minor docs cleanup 2019-03-27 15:02:36 +00:00
ed
6567a7607f Fixed an uninitialised variable in the posix implementation of HighResolutionTimer 2019-03-26 18:26:24 +00:00
dimitri
b27116607f Fixed a crash in Mac Network when createConnection fails 2019-03-26 11:37:19 +00:00
ed
ba2575a4d3 Added a ScopedLock in ThreadPool::getNumJobs() to fix a potential data race 2019-03-25 17:15:30 +00:00
reuk
e5ce2ceb97 MathsFunctions: Made numElementsInArray constexpr 2019-03-25 14:47:21 +00:00
ed
6cb244f5a1 Support comma decimal mark in Time::fromISO8601() 2019-03-25 10:07:17 +00:00
Tom Poole
0d019acd1c Added a trailing decimal when serialising integer valued doubles 2019-03-21 17:50:11 +00:00
Tom Poole
a1dc1b1fce Fixed an issue iterating arrays of owned objects from object destructors 2019-03-20 14:33:19 +00:00
ed
1a46fb3a5f Minor whitespace tidying 2019-03-15 14:10:14 +00:00
jules
1c1232bfe7 Set JUCE_ALLOW_STATIC_NULL_VARIABLES 0 by default - these have all been marked as deprecated for a long time 2019-03-15 10:08:26 +00:00
ed
076be31fce Call _exit() instead of exit() on failure of execvp() in the forked child process on posix systems to avoid double-flushing stdio buffers 2019-03-14 15:56:06 +00:00
jules
11aee7cb6a Fixed a possible uncaught exception in ConsoleApplication 2019-03-14 09:59:48 +00:00
ed
3064d243b0 Some ChildProcess reliability improvements on posix systems 2019-03-13 17:19:48 +00:00
ed
61637218a2 macOS: Fixed a couple of places where CFStrings weren't being released properly 2019-03-13 15:04:03 +00:00
jules
11c8a4d1e6 Added a method ConsoleApplication::printCommandDetails() 2019-03-13 13:48:39 +00:00
jules
d4b62d57fc Added some extra methods to ArgumentList 2019-03-11 08:17:13 +00:00
Tom Poole
cbdf5e6d21 Fixed some compiler warnings 2019-03-08 18:01:17 +00:00
ed
4bedc679b1 Removed unused method 2019-03-05 17:23:34 +00:00
ed
7add963d40 Add Logger::print10000thCommitMessage() 2019-03-05 12:12:08 +00:00
ed
1bc7fdd1ec iOS: Return the device model name from SystemStats::getDeviceDescription() when running in the simulator 2019-03-01 10:54:10 +00:00
ed
730fd6955f macOS: Added missing OS versions to SystemStats::OperatingSystemType 2019-03-01 09:18:40 +00:00
ed
dbd7c4d205 Fixed a typo in the native java README.txt 2019-02-28 16:27:55 +00:00
Tom Poole
bbe49f6b36 Serialise doubles into more human friendly XML and JSON 2019-02-27 17:59:24 +00:00
ed
09daeb3a6d Remove HashMap dependency from HeavyweightLeakedObjectDetector so it can be included as early as possible 2019-02-22 14:00:16 +00:00
Tom Poole
aa361c9cf5 Documentation fixes 2019-02-22 10:01:53 +00:00
ed
6722194260 Bump version number to 5.4.3 2019-02-21 15:25:51 +00:00
jules
f6431fc3df More work on ConsoleApplication - added some new methods, and added short/long description fields to the Command structure 2019-02-15 16:54:27 +00:00
jules
1dee28660e Added and updated some methods in the ArgumentList classes 2019-02-14 16:31:30 +00:00
jules
097525ba5b Improved the layout of ConsoleApplication::printHelp() when there are long items 2019-02-13 12:46:09 +00:00
ed
9762e29007 Deleted some var constructors that take a const ReferenceCountedObject* and were resolving to the wrong type 2019-02-11 15:45:14 +00:00
Tom Poole
6f6451b7d2 Restored compatibility with older versions of Xcode 2019-02-11 14:59:05 +00:00
Tom Poole
168188665e Added a couple of missing JUCE_API macros 2019-02-11 14:50:20 +00:00
Tom Poole
306e7e4360 Fixed a few more places where doubles were not serialised to full accuracy 2019-02-11 14:44:19 +00:00
Tom Poole
865eabd434 Fixed a bug writing doubles to XML and JSON 2019-02-11 11:11:44 +00:00
Tom Poole
66691fc602 Fixed a bug parsing long double strings 2019-02-08 23:30:56 +00:00
jules
8fb3508913 Tidied up a comment in AbstractFIFO 2019-02-08 16:38:59 +00:00
ed
62958a79ea Whitespace 2019-02-08 09:42:17 +00:00
ed
a096b4f707 Added an assertion to XmlElement::removeChildElement() to check that childToRemove is actually a child of the XmlElement 2019-02-08 09:24:02 +00:00
Tom Poole
e3ebe5aed1 Bump version number to 5.4.2 2019-02-07 10:02:17 +00:00
Tom Poole
066ec6c18b Whitespace 2019-02-07 09:56:43 +00:00
Tom Poole
be83a08c3b Added an assertion to check the OpenGL swap interval on MacOS 2019-02-01 13:00:08 +00:00
jules
06a2654a74 Moved some AbstractFifo declarations to avoid a compiler warning 2019-01-31 17:06:43 +00:00
ed
a234721110 Added various clang-tidy modernize-* fixes 2019-01-31 15:15:31 +00:00
ed
360be3400d Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt 2019-01-30 09:55:50 +00:00
ed
3661d928c1 Added a URL::DownloadTask::getTargetLocation() method so the target file can be retrieved in the DownloadTask::Listener callbacks 2019-01-24 10:42:08 +00:00