71 Commits (c20a61b80210de917a0123fe110f6207e6f62d45)

Author SHA1 Message Date
  jules 7a7f7814fb Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems. 10 years ago
  jules 74571aba11 New class: MountedVolumeListChangeDetector 10 years ago
  jules 2fd89b0ac4 A few minor clean-ups. 10 years ago
  jules fe61c37d93 Updated the return types of OutputStream::writeFromInputStream and InputStream::readIntoMemoryBlock 10 years ago
  jules ae0383c7db Added a win32-specific flag File::windowsSystemDirectory 11 years ago
  jules d8180f7ba5 Tweaked FileInputStream::setPosition to make sure it returns false when trying to seek beyond the limits of the file. 11 years ago
  jules 27046fd1a7 Added new method File::getFileIdentifier() for retrieving a file's unique ID. 11 years ago
  jules d8c390d7a2 Avoided unnecessary disk flushing in the destructor of FileOutputStream. 11 years ago
  jules b5af44a485 Couple of minor clean-ups. 11 years ago
  jules e5e24fd541 Avoided assertion in File::isAbsolutePath 11 years ago
  jules e80e396f5d Improved documentation. 11 years ago
  jules 844fda7939 Spelling fix. 11 years ago
  jules 5cabff2ac2 Moved FileFilter and WildcardFileFilter into the juce_core module. 11 years ago
  jules 76c8400049 Really minor clean-ups. 11 years ago
  jules a316bd5f6f Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 11 years ago
  jules 2edec00b55 Removed a few more uses of String::empty. 11 years ago
  jules 2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 11 years ago
  jules 88c71bc7af Removed unwise assertion from File. 11 years ago
  jules b11a88bc01 Moved some duplicated linux/android code into a shared file. Added a method File::isLink() 11 years ago
  jules 19425a4502 Optimised a couple of XML and memory block functions. 11 years ago
  jules 5051b2ffcc Optimised some number streaming functions. 11 years ago
  jules abd3babc02 Minor optimisations and clean-ups. 11 years ago
  jules 9a193b55f2 Fixed a bug in File relative path parsing. 11 years ago
  jules fecba9c31c New class StringRef, to improve performance in function calls that can take either a String or a raw string literal. Modified a few other classes to take advantage of this. 11 years ago
  jules 725334d78c Added File::commonDocumentsDirectory enum. 11 years ago
  jules 2786eadaf9 Removed a few pedantic warnings. 11 years ago
  jules 65c155e372 Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 11 years ago
  jules 1dbc29bbe0 DirectoryIterator fix when multiple wildcards are used. 11 years ago
  jules 5a1112ab94 Updated the format of the header include guard macros. 11 years ago
  jules 67740c1441 Added return values for various OutputStream::writeXYZ methods. 12 years ago
  jules 4fc8fbaef1 Added some more override decorators. 12 years ago
  jules 23f59fd99c Improved some documentation in the File class. 12 years ago
  jules aec3d12753 A few minor tweaks to avoid warnings etc. 12 years ago
  jules a12db728d5 Comment fix. 12 years ago
  jules ef486ad07d Moved a couple of static functions. 12 years ago
  jules 03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 12 years ago
  jules c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 12 years ago
  jules 4b6a094d13 Made DirectoryIterator capable of parsing multiple wildcard patterns. 12 years ago
  jules 76ae8fe523 Added a new constructor to TemporaryFile to allow explicitly setting the temp file. 12 years ago
  jules cc26ae1fc1 Added ResizableBorderComponent::getCurrentZone(). Misc tidying-up. 12 years ago
  jules bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 12 years ago
  jules 2266501eb9 Small fix for File::createInputStream. 12 years ago
  jules e6d817d20d Extended MemoryMappedFile to allow loading of file subsections. 12 years ago
  jules f9e31ab7a9 Documentation pedanticism. 12 years ago
  jules 6fb9b9ce4e DirectoryIterator optimisation. 12 years ago
  jules e543949bda Minor clean-ups. 12 years ago
  jules 9f41dbce82 DirectoryIterator fix. 12 years ago
  jules 0ceeb573d8 Minor changes to avoid pedantic compiler warnings. 12 years ago
  jules d1ceed0c14 Workaround for Xcode3 compiler bug. 12 years ago
  jules c94183e614 New method File::createLink, for creating win32 .lnk files. 12 years ago