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

1035 commits

Author SHA1 Message Date
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
jules
4583fa3fbf Used the ignoreUnused() function to tidy up some old code 2015-12-23 16:27:50 +00:00
jules
86a745dc35 Deduplicated some native code and stopped the OSX juce_isRunningUnderDebugger function from caching its result. 2015-12-23 14:31:06 +00:00
jules
8c5f433691 Standardised the names of some old macros in PlatformDefs.h 2015-12-23 14:24:12 +00:00
jules
2a1234b6ac Simplified some inter-module dependencies and exception-catching fallbacks 2015-12-23 11:47:18 +00:00
jules
f7524d0d09 Fixed some spelling mistakes in a comment 2015-12-23 09:08:47 +00:00
jules
beee911a6d Fixed some comments in ZipFile 2015-12-22 09:15:17 +00:00
jules
ae712c72d8 Cleaned up a few String::empty uses 2015-12-21 12:01:28 +00:00
jules
0af818324e Fixed a typo that caused a problem when JUCE_STRING_UTF_TYPE is set to 16 or 32 2015-12-21 09:52:48 +00:00
jules
19d0c71050 Version number update 2015-12-16 18:14:23 +00:00
jules
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
428c8a79a5 Version number update 2015-12-10 11:02:38 +00:00
jules
afaaf00202 Moved ListenerList from the juce_events module into juce_core 2015-12-10 10:39:15 +00:00