2097 Commits (61c638106f84bdadd7b9ef380b30bdee9b51da05)

Author SHA1 Message Date
  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
  Tom Poole 6f6451b7d2 Restored compatibility with older versions of Xcode 6 years ago
  Tom Poole 168188665e Added a couple of missing JUCE_API macros 6 years ago
  Tom Poole 306e7e4360 Fixed a few more places where doubles were not serialised to full accuracy 6 years ago
  Tom Poole 865eabd434 Fixed a bug writing doubles to XML and JSON 6 years ago
  Tom Poole 66691fc602 Fixed a bug parsing long double strings 6 years ago
  jules 8fb3508913 Tidied up a comment in AbstractFIFO 6 years ago
  ed 62958a79ea Whitespace 6 years ago
  ed a096b4f707 Added an assertion to XmlElement::removeChildElement() to check that childToRemove is actually a child of the XmlElement 6 years ago
  Tom Poole e3ebe5aed1 Bump version number to 5.4.2 6 years ago
  Tom Poole 066ec6c18b Whitespace 6 years ago
  Tom Poole be83a08c3b Added an assertion to check the OpenGL swap interval on MacOS 6 years ago
  jules 06a2654a74 Moved some AbstractFifo declarations to avoid a compiler warning 6 years ago
  ed a234721110 Added various clang-tidy modernize-* fixes 6 years ago
  ed 360be3400d Added an "app" subfolder to all of the native/java directories and updated modules/juce_core/native/java/README.txt 6 years ago
  ed 3661d928c1 Added a URL::DownloadTask::getTargetLocation() method so the target file can be retrieved in the DownloadTask::Listener callbacks 6 years ago
  ed 38fb341ee4 Remove empty strings when creating an ArgumentList so they are not treated as a separate argument 6 years ago
  ed bcf388b2cd Increase the amount of bytes that findCentralDirectoryFileHeader() will scan when unzipping a .zip file 6 years ago
  ed c55338b844 Windows: Fixed a signed/unsigned comparison warning in juce_win32_Network.cpp 6 years ago
  ed a5d546b25d Windows: Use GetComputerNameEx() in SystemStats::getComputerName() to allow names longer than 15 characters 6 years ago
  jules cadac817c6 Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
  ed 0fbb75330b Windows: Handle ERROR_INTERNET_FORCE_RETRY when opening a HTTP connection 6 years ago
  jules 26279af622 Made it possible to provide a user-supplied definition for JUCE_LOG_CURRENT_ASSERTION to enable custom behaviour when an assertion fails 6 years ago
  ed 5e7409ead1 Android: Revert commit 9bad191 6 years ago
  ed 84513eef8f Added JUCE_CONSTEXPR macro to qualifying functions in Range 6 years ago
  jules 12ec130cf6 Avoided a possible recursion in ScopedPointer::reset() if called from within the object's own destructor. 6 years ago
  ed 74b6673e42 Improved the documentation of some methods in juce_Thread.h 6 years ago
  ed 3ba771507d Avoid unnecessary zeros when writing double values to XML or JSON 6 years ago