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

194 commits

Author SHA1 Message Date
hogliux
b5afccc37c Updated file headers and the README with the JUCE 5 license 2017-04-27 14:43:04 +01:00
jules
bf94ab0e4c Made a few minor tweaks to reduce the number of pedantic -Wfloat-equals warnings 2017-04-21 15:09:35 +01:00
jules
d36156c620 Removed some extraneous semicolons 2017-04-21 11:15:07 +01:00
Rachel
28c3faea23 Added a missing declaration for String << unsigned long 2017-03-31 10:57:56 +01:00
jules
8ed41ed14b Fixed some whitespace style and cleaned up some code using C++11 2017-03-27 13:06:42 +01:00
hogliux
08483a0138 Fixed a VS 2017 compiler warning 2017-03-14 15:09:39 +00:00
hogliux
6559b3e185 Fixed multiple harmless warnings in Android builds 2017-02-08 18:07:37 +00:00
ed
e7ebd069e3 tidied up String::replaceFirstOccurrenceOf() method 2017-02-07 12:25:08 +00:00
ed
67931e4465 Added String::replaceFirstOccurrenceOf() method 2017-02-06 10:38:59 +00:00
hogliux
2da1bc5f41 Replace include guards with "#pragma once" 2017-02-01 17:18:07 +00:00
hogliux
9f3fb1c0a6 Added a compiler error if your compiler is too old and removed numerous code checks for old compilers which are now deprecated 2017-02-01 17:18:06 +00:00
jules
b184ca92e8 Removed an accidentally-committed method from String 2016-12-24 09:40:06 +00:00
jules
ab0c519cef Workaround for an android-specific bug in String::formatted() 2016-12-22 17:16:48 +00:00
tpoole
2e84129479 Updated the juce_audio_basics, juce_audio_devices, juce_blocks_basics, juce_core and juce_events modules to a new ISC license 2016-12-14 10:07:26 +00:00
ed
2f5b8e5f9f Changed File::compareFilenames() method to use String::compareNatural() and added argument to String::compareNatural() for case sensitivity 2016-11-25 12:41:19 +00:00
hogliux
676ad43898 Added more compare operators to Identifier class 2016-10-16 18:37:55 +02:00
jules
9fa0d49be7 Added an option JUCE_ALLOW_STATIC_NULL_VARIABLES that can be used to turn off dangerous statics like String::empty, var::null, etc. 2016-09-16 12:03:02 +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
f36205fabe Fixed a couple of comment typos 2016-05-03 10:24:26 +01:00
jules
688ac3b853 Updated a comment 2016-04-30 09:57:37 +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
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
af660278d7 Removed a malfunctioning method in CharPointer_ASCII 2016-03-22 15:22:33 +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
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
efd5bd36cb Made CharPointer_UTF8::isValidString reject some sequences that weren't being detected as illegal 2016-02-25 16:50:11 +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
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
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
02492b36b9 Lots of small whitespace tweaks. 2015-12-13 19:32:05 +00:00
jules
2286856b7b Added some extra number->String converter methods, and extra unit-tests 2015-11-02 16:48:38 +00:00
jules
810f2bfb2a Introjucer: Added Android Studio exporter 2015-11-02 16:13:46 +00:00
jules
399e248488 Added new module: juce_osc 2015-11-02 11:48:01 +00:00
jules
a38c9c7aee Made TextDiff use less stack space 2015-11-02 09:59:05 +00:00
jules
3d3eec675e Added a couple of extra StringRef and NewLine concatenation operators 2015-11-02 09:59:04 +00:00
jules
145a80f11f Fix for builds with JUCE_STRING_UTF_TYPE = 32 2015-10-27 17:19:35 +00:00
jules
78ee86e658 Couple of minor documentation corrections 2015-09-14 20:07:45 +01:00
jules
7040fd6951 Workarounds for some clang functions on Windows 2015-09-02 17:42:52 +01:00
jules
88ca15e6f2 Added override specifiers to unit test classes 2015-08-10 16:21:16 +01:00
jules
1884510dd7 Fix for TextDiff complexity check. 2015-08-10 11:41:07 +01:00
jules
6db05a6100 Tweaked some syntax to help with Clang/Windows compatibility 2015-08-08 12:54:59 +01:00
jules
e43d008f16 Fix for the TextDiff algorithm when given large input buffers 2015-08-05 10:22:50 +01:00
jules
37cb1bb18b Minor cleanups in TextDiff. 2015-08-04 22:57:26 +01:00
jules
449bfb852a Fix to a UTF-8 conversion operator for certain high value unicode points. 2015-08-04 22:48:05 +01:00
jules
e3f9053ffa Minor warning fix 2015-08-03 19:32:17 +01:00
jules
b57e8e3db4 Added Base64 class 2015-08-03 17:55:29 +01:00
hogliux
c7b8e77031 Update copyright notice 2015-07-22 15:59:34 +01:00