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 |
|
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 |
|