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

1047 commits

Author SHA1 Message Date
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
jules
b010df5bcd Made ChildProcess::start() auto-remove quotes from the name of the executable that it is given 2016-02-12 10:51:25 +00:00
jules
e051b5ad8f Added method HashMap::Iterator::reset() 2016-02-12 10:21:23 +00:00
Timur Doumler
28730a28c8 Fixed bug in File::deleteFile() where it would fail to delete a symlink if it was pointing to a nonexistent file. 2016-02-10 12:40:25 +00:00
hogliux
644a34da84 Fix linux compile error in setting file limit 2016-02-10 09:45:13 +00:00
jules
71b62a8503 Moved some code that was in the wrong file 2016-02-09 12:52:29 +00:00
jules
fbda96b899 Added new method: Process::setMaxNumberOfFileHandles() 2016-02-09 11:30:26 +00:00
jules
08b853ee35 Removed some cross-module header inclusions, replacing them with macros to optionally make native helper classes public 2016-02-04 16:07:21 +00:00
hogliux
10afd6de63 Add assertion when port numbers are out of range 2016-02-03 12:25:02 +00:00
jules
28a322138d Added method Desktop::isOSXDarkModeActive() 2016-02-03 11:30:55 +00:00
jules
e86417b60f Added some more File unit tests, and fixed a parsing problem with dot-prefixed filenames 2016-02-03 10:43:15 +00:00
hogliux
2e0325c5df Replace android code which are not available on older android versions 2016-02-02 12:59:09 +00:00
jules
d48167a0b7 Added some length-squared methods to Line and Point 2016-02-01 11:22:04 +00:00
Timur Doumler
5ada47aa6f Removed the hacky CarbonDummy*Name workaround for Point and Component (name clash with Carbon headers); fixed a few header include issues that prevented RTAS from compiling. 2016-01-28 15:34:00 +00:00
jules
b557277f6f Removed a few stray semicolons 2016-01-28 11:48:48 +00:00
jules
bbee942645 Made File::getChildFile handle paths containing double-slashes 2016-01-28 10:58:52 +00:00
jules
0294e772dd Added some safety-checking to stop people accidentally passing a ScopedPointer to an OptionalScopedPointer 2016-01-27 16:03:15 +00:00
hogliux
e6b4dcb6a2 Add SSE4.1, SSE4.2 and AVX2 system stat flags and fix documentation typo 2016-01-26 10:06:30 +00:00
Timur Doumler
8174ad00b3 Added comment to Time::getCurrentTime() to make clear that it is not required to be monotonic. 2016-01-25 12:13:12 +00:00
jules
db09156251 Added a couple of missing 'override's 2016-01-20 08:18:42 -08:00
jules
576c60fd15 un-templated a couple of functions to prevent them being accidentally called with integral type arguments 2016-01-18 16:53:11 +00:00
jules
a48d70010f Added support for javascript Array.push method 2016-01-18 15:59:23 +00:00
jules
a6afb208c6 Android: removed the action bar 2016-01-15 10:24:47 +00:00
jules
9241028eda Added a flag JUCE_DISABLE_ASSERTIONS to allow assertions to be disabled even in a debug build 2016-01-14 15:04:05 +00:00
jules
de4637d8cb Added support for some more File::getSpecialLocation locations on Android 2016-01-14 10:02:54 +00:00
jules
99052af8bc Added Android support for screen orientation control 2016-01-13 12:05:29 +00:00
jules
f6dd015999 The File class will now canonicalise the paths that it is given, to remove ellipsis 2016-01-11 14:59:30 +00:00
jules
36a8380e4c Fix for case-insensitive comparison of extended UTF8 unicode chars, and some refactoring of CharacterFunctions. 2016-01-07 11:19:45 +00:00
jules
18de8b36c1 Avoided defining alloca on MINGW if there's already a definition for it 2016-01-07 09:12:48 +00:00
jules
85cd905fb4 Whitespace 2016-01-04 15:25:54 +00:00
jules
5a5fa35368 Fixed a comment for StringArray::removeString that didn't match the behaviour 2016-01-04 12:48:10 +00:00
jules
923e8fabdb Removed some unnecessary includes of AppConfig.h 2015-12-24 11:55:46 +00:00
jules
c95253fad0 Cleaned out some old amalgamated build references. 2015-12-24 11:31:37 +00:00