2097 Commits (61c638106f84bdadd7b9ef380b30bdee9b51da05)

Author SHA1 Message Date
  James Hurst a138458d19 Workaround for bad HTTP response header parsing on Linux 6 years ago
  James Hurst 60f58be769 Added a method to return query parameters as a URL encoded string, and to optionally include these in getSubPath 6 years ago
  James Hurst f4eec3d80a Use ignoreCase in StringPairArray::containsKey 6 years ago
  ed c3df4ac8a4 macOS: Fixed a couple of potential data races flagged by tsan in the native networking code 6 years ago
  ed f3bbe90250 Projucer: Check for libc++ version instead of macOS SDK version when working around a live-build error 6 years ago
  Tom Poole c0af62f188 Windows: Removed some inverse hyperbolic compatibility functions 6 years ago
  Tom Poole 3c0ccda6a5 macOS: Cleaned up old 10.6 support ifdefs 6 years ago
  ed 43f71daa95 Projucer: Added a workaround for errors in the live-build engine from the system headers included with the macOS 10.14 SDK 6 years ago
  Tom Maisey 9d1f6abe49 Avoided some allocations in StringRef/Identifier/String comparisons 6 years ago
  ed 497a1b3fb7 Added juce_UnitTestCategories.h to replace raw strings used for test categories 6 years ago
  ed f3af250ff7 Tidied up unit test code layout 6 years ago
  ed bfa167a054 Uncommented out ChildProcess unit test 6 years ago
  ed e88700be6e Added missing unit test categories 6 years ago
  dimitri 49c631e916 Fixed a crash in Mac Network when createConnection fails 6 years ago
  ed aa498afce2 Call Thread::stopThread() in NamedPipeThread's destructor to fix an assertion when running the NamedPipe unit tests 6 years ago
  ed bd916b68e1 Make Random::setSeedRandomly() globalSeed atomic to fix a data race when multiple threads create a Random object 6 years ago
  ed 08807df47b Allow valid socket handles of 0 in StreamingSocket and DatagramSocket, add some unit tests and some minor docs cleanup 6 years ago
  ed 6567a7607f Fixed an uninitialised variable in the posix implementation of HighResolutionTimer 6 years ago
  dimitri b27116607f Fixed a crash in Mac Network when createConnection fails 6 years ago
  ed ba2575a4d3 Added a ScopedLock in ThreadPool::getNumJobs() to fix a potential data race 6 years ago
  reuk e5ce2ceb97 MathsFunctions: Made numElementsInArray constexpr 6 years ago
  ed 6cb244f5a1 Support comma decimal mark in Time::fromISO8601() 6 years ago
  Tom Poole ce6339f332 Added a trailing decimal when serialising integer valued doubles 6 years ago
  Tom Poole 0d019acd1c Added a trailing decimal when serialising integer valued doubles 6 years ago
  Tom Poole d475b17a81 Fixed some compiler warnings 6 years ago
  Tom Poole 4700dd9773 Serialise doubles into more human friendly XML and JSON 6 years ago
  Tom Poole a1dc1b1fce Fixed an issue iterating arrays of owned objects from object destructors 6 years ago
  ed 1a46fb3a5f Minor whitespace tidying 6 years ago
  jules 1c1232bfe7 Set JUCE_ALLOW_STATIC_NULL_VARIABLES 0 by default - these have all been marked as deprecated for a long time 6 years ago
  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 6 years ago
  jules 11aee7cb6a Fixed a possible uncaught exception in ConsoleApplication 6 years ago
  ed 3064d243b0 Some ChildProcess reliability improvements on posix systems 6 years ago
  ed 61637218a2 macOS: Fixed a couple of places where CFStrings weren't being released properly 6 years ago
  jules 11c8a4d1e6 Added a method ConsoleApplication::printCommandDetails() 6 years ago
  jules d4b62d57fc Added some extra methods to ArgumentList 6 years ago
  Tom Poole cbdf5e6d21 Fixed some compiler warnings 6 years ago
  ed 4bedc679b1 Removed unused method 6 years ago
  ed 7add963d40 Add Logger::print10000thCommitMessage() 6 years ago
  ed 1bc7fdd1ec iOS: Return the device model name from SystemStats::getDeviceDescription() when running in the simulator 6 years ago
  ed 730fd6955f macOS: Added missing OS versions to SystemStats::OperatingSystemType 6 years ago
  ed dbd7c4d205 Fixed a typo in the native java README.txt 6 years ago
  Tom Poole bbe49f6b36 Serialise doubles into more human friendly XML and JSON 6 years ago
  ed 09daeb3a6d Remove HashMap dependency from HeavyweightLeakedObjectDetector so it can be included as early as possible 6 years ago
  Tom Poole 315db2df93 Documentation fixes 6 years ago
  Tom Poole aa361c9cf5 Documentation fixes 6 years ago
  ed 6722194260 Bump version number to 5.4.3 6 years ago
  jules f6431fc3df More work on ConsoleApplication - added some new methods, and added short/long description fields to the Command structure 6 years ago
  jules 1dee28660e Added and updated some methods in the ArgumentList classes 6 years ago
  jules 097525ba5b Improved the layout of ConsoleApplication::printHelp() when there are long items 6 years ago
  ed 9762e29007 Deleted some var constructors that take a const ReferenceCountedObject* and were resolving to the wrong type 6 years ago