Commit Graph

10 Commits

Author SHA1 Message Date
Mattt bc1c619487
Remove unnecessary imports of Foundation (#178) 2021-01-14 10:38:04 -08:00
Vincent Esche d9a1652ec7 Refactored test fixtures to allow mapping to a range, rather than just scaling 2019-10-10 23:04:07 +02:00
Vincent Esche a2149dee03 Improved tests for `Trigonometric.swifs` 2019-09-27 17:13:03 +02:00
Vincent Esche f743b0f2dd Merged ‘HyperbolicTests.swift’ into ‘TrigonometricTests.swift’ 2019-09-27 17:13:03 +02:00
Vincent Esche e5375a62be Bumped copyright from ‘… - 2018’ to ‘… - 2019’ 2019-09-25 11:16:35 +02:00
Alejandro Isaza a3f3153c3c
Add UnsafeMemory abstraction (#77)
This simplifies the code dealing with unsafe pointers and allows
using existing functions with other collections.

Also update the copyright notices.
2018-04-01 12:23:36 -07:00
Alejandro Isaza e5445f0db8 Enable opt-in SwiftLint rules
Lint all schemes
2017-11-25 12:17:56 -08:00
Alejandro Isaza 7c1b6ea3fc Add linter, fix linter warnigns, uncomment tests 2017-09-24 23:07:45 -07:00
Alejandro Isaza f5f2289398 Remove file names from header comments
Also add the license to a couple files that were missing it and include
the readme, license and Package.swift in the Xcode project for
convenience.
2017-09-18 21:52:32 -07:00
Alejandro Isaza ddb1ca65fb Move tests to conform to SPM file layout 2017-09-18 21:22:05 -07:00