jules
|
4c0bc70411
|
Deleted some defunct Mac PowerPC code
|
9 years ago |
jules
|
a439c6ad8d
|
Added new class: CachedValue
|
9 years ago |
jules
|
905533c68e
|
Minor formatting tidyups
|
9 years ago |
jules
|
6fc4d5aac6
|
Fixed a bug in the Javascript parser involving array dereferencing
|
9 years ago |
jules
|
48b35c447a
|
Workaround for long filenames in Process::openDocument on OSX
|
9 years ago |
jules
|
e04b7ff1c4
|
Added some extra time-out settings to the Linux CURL code
|
9 years ago |
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
9 years ago |
jules
|
1182aecf00
|
Improved a comment
|
9 years ago |
hogliux
|
44359cb429
|
Fix missing std::nullptr defines
|
9 years ago |
Timur Doumler
|
24f05c405a
|
Whitespace.
|
9 years ago |
Timur Doumler
|
70949aa0c6
|
Added several new features: support for AudioUnit v3, new simplified JUCE module format, deleted the Introjucer and replaced it by the Projucer, various improvements for exporting of iOS and Android projects.
|
9 years ago |
jules
|
9eb54629f2
|
Refactored some StreamingSocket connection code to iterate addresses and clean up failed handles
|
9 years ago |
jules
|
22215d8279
|
Improved the performance of the HomeopathicStack class by diluting it from the codebase. If you need to use this class, please use the imprint of its memory in the GIT history.
|
9 years ago |
jules
|
118e872bf2
|
Added new class: HomeopathicStack
|
10 years ago |
jules
|
6a66ff75bb
|
Added NamedValueSet::isEmpty()
|
10 years ago |
jules
|
af660278d7
|
Removed a malfunctioning method in CharPointer_ASCII
|
10 years ago |
Timur Doumler
|
09be38bc46
|
Added isEmpty() method to OwnedArray.
|
10 years ago |
Timur Doumler
|
e30464b210
|
Reverted: Added a missing include in juce_android_RuntimePermissions.cpp (the relevant compile error was already fixed by commit 2ecbe54c in a better way).
|
10 years ago |
Timur Doumler
|
4203f58548
|
Added a missing include in juce_android_RuntimePermissions.cpp.
|
10 years ago |
Timur Doumler
|
4d41bdd7c9
|
Minor cleanup: removed superfluous semicolon after a member function definition.
|
10 years ago |
Timur Doumler
|
17497122e4
|
Consistency fix: renamed Array::empty() to Array::isEmpty() and added a method isEmpty() to all container classes which didn't have it yet.
|
10 years ago |
Timur Doumler
|
a694a66739
|
Android: fixed bug in Java code that caused compiler errors on API Level 21.
|
10 years ago |
jules
|
2ecbe54c45
|
Added an include of <memory> for the android build
|
10 years ago |
jules
|
8653a97ede
|
Avoided a false-positive in File::isOnHardDisk() with unplugged network drives
|
10 years ago |
jules
|
396d73a989
|
Fix for precedence of Javascript typeof operator
|
10 years ago |
jules
|
20264a91cd
|
Added some more unit tests and fixes for the Time class
|
10 years ago |
jules
|
c4cdec7bd9
|
Added method CharacterFunctions::getUnicodeCharFromWindows1252Codepage() and used this to help parse difficult WAV file metadata
|
10 years ago |
jules
|
f99b49c999
|
Added a helpful assertion in String::replaceCharacters
|
10 years ago |
jules
|
e4f69698f2
|
Fixed a couple of minor warnings
|
10 years ago |
jules
|
889a6e200f
|
Refactored some Time internals to rely on 64-bit OS time conversion functions.
|
10 years ago |
jules
|
5b9a5f6f96
|
Sorted out some ZipFile code that could have been failing on file sizes over 2GB
|
10 years ago |
jules
|
56b6efbbad
|
Made sure that String::toCFString() never returns a null pointer
|
10 years ago |
jules
|
efd5bd36cb
|
Made CharPointer_UTF8::isValidString reject some sequences that weren't being detected as illegal
|
10 years ago |
jules
|
6149a4f649
|
Avoided an MSVC warning
|
10 years ago |
jules
|
190a985003
|
Added typeof operator to javascript parser
|
10 years ago |
jules
|
90ff2369e2
|
Fixed a javascript return-else-statement parsing problem
|
10 years ago |
jules
|
606a503a15
|
Improved some Windows registry root key handling.
|
10 years ago |
Timur Doumler
|
9ea874428c
|
Added feature RuntimePermissions, which allows to request permissions at runtime to access the microphone and bluetooth (required for Android apps using SDK Level 23 and above).
|
10 years ago |
jules
|
c01091895b
|
Refactored some internal code in Socket
|
10 years ago |
jules
|
b5907fa90d
|
Normalised some divider comments
|
10 years ago |
jules
|
cb6085733f
|
Fixed a minor leak in posix WaitableEvent
|
10 years ago |
jules
|
613aaa765a
|
Fixed parsing of ISO8601 millisecond fields
|
10 years ago |
jules
|
f5ee78595a
|
Added a workaround for a problem in MSVC when using large years in Time::formatted
|
10 years ago |
jules
|
eca3a5b232
|
Fixed a typo in a comment
|
10 years ago |
jules
|
3fdf969ea2
|
Added some UTC and ISO8601 methods to the Time class. Also clarified some of its comments and added unit tests
|
10 years ago |
jules
|
d6f02c9ba4
|
Avoided a false assertion in ChildProcess
|
10 years ago |
jules
|
3aa68f3d00
|
Added time-of-day to Time::getCompilationDate()
|
10 years ago |
hogliux
|
10d1228e86
|
Add option to set default stack size for JUCE threads
|
10 years ago |
jules
|
60e072f3c4
|
Added a new class: StatisticsAccumulator
|
10 years ago |
jules
|
876b4ae1d3
|
Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags
|
10 years ago |