From e7bd9b4952c0b29ded571aacd2ae2188551cac60 Mon Sep 17 00:00:00 2001 From: "Robert F. Dickerson" Date: Tue, 16 Feb 2016 19:31:31 -0600 Subject: [PATCH 1/7] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1527f608..db132819 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Surge [![Build Status](https://travis-ci.org/mattt/Surge.svg?branch=master)](https://travis-ci.org/mattt/Surge) [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/mattt/Surge/blob/master/LICENSE) + *Swift + Accelerate* [Accelerate](https://developer.apple.com/library/mac/documentation/Accelerate/Reference/AccelerateFWRef/_index.html) is a framework that provides high-performance functions for matrix math, digital signal processing, and image manipulation. It harnesses [SIMD](http://en.wikipedia.org/wiki/SIMD) instructions available in modern CPUs to significantly improve performance of certain calculations. From 5be62402b21b943622d38555e6bdcb1411817b5a Mon Sep 17 00:00:00 2001 From: "Robert F. Dickerson" Date: Tue, 16 Feb 2016 19:41:02 -0600 Subject: [PATCH 2/7] Update .travis.yml Changed to using a workspace --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a477afe..cbdf3435 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: objective-c -xcode_project: Surge.xcodeproj +xcode_workspace: Surge.xcworkspace xcode_scheme: Surge From ce7813ddc0cbb9424f6a5ac75ac1701bf7b171da Mon Sep 17 00:00:00 2001 From: "Robert F. Dickerson" Date: Tue, 16 Feb 2016 20:07:10 -0600 Subject: [PATCH 3/7] Update .travis.yml --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cbdf3435..f506e210 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,7 @@ language: objective-c -xcode_workspace: Surge.xcworkspace -xcode_scheme: Surge +osx_image: xcode7.2 + +script: + - xcodebuild clean build test -scheme Surge -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2' + + From 3b721b751094826bb1f68adc2e7c5194460dda0b Mon Sep 17 00:00:00 2001 From: "Robert F. Dickerson" Date: Tue, 16 Feb 2016 20:09:49 -0600 Subject: [PATCH 4/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db132819..2d7625a3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Surge [![Build Status](https://travis-ci.org/mattt/Surge.svg?branch=master)](https://travis-ci.org/mattt/Surge) [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/mattt/Surge/blob/master/LICENSE) +# Surge [![GitHub license](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://github.com/mattt/Surge/blob/master/LICENSE) *Swift + Accelerate* From f55b024a3e0a6d9162652ac7151ea57c5a61c04b Mon Sep 17 00:00:00 2001 From: "Robert F. Dickerson" Date: Tue, 16 Feb 2016 20:11:00 -0600 Subject: [PATCH 5/7] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f506e210..0f0496c2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,6 @@ language: objective-c osx_image: xcode7.2 script: - - xcodebuild clean build test -scheme Surge -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2' + - xcodebuild clean build test -workspace Surge.xcworkspace -scheme Surge -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2' From 47f045f42b9398998222df9eff64910ffb7996b1 Mon Sep 17 00:00:00 2001 From: "Robert F. Dickerson" Date: Tue, 16 Feb 2016 20:52:02 -0600 Subject: [PATCH 6/7] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0f0496c2..6d89a81b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: objective-c -osx_image: xcode7.2 +osx_image: xcode7.3 script: - - xcodebuild clean build test -workspace Surge.xcworkspace -scheme Surge -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2' + - xcodebuild clean build test -workspace Surge.xcworkspace -scheme Surge -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' From 7a5a7f4bfa094958c81e803d8b6d9d5a65a9e96d Mon Sep 17 00:00:00 2001 From: "Robert F. Dickerson" Date: Wed, 17 Feb 2016 08:43:35 -0600 Subject: [PATCH 7/7] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6d89a81b..b4ec9094 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,6 @@ language: objective-c osx_image: xcode7.3 script: - - xcodebuild clean build test -workspace Surge.xcworkspace -scheme Surge -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3' + - xcodebuild clean build test -workspace Surge.xcworkspace -scheme Surge -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.2'