173 Commits (4fd3dfb51b05e3d8b77d9dd30182c202a370ba62)

Author SHA1 Message Date
  ed 744e16eebd Fixed some Doxygen parsing issues 4 years ago
  reuk 9cc3fca7d0 RangedDirectoryIterator: Allow querying the estimated progress 4 years ago
  reuk 394c4fd475 Clang: Fix warnings when building with clang 10 4 years ago
  ed 4855f52e4d Added missing documentation tags 4 years ago
  ed 4b6be143cf Fixed some doxygen warnings 5 years ago
  Tom Poole 894e7d2bd2 Updated all license headers 5 years ago
  Tom Poole 2d16374b14 Updated all license headers 5 years ago
  reuk e7e1de78fa Files: Add RangedDirectoryIterator 5 years ago
  reuk 6a18c9e153 iOS: Fix type declaration in juce_File.h 5 years ago
  reuk dddeb1ad68 Build: Fix Xcode 11.4 compatibility issues 5 years ago
  ed 69d5f16be0 Added some more FileInputStream unit tests 5 years ago
  reuk 5af01b9b16 Demos: Convey proper ownership semantics 5 years ago
  ed 59a058fdc6 Fixed some warnings flagged up when enabling -Wswitch-enum, -Wswitch-default, -Wredundant-decls, and -Wimplicit-fallthrough 5 years ago
  ed c898376158 Check for UNC paths when normalising separators in File::parseAbsolutePath() 5 years ago
  ed ecbab99917 Normalise file separators in File::parseAbsolutePath() 5 years ago
  jules df28d11069 Added a method URL::getParentURL() 5 years ago
  Tom Poole 5f21cf214c Fixed a bug reporting write success in FileOutputStream 5 years ago
  Tom Poole 6bcf80fb9e Removed a problematic unit test when running as a Windows system process 5 years ago
  Tom Poole 8f84192c9b Fixed some more Android compiler warnings 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
  Tom Poole 6f6451b7d2 Restored compatibility with older versions of Xcode 6 years ago
  ed a234721110 Added various clang-tidy modernize-* fixes 6 years ago
  jules cadac817c6 Enabled some more warning flags in Xcode, and fixed the problems they caused 6 years ago
  ed eaf0f990d4 Replaced all uses of static_cast<Type&&> with std::move 6 years ago
  Tom Poole 4094bcc45a Fixed some Doxygen parsing errors 6 years ago
  jules 302019dd43 Tidied up some comments and usage of File::createOutputStream() and createInputStream() 6 years ago
  Tom Poole f5cf03d2f5 A minor documentation update 6 years ago
  ed a64183914a Added unit tests to the InputStream classes 6 years ago
  Tom Poole 493591a7ef Cleaned up some doc comments 6 years ago
  Tom Poole 0e1722e387 Multiple spelling fixes 6 years ago
  jules 974b4a8351 Removed some legacy friend class declarations that are no longer needed with modern compilers 7 years ago
  hogliux 6d55fe78fe Added a flag to specify if File::deleteRecursively should follow symlinks or not 7 years ago
  jules d4762f1d9a Fix for compile error with JUCE_ALLOW_STATIC_NULL_VARIABLES=0 7 years ago
  jules 30f6206be9 Fix for compile error with JUCE_ALLOW_STATIC_NULL_VARIABLES=0 7 years ago
  jules 8c38c6f57f Marked as deprecated: String::empty, var::null, File::nonexistent, ValueTree::invalid and other problematic statically-initialised null values. Please just use the default constructor for these classes! 7 years ago
  Tom Poole 3a373cfa06 Increased the warning level when building DemoRunner on iOS 7 years ago
  Tom Poole ab863a6dc2 Replaced all usage of ScopedPointer with std::unique_ptr 7 years ago
  jules efda09a512 Added a parameter to File::appendText, File::replaceWithText and OutputStream::writeText to provide control over if/how line-feeds are replaced when writing text to a file 7 years ago
  hogliux 06d20b20c0 Files: Added support for creating and reading relative or special path symbolic link files 7 years ago
  ed cdbc28c18b Add documentation tags 7 years ago
  jules 415f0e4c90 Added an alternative version of File::findChildFiles that returns the results array rather than it being an out-parameter. In almost all cases using this new version will make your code smaller and cleaner, as you can see from all the changes in this commit! 7 years ago
  jules 48a5fbd333 Another batch of ScopedPointer cleanups 7 years ago
  Noah Dayan 381874c20a Fix typo in juce_TemporaryFile.h 7 years ago
  jules 85f74ca7d3 Clarified comments around the JUCE_ALLOW_STATIC_NULL_VARIABLES items to make clear that they're deprecated 7 years ago
  Noah Dayan 737c82fcfc Fix Windows doc in juce_File.h 7 years ago
  jules f85d706131 Some minor formatting and comment fixes 7 years ago
  jules 08a1b7bb6d Improved error handling in BufferedInputStream and tidied up a few classes in the streams folder 7 years ago
  jules 2dc9316420 Misc ScopedPointer changes to start using reset() and get() rather than assignments and casts (part of an ongoing drift towards more std::unique_ptr compatibility) 7 years ago
  tpoole ca5620710c Some minor documentation improvements 7 years ago