+++ /dev/null
-Description: fixed spelling mistakes
-Author: IOhannes m zmölnig
-Forwarded: https://github.com/WeAreROLI/JUCE/issues/302
-Last-Update: 2017-11-09
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- juce.orig/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h
-+++ juce/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Android.h
-@@ -858,7 +858,7 @@
- "The number of the minimum version of the Android SDK that the app requires");\r
- \r
- props.add (new TextPropertyComponent (androidExtraAssetsFolder.getPropertyAsValue(), "Extra Android Assets", 256, false),\r
-- "A path to a folder (relative to the project folder) which conatins extra android assets.");\r
-+ "A path to a folder (relative to the project folder) which contains extra android assets.");\r
- }\r
- \r
- //==============================================================================\r
---- juce.orig/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CLion.h
-+++ juce/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_CLion.h
-@@ -129,7 +129,7 @@
- String description;\r
- \r
- description << "The " << getName() << " exporter produces a single CMakeLists.txt file with "\r
-- << "multiple platform dependant sections, where the configuration for each section "\r
-+ << "multiple platform dependent sections, where the configuration for each section "\r
- << "is inherited from other exporters added to this project." << newLine\r
- << newLine\r
- << "The exporters which provide the CLion configuration for the corresponding platform are:" << newLine\r
---- juce.orig/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h
-+++ juce/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h
-@@ -285,7 +285,7 @@
- if (iOS)\r
- props.add (new TextPropertyComponentWithEnablement (getAppGroupIdValue(), getAppGroupsEnabledValue(), "App Group ID", 256, false),\r
- "The App Group ID to be used for allowing multiple apps to access a shared resource folder. Multiple IDs can be "\r
-- "added seperated by a semicolon.");\r
-+ "added separated by a semicolon.");\r
- \r
- props.add (new BooleanPropertyComponent (getSetting ("keepCustomXcodeSchemes"), "Keep custom Xcode schemes", "Enabled"),\r
- "Enable this to keep any Xcode schemes you have created for debugging or running, e.g. to launch a plug-in in"\r
+++ /dev/null
-Description: Fixed build error with IIR filter and SIMD registers
-Author: IOhannes m zmölnig
-Origin: upstream
-Bug: https://github.com/WeAreROLI/JUCE/issues/292
-Applied-Upstream: https://github.com/WeAreROLI/JUCE/commit/13d18e406c33724a9f8870c4602458fc6d94b750
-Last-Update: 2017-12-19
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- juce.orig/modules/juce_dsp/processors/juce_IIRFilter.h
-+++ juce/modules/juce_dsp/processors/juce_IIRFilter.h
-@@ -88,7 +88,7 @@
- Note that this clears the processing state, but the type of filter and\r
- its coefficients aren't changed.\r
- */\r
-- void reset() { reset ({}); }\r
-+ void reset() { reset (SampleType {}); }\r
- \r
- /** Resets the filter's processing pipeline to a specific value.\r
- @see reset\r
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- juce.orig/modules/juce_core/time/juce_Time.cpp
+++ juce/modules/juce_core/time/juce_Time.cpp
-@@ -610,14 +610,20 @@
+@@ -608,14 +608,20 @@
return 0;\r
}\r
\r
getMonthNumberForCompileDate (dateTokens[0]),\r
--- juce.orig/extras/Projucer/Source/Application/jucer_Application.cpp
+++ juce/extras/Projucer/Source/Application/jucer_Application.cpp
-@@ -136,6 +136,9 @@
+@@ -137,6 +137,9 @@
tooltipWindow.setMillisecondsBeforeTipAppears (1200);\r
}\r
\r
bool ProjucerApplication::initialiseLogger (const char* filePrefix)\r
{\r
if (logger == nullptr)\r
-@@ -148,7 +151,7 @@
+@@ -149,7 +152,7 @@
\r
logger = FileLogger::createDateStampedLogger (folder, filePrefix, ".txt",\r
getApplicationName() + " " + getApplicationVersion()\r