Skip to content

Commit 4366ece

Browse files
committed
back dependencies to the repo
1 parent f0dfa50 commit 4366ece

File tree

1,221 files changed

+140547
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,221 files changed

+140547
-3
lines changed

.gitignore

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44

55
## Build generated
6-
Carthage/
76
build/
87
DerivedData/
98
.build
@@ -46,8 +45,8 @@ playground.xcworkspace
4645
# you should judge for yourself, the pros and cons are mentioned at:
4746
# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control
4847
#
49-
Pods/
50-
Example/web3swiftBrowser/Pods
48+
# Pods/
49+
# Example/web3swiftBrowser/Pods
5150

5251
# Carthage
5352
#
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
ignore:
2+
- "/Tests/*"
3+
comment:
4+
layout: "header, diff"
5+
behavior: default
6+
require_changes: no
7+
coverage:
8+
status:
9+
project:
10+
default:
11+
target: auto
12+
threshold: null
13+
base: auto
14+
paths: "Sources/*"

Carthage/Checkouts/BigInt/.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/Carthage/Build
2+
/.build
3+
/Packages
4+
xcuserdata
5+
/Package.pins
6+
/Package.resolved

Carthage/Checkouts/BigInt/.gitmodules

Whitespace-only changes.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
5.0

Carthage/Checkouts/BigInt/.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: objective-c
2+
osx_image: xcode10.2
3+
script:
4+
- swift build
5+
- swift test
6+
- xcrun xcodebuild -workspace BigInt.xcworkspace -scheme BigInt-macOS test
7+
- xcrun xcodebuild -workspace BigInt.xcworkspace -scheme BigInt-iOS
8+
- xcrun xcodebuild -workspace BigInt.xcworkspace -scheme BigInt-watchOS
9+
- xcrun xcodebuild -workspace BigInt.xcworkspace -scheme BigInt-tvOS
10+
after_success: bash <(curl -s https://codecov.io/bash)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
Pod::Spec.new do |spec|
3+
spec.name = 'BigInt'
4+
spec.version = '4.0.0'
5+
spec.ios.deployment_target = "8.0"
6+
spec.osx.deployment_target = "10.9"
7+
spec.tvos.deployment_target = "9.0"
8+
spec.watchos.deployment_target = "2.0"
9+
spec.license = { :type => 'MIT', :file => 'LICENSE.md' }
10+
spec.summary = 'Arbitrary-precision arithmetic in pure Swift'
11+
spec.homepage = 'https://github.com/attaswift/BigInt'
12+
spec.author = 'Károly Lőrentey'
13+
spec.source = { :git => 'https://github.com/attaswift/BigInt.git', :tag => 'v' + String(spec.version) }
14+
spec.source_files = 'sources/*.swift'
15+
spec.social_media_url = 'https://twitter.com/lorentey'
16+
spec.documentation_url = 'http://attaswift.github.io/BigInt/'
17+
end

Carthage/Checkouts/BigInt/BigInt.xcodeproj/project.pbxproj

Lines changed: 1303 additions & 0 deletions
Large diffs are not rendered by default.

Carthage/Checkouts/BigInt/BigInt.xcodeproj/project.xcworkspace/contents.xcworkspacedata

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>classNames</key>
6+
<dict>
7+
<key>ProfileTests</key>
8+
<dict>
9+
<key>testBalancedMultiplication()</key>
10+
<dict>
11+
<key>com.apple.XCTPerformanceMetric_WallClockTime</key>
12+
<dict>
13+
<key>baselineAverage</key>
14+
<real>0.41604</real>
15+
<key>baselineIntegrationDisplayName</key>
16+
<string>2016-11-15 18:19:04</string>
17+
</dict>
18+
</dict>
19+
<key>testDivision()</key>
20+
<dict>
21+
<key>com.apple.XCTPerformanceMetric_WallClockTime</key>
22+
<dict>
23+
<key>baselineAverage</key>
24+
<real>0.70161</real>
25+
<key>baselineIntegrationDisplayName</key>
26+
<string>2016-11-15 18:19:04</string>
27+
</dict>
28+
</dict>
29+
<key>testFibonacciAddition()</key>
30+
<dict>
31+
<key>com.apple.XCTPerformanceMetric_WallClockTime</key>
32+
<dict>
33+
<key>baselineAverage</key>
34+
<real>2.3569</real>
35+
<key>baselineIntegrationDisplayName</key>
36+
<string>2016-11-15 18:19:04</string>
37+
</dict>
38+
</dict>
39+
<key>testGCD()</key>
40+
<dict>
41+
<key>com.apple.XCTPerformanceMetric_WallClockTime</key>
42+
<dict>
43+
<key>baselineAverage</key>
44+
<real>1.801</real>
45+
<key>baselineIntegrationDisplayName</key>
46+
<string>2016-11-15 18:19:04</string>
47+
</dict>
48+
</dict>
49+
<key>testMersennePrimes()</key>
50+
<dict>
51+
<key>com.apple.XCTPerformanceMetric_WallClockTime</key>
52+
<dict>
53+
<key>baselineAverage</key>
54+
<real>4.184</real>
55+
<key>baselineIntegrationDisplayName</key>
56+
<string>2016-11-15 18:19:04</string>
57+
</dict>
58+
</dict>
59+
<key>testModularExponentiation()</key>
60+
<dict>
61+
<key>com.apple.XCTPerformanceMetric_WallClockTime</key>
62+
<dict>
63+
<key>baselineAverage</key>
64+
<real>2.1938</real>
65+
<key>baselineIntegrationDisplayName</key>
66+
<string>2016-11-15 18:19:04</string>
67+
</dict>
68+
</dict>
69+
<key>testMultiplicationByDigit()</key>
70+
<dict>
71+
<key>com.apple.XCTPerformanceMetric_WallClockTime</key>
72+
<dict>
73+
<key>baselineAverage</key>
74+
<real>0.91891</real>
75+
<key>baselineIntegrationDisplayName</key>
76+
<string>2016-11-15 18:19:04</string>
77+
</dict>
78+
</dict>
79+
<key>testSquareRoot()</key>
80+
<dict>
81+
<key>com.apple.XCTPerformanceMetric_WallClockTime</key>
82+
<dict>
83+
<key>baselineAverage</key>
84+
<real>0.48118</real>
85+
<key>baselineIntegrationDisplayName</key>
86+
<string>2016-11-15 18:19:04</string>
87+
</dict>
88+
</dict>
89+
</dict>
90+
</dict>
91+
</dict>
92+
</plist>

0 commit comments

Comments
 (0)