Commit Graph

269 Commits

Author SHA1 Message Date
Paul Zabelin
e455219f6d fix: snapshot test image 2020-01-02 01:04:47 -08:00
Paul Zabelin
69983c3bf8 use SIMD generics 2020-01-02 01:01:42 -08:00
Paul Zabelin
5affb06d22 update pods 2020-01-02 00:56:56 -08:00
Paul Zabelin
e57a402d06 update to xcode recommended settings 2020-01-02 00:54:40 -08:00
Paul Zabelin
f8d30c43d8 update cocoapods 2020-01-02 00:53:58 -08:00
Paul Zabelin
80af2b51c7 update bundle and pods 2019-08-26 09:57:24 -07:00
Paul Zabelin
e3a34ed5e3 update pods with newer version of cocoapods 2019-08-07 12:13:47 -07:00
Paul Zabelin
5ce2430572 update gems - cocoapods 1.7.5 2019-08-06 11:30:03 -07:00
Paul Zabelin
44b6d18600 bundle and pod update 2019-07-03 22:39:45 -07:00
Paul Zabelin
0bff52e4fd update bundle and pods
cocoapods 1.7.1
2019-06-03 21:29:26 -07:00
Paul Zabelin
bceb5fc706 update bundle and pods 2019-05-23 17:56:23 -07:00
Paul Zabelin
035fcb83b9 ignore errors trying to restore links to openblas
ln: /usr/local/opt/openblas/0.3.5: File exists
https://travis-ci.org/paulz/PerspectiveTransform/jobs/526580145#L878
2019-05-01 00:43:04 -07:00
Paul Zabelin
02416f422a update to Quick (2.1.0) 2019-04-30 09:19:23 -07:00
Paul Zabelin
2ae0faf3b8 random order for test execution 2019-04-11 03:29:00 -07:00
Paul Zabelin
73a618eb4b extract corners() and reuse method for CGRect 2019-04-10 13:24:05 -07:00
Paul Zabelin
0e7af6191c restore link to openblas
to fix build failure: https://circleci.com/gh/paulz/PerspectiveTransform/363
2019-04-10 04:38:44 -07:00
Paul Zabelin
944a5f4bac describe performance test results 2019-04-10 03:24:56 -07:00
Paul Zabelin
137dfd5808 refactor to reuse CompareTransformSpecConfiguration 2019-04-10 02:53:10 -07:00
Paul Zabelin
b0455dfef6 reuse zero from simd 2019-04-09 13:37:04 -07:00
Paul Zabelin
04d5a5326c update opencv dependencies for mojave 10.14.4 2019-04-09 04:50:55 -07:00
Paul Zabelin
d90988b427 simplify build for testing 2019-04-09 04:27:46 -07:00
Paul Zabelin
3d03436393 update pods 2019-04-09 03:33:42 -07:00
Paul Zabelin
51ed02f993 use latest iOS and macOS versions for testing 2019-04-09 02:44:16 -07:00
Paul Zabelin
ecfdfd972b migrate to swift 5 2019-04-09 01:30:07 -07:00
Paul Zabelin
92da0f2525 fix redudant public 2019-04-09 01:20:59 -07:00
Paul Zabelin
49c058a54c migrate to new SIMD and xcode project settings 2019-04-09 01:17:39 -07:00
Paul Zabelin
a7c7d52882 update pods 2019-04-07 16:12:04 -07:00
Paul Zabelin
00b630ff32 refactor photo view controller to add perspective straightening 2019-03-20 14:46:11 -07:00
Paul Zabelin
71f08a0300 refactor example with pan gestures
to use view tags to sort outlet array
2019-03-20 10:47:08 -07:00
Paul Zabelin
3c9704c8a5 update pods 2019-03-19 17:27:37 -07:00
Paul Zabelin
722f8cad02 extract transform components for testing affective transform on layer 2019-03-19 14:25:39 -07:00
Paul Zabelin
ef71565686 more inferred types 2019-03-18 10:48:10 -07:00
Paul Zabelin
3517fa7e4c add specs showing use of basisVectorsToPointsMap and pointsToBasisVectorsMap 2019-03-17 22:24:23 -07:00
Paul Zabelin
cf20cb7298 reindent 2019-03-17 21:20:37 -07:00
Paul Zabelin
d085de277d rename Types 2019-03-16 09:51:48 -07:00
Paul Zabelin
2a1449fa54 refactor to use type inference 2019-03-13 23:45:03 -07:00
Paul Zabelin
90281b8739 refactor specs 2019-03-12 03:45:39 -07:00
Paul Zabelin
923a8fe0ab rename performance test, add baselines 2019-03-12 03:27:18 -07:00
Paul Zabelin
87d6ea5ff2 Merge branch 'update-pods'
* update-pods:
  update pods
  Bump concurrent-ruby from 1.1.4 to 1.1.5
2019-03-12 03:17:39 -07:00
Paul Zabelin
bf00c9a461 add performance test
to show bit cast init is faster
2019-03-12 03:16:43 -07:00
Paul Zabelin
9d3ec57c6c refactor CATransform3D init
to use unsafe bit cast instead of constructor
2019-03-12 02:44:51 -07:00
Paul Zabelin
935d7c73da remove xcode coverage workaround
as it seems to be fixed in xcode 10.1, http://www.openradar.me/radar?id=5065986117992448
2019-03-12 01:36:17 -07:00
Paul Zabelin
62657e57ad update pods
to get ImageCoordinateSpace (1.0.7)
2019-03-12 01:10:40 -07:00
Paul Zabelin
68bc2eff6e use released version of cocoapods 2019-03-04 22:24:21 -08:00
Paul Zabelin
04fb123f83 update pod and bundle 2019-03-04 21:34:02 -08:00
Paul Zabelin
6a3a7ff49d fix lint warnings 2019-02-05 14:37:08 -08:00
Paul Zabelin
932341201e update pod 2019-02-05 14:26:14 -08:00
Paul Zabelin
822d7cf90f Use OpenCV version 4 (#5)
* use opencv4 
* update opencv installation script for OpenCV 4
* update directories for caching homebrew packages
* add include path for mac os high sierra and opencv3
* refactor OpenCV wrapper to use static C functions
2019-01-28 11:36:05 -08:00
Paul Zabelin
49133afc94 Fix travis caching (#4)
* fix travis opencv installation
* add parent directory to cache, as it is small
* inline before script
2019-01-25 21:20:47 -08:00
Paul Zabelin
ca58f17e2c explicit path list, as circleci does not support variables 2019-01-25 14:08:06 -08:00