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

75 commits

Author SHA1 Message Date
jules
f6395d4cda Raised the warnings level in the introjucer, and fixed a few warnings that were thrown up by this. 2015-03-31 11:44:10 +01:00
jules
c5d9600fa1 Added comment to a file method. 2015-01-17 13:29:26 +00:00
jules
73d2d1469b Avoided some recursion in DirectoryIterator which could cause stack overflows in large filesystems 2014-11-15 17:17:44 +00:00
jules
9c884f79d3 Added method File::setExecutePermission() 2014-11-12 15:01:34 +00:00
jules
7a7f7814fb Moved the new MountedVolumeListChangeDetector into the juce_events module to avoid some win32 problems. 2014-10-26 19:36:54 +00:00
jules
74571aba11 New class: MountedVolumeListChangeDetector 2014-10-26 17:39:49 +00:00
jules
2fd89b0ac4 A few minor clean-ups. 2014-08-26 10:17:40 +01:00
jules
fe61c37d93 Updated the return types of OutputStream::writeFromInputStream and InputStream::readIntoMemoryBlock 2014-08-11 09:44:14 +01:00
jules
ae0383c7db Added a win32-specific flag File::windowsSystemDirectory 2014-07-08 14:05:55 +01:00
jules
d8180f7ba5 Tweaked FileInputStream::setPosition to make sure it returns false when trying to seek beyond the limits of the file. 2014-05-24 18:36:17 +01:00
jules
27046fd1a7 Added new method File::getFileIdentifier() for retrieving a file's unique ID. 2014-05-03 16:46:44 +01:00
jules
d8c390d7a2 Avoided unnecessary disk flushing in the destructor of FileOutputStream. 2014-04-10 21:00:39 +01:00
jules
b5af44a485 Couple of minor clean-ups. 2014-03-28 09:06:20 +00:00
jules
e5e24fd541 Avoided assertion in File::isAbsolutePath 2014-03-14 18:33:53 +00:00
jules
e80e396f5d Improved documentation. 2014-01-28 11:56:42 +00:00
jules
844fda7939 Spelling fix. 2014-01-27 20:12:39 +00:00
jules
5cabff2ac2 Moved FileFilter and WildcardFileFilter into the juce_core module. 2014-01-25 15:54:32 +00:00
jules
76c8400049 Really minor clean-ups. 2014-01-12 18:06:48 +00:00
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. 2013-12-02 09:44:17 +00:00
jules
2edec00b55 Removed a few more uses of String::empty. 2013-12-01 23:28:31 +00:00
jules
2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 2013-12-01 11:32:39 +00:00
jules
88c71bc7af Removed unwise assertion from File. 2013-10-15 17:36:32 +01:00
jules
b11a88bc01 Moved some duplicated linux/android code into a shared file. Added a method File::isLink() 2013-10-15 17:17:31 +01:00
jules
19425a4502 Optimised a couple of XML and memory block functions. 2013-10-02 22:25:26 +01:00
jules
5051b2ffcc Optimised some number streaming functions. 2013-09-22 12:25:52 +01:00
jules
abd3babc02 Minor optimisations and clean-ups. 2013-09-21 13:41:16 +01:00
jules
9a193b55f2 Fixed a bug in File relative path parsing. 2013-09-16 19:54:32 +01:00
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. 2013-09-09 20:07:17 +01:00
jules
725334d78c Added File::commonDocumentsDirectory enum. 2013-08-31 16:15:07 +01:00
jules
2786eadaf9 Removed a few pedantic warnings. 2013-08-26 14:58:23 +01:00
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. 2013-08-23 12:08:31 +01:00
jules
1dbc29bbe0 DirectoryIterator fix when multiple wildcards are used. 2013-08-19 10:35:51 +01:00
jules
5a1112ab94 Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
jules
67740c1441 Added return values for various OutputStream::writeXYZ methods. 2013-07-16 13:18:17 +01:00
jules
4fc8fbaef1 Added some more override decorators. 2013-07-10 10:22:33 +01:00
jules
23f59fd99c Improved some documentation in the File class. 2013-07-08 17:59:37 +01:00
jules
aec3d12753 A few minor tweaks to avoid warnings etc. 2013-06-30 19:17:37 +01:00
jules
a12db728d5 Comment fix. 2013-06-23 12:04:18 +01:00
jules
ef486ad07d Moved a couple of static functions. 2013-06-16 21:19:22 +01:00
jules
03c2801f3f Copyright header update in all module files. juce_core modules are now ISC licensed. All other modules are GPLv2/3/AGPLv3 2013-06-13 13:17:12 +01:00
jules
c7506df13f Changed some pass-by-references to pass-by-value to improve compiler optimisation. 2013-05-22 23:05:53 -06:00
jules
4b6a094d13 Made DirectoryIterator capable of parsing multiple wildcard patterns. 2013-04-26 19:37:15 +01:00
jules
76ae8fe523 Added a new constructor to TemporaryFile to allow explicitly setting the temp file. 2013-03-18 21:25:45 +00:00
jules
cc26ae1fc1 Added ResizableBorderComponent::getCurrentZone(). Misc tidying-up. 2013-03-13 10:46:57 +00:00
jules
bfd9350bed Changed some types from int to size_t where appropriate. Fixed a CoreMidi build problem in 64-bit mode. 2013-02-24 15:49:06 +00:00
jules
2266501eb9 Small fix for File::createInputStream. 2013-02-21 09:54:05 +00:00
jules
e6d817d20d Extended MemoryMappedFile to allow loading of file subsections. 2013-02-17 22:38:25 +00:00
jules
f9e31ab7a9 Documentation pedanticism. 2013-01-14 16:51:02 +00:00
jules
6fb9b9ce4e DirectoryIterator optimisation. 2013-01-08 12:43:37 +00:00
jules
e543949bda Minor clean-ups. 2013-01-05 20:07:22 +00:00