jules
|
4c0bc70411
|
Deleted some defunct Mac PowerPC code
|
2016-04-19 16:46:45 +01:00 |
|
jules
|
a439c6ad8d
|
Added new class: CachedValue
|
2016-04-19 11:56:16 +01:00 |
|
jules
|
905533c68e
|
Minor formatting tidyups
|
2016-04-19 09:47:22 +01:00 |
|
jules
|
6fc4d5aac6
|
Fixed a bug in the Javascript parser involving array dereferencing
|
2016-04-18 10:58:32 +01:00 |
|
jules
|
48b35c447a
|
Workaround for long filenames in Process::openDocument on OSX
|
2016-04-14 12:43:32 +01:00 |
|
jules
|
e04b7ff1c4
|
Added some extra time-out settings to the Linux CURL code
|
2016-04-14 12:00:01 +01:00 |
|
jules
|
fb864a5cb1
|
Corrected some spelling mistakes in comments
|
2016-04-11 11:13:44 +01:00 |
|
jules
|
1182aecf00
|
Improved a comment
|
2016-04-08 10:32:57 +01:00 |
|
hogliux
|
44359cb429
|
Fix missing std::nullptr defines
|
2016-04-07 10:01:52 +01:00 |
|
Timur Doumler
|
24f05c405a
|
Whitespace.
|
2016-04-07 09:26:03 +01:00 |
|
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.
|
2016-04-06 18:31:24 +01:00 |
|
jules
|
9eb54629f2
|
Refactored some StreamingSocket connection code to iterate addresses and clean up failed handles
|
2016-04-05 10:18:57 +01:00 |
|
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.
|
2016-04-04 09:37:31 +01:00 |
|
jules
|
118e872bf2
|
Added new class: HomeopathicStack
|
2016-04-01 08:59:03 +01:00 |
|
jules
|
6a66ff75bb
|
Added NamedValueSet::isEmpty()
|
2016-03-23 08:25:12 +00:00 |
|
jules
|
af660278d7
|
Removed a malfunctioning method in CharPointer_ASCII
|
2016-03-22 15:22:33 +00:00 |
|
Timur Doumler
|
09be38bc46
|
Added isEmpty() method to OwnedArray.
|
2016-03-20 22:16:03 +01:00 |
|
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).
|
2016-03-18 16:35:17 +00:00 |
|
Timur Doumler
|
4203f58548
|
Added a missing include in juce_android_RuntimePermissions.cpp.
|
2016-03-18 16:15:50 +00:00 |
|
Timur Doumler
|
4d41bdd7c9
|
Minor cleanup: removed superfluous semicolon after a member function definition.
|
2016-03-18 14:41:02 +00:00 |
|
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.
|
2016-03-18 14:38:12 +00:00 |
|
Timur Doumler
|
a694a66739
|
Android: fixed bug in Java code that caused compiler errors on API Level 21.
|
2016-03-18 14:26:35 +00:00 |
|
jules
|
2ecbe54c45
|
Added an include of <memory> for the android build
|
2016-03-18 10:41:30 +00:00 |
|
jules
|
8653a97ede
|
Avoided a false-positive in File::isOnHardDisk() with unplugged network drives
|
2016-03-18 09:58:29 +00:00 |
|
jules
|
396d73a989
|
Fix for precedence of Javascript typeof operator
|
2016-03-10 10:54:35 +00:00 |
|
jules
|
20264a91cd
|
Added some more unit tests and fixes for the Time class
|
2016-03-10 10:51:28 +00:00 |
|
jules
|
c4cdec7bd9
|
Added method CharacterFunctions::getUnicodeCharFromWindows1252Codepage() and used this to help parse difficult WAV file metadata
|
2016-03-05 15:05:48 +00:00 |
|
jules
|
f99b49c999
|
Added a helpful assertion in String::replaceCharacters
|
2016-03-02 10:11:57 +00:00 |
|
jules
|
e4f69698f2
|
Fixed a couple of minor warnings
|
2016-03-02 08:12:14 +00:00 |
|
jules
|
889a6e200f
|
Refactored some Time internals to rely on 64-bit OS time conversion functions.
|
2016-03-01 15:50:06 +00:00 |
|
jules
|
5b9a5f6f96
|
Sorted out some ZipFile code that could have been failing on file sizes over 2GB
|
2016-02-29 12:57:27 +00:00 |
|
jules
|
56b6efbbad
|
Made sure that String::toCFString() never returns a null pointer
|
2016-02-25 16:53:14 +00:00 |
|
jules
|
efd5bd36cb
|
Made CharPointer_UTF8::isValidString reject some sequences that weren't being detected as illegal
|
2016-02-25 16:50:11 +00:00 |
|
jules
|
6149a4f649
|
Avoided an MSVC warning
|
2016-02-25 14:49:13 +00:00 |
|
jules
|
190a985003
|
Added typeof operator to javascript parser
|
2016-02-25 12:39:59 +00:00 |
|
jules
|
90ff2369e2
|
Fixed a javascript return-else-statement parsing problem
|
2016-02-25 11:26:30 +00:00 |
|
jules
|
606a503a15
|
Improved some Windows registry root key handling.
|
2016-02-25 10:18:43 +00:00 |
|
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).
|
2016-02-25 10:12:30 +00:00 |
|
jules
|
c01091895b
|
Refactored some internal code in Socket
|
2016-02-24 11:50:58 +00:00 |
|
jules
|
b5907fa90d
|
Normalised some divider comments
|
2016-02-20 09:45:43 +00:00 |
|
jules
|
cb6085733f
|
Fixed a minor leak in posix WaitableEvent
|
2016-02-19 16:01:09 +00:00 |
|
jules
|
613aaa765a
|
Fixed parsing of ISO8601 millisecond fields
|
2016-02-18 10:04:32 +00:00 |
|
jules
|
f5ee78595a
|
Added a workaround for a problem in MSVC when using large years in Time::formatted
|
2016-02-17 16:26:13 +00:00 |
|
jules
|
eca3a5b232
|
Fixed a typo in a comment
|
2016-02-17 14:42:15 +00:00 |
|
jules
|
3fdf969ea2
|
Added some UTC and ISO8601 methods to the Time class. Also clarified some of its comments and added unit tests
|
2016-02-17 14:41:44 +00:00 |
|
jules
|
d6f02c9ba4
|
Avoided a false assertion in ChildProcess
|
2016-02-17 14:24:53 +00:00 |
|
jules
|
3aa68f3d00
|
Added time-of-day to Time::getCompilationDate()
|
2016-02-15 16:19:56 +00:00 |
|
hogliux
|
10d1228e86
|
Add option to set default stack size for JUCE threads
|
2016-02-15 11:06:28 +00:00 |
|
jules
|
60e072f3c4
|
Added a new class: StatisticsAccumulator
|
2016-02-12 17:28:54 +00:00 |
|
jules
|
876b4ae1d3
|
Cleared up some overlap between the JUCE_CLANG and JUCE_GCC flags
|
2016-02-12 17:03:21 +00:00 |
|