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

2564 commits

Author SHA1 Message Date
jules
37cffb74ce Added a Javascript array splice method 2016-06-23 12:25:05 +01:00
jules
16913f2cd6 Added a unit test 2016-06-23 11:46:03 +01:00
jules
69a7506274 Made File remove any redundant "/./" subfolders of paths that it is given 2016-06-23 11:38:35 +01:00
jules
f8516f2e19 Refactored the OSX/iOS HTTP streaming code to use the newer NSURLSession API, and not older now-deprecated functions. 2016-06-22 16:12:09 +01:00
hogliux
042bd2be13 Fix identifying the scheme portion of a URL 2016-06-16 12:05:25 +01:00
hogliux
16fde6798b Allow write access to all files if a user has effective root permissions on linux 2016-06-15 17:28:42 +01:00
hogliux
bb56ba4276 Add CRLF between JUCE http headers and user http headers 2016-06-15 17:09:36 +01:00
hogliux
cc6f0a1de6 Replace CR and CRLF endings with unix (LF) style endings in xml document as required by the W3 xml specification 2016-06-15 16:15:48 +01:00
Timur Doumler
fc69dc00db Changed addIfNotAlreadyThere method of all array classes to return a bool, indicating whether the object was added or not. 2016-06-08 20:42:19 +01:00
jules
ec40f0940c Updated version numbers in modules, and resaved example projects 2016-06-07 12:52:59 +01:00
Timur Doumler
e993eb7225 Whitespace. 2016-06-02 15:23:43 +01:00
Timur Doumler
920c19daab UnitTest: added new functions expectNotEquals, expectGreaterThan, expectLessThan, expectGreaterOrEquals, expectLessOrEquals. 2016-06-02 15:23:43 +01:00
jules
b841406324 Fixed a compiler warning 2016-05-31 12:26:52 +01:00
Timur Doumler
b4e1e68869 UnitTest: added method expectWithinAbsoluteError for floating point comparisons. 2016-05-31 11:50:43 +01:00
jules
74554a206c Improved performance of some BigInteger methods by adding Montgomery Multiplication and extended Euclidan algorithms 2016-05-31 11:47:04 +01:00
hogliux
cf39ad4b02 Fix multiple compile errors on older gcc versions 2016-05-26 11:50:04 +01:00
hogliux
968cee4ad2 Remove unnecessary code after moving to static shared code library 2016-05-24 18:59:35 +01:00
hogliux
8df262a5d3 Don't use placement new for MemoryBlock assignment operator in var class 2016-05-23 10:17:23 +01:00
hogliux
24a63ae2e0 If ChildProcess is not interested in stdout/stderr, then redirect to /dev/null instead of closing 2016-05-21 08:53:03 +01:00
hogliux
bda4b78489 Add missing assignment operator to var class 2016-05-21 08:42:34 +01:00
Timur Doumler
c9c6aa0a2d Merge branch 'master' into develop 2016-05-17 12:52:04 +01:00
Timur Doumler
fe3765308c Fixed JUCE_BUILDNUMBER which was not correctly updated to 4.2.2. 2016-05-17 12:51:40 +01:00
jules
0d96a8b47f Avoided some false negatives in the JSON unit tests 2016-05-09 10:26:14 +01:00
hogliux
6b6dedbfd1 Add some minor changes to stay compatible with GCC 4.4 2016-05-05 16:35:38 +01:00
jules
a0835a5ea9 Added a parseFloat method to the Javascript parser 2016-05-03 17:24:04 +01:00
jules
f36205fabe Fixed a couple of comment typos 2016-05-03 10:24:26 +01:00
jules
e602dd6b90 Improved some comments for MemoryBlock base-64 methods 2016-05-03 10:20:41 +01:00
jules
688ac3b853 Updated a comment 2016-04-30 09:57:37 +01:00
jules
d9e3cdac16 Removed a few references to var::null 2016-04-28 10:10:00 +01:00
jules
6fc08dd1cd Added a workaround for Android GL glitches when pausing the app 2016-04-26 12:15:31 +01:00
jules
49a7ca4d82 Improved the String::createStringFromData method to fall back to a Windows 1252 codepage if given non-UTF8 data, and used this in parsing VST and WAV strings 2016-04-25 21:16:54 +01:00
jules
1675f826be Fixed a mistake in BigInteger::inverseModulo() 2016-04-21 10:43:51 +01:00
jules
0b3a11ee07 Updated version number to 4.2.1 2016-04-21 10:08:47 +01:00
jules
9678eef688 Stripped out some defunct VS2003 code 2016-04-20 15:27:26 +01:00
hogliux
f6efbedee7 Remove default symbol visibility for JUCE shared code 2016-04-19 17:04:06 +01:00
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