Skip to content

Commit 873b659

Browse files
committedFeb 22, 2016
Rename project to BTree.
1 parent 1a129e7 commit 873b659

28 files changed

+128
-159
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ language: objective-c
66
osx_image: xcode7.2
77
before_script:
88
- brew update
9-
script: xcrun xcodebuild -project TreeCollections.xcodeproj -scheme TreeCollections-Mac test
9+
script: xcrun xcodebuild -project BTree.xcodeproj -scheme BTree-Mac test
1010
after_success: bash <(curl -s https://codecov.io/bash)

‎TreeCollections.xcodeproj/project.pbxproj ‎BTree.xcodeproj/project.pbxproj

+82-98
Large diffs are not rendered by default.

‎TreeCollections.xcodeproj/xcshareddata/xcschemes/TreeCollections-Mac.xcscheme ‎BTree.xcodeproj/xcshareddata/xcschemes/BTree-Mac.xcscheme

+7-23
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0720"
3+
LastUpgradeVersion = "0730"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -18,22 +18,7 @@
1818
BlueprintIdentifier = "BB9AE43A1C1FCC35002C5D63"
1919
BuildableName = "TreeCollections.framework"
2020
BlueprintName = "Mac"
21-
ReferencedContainer = "container:TreeCollections.xcodeproj">
22-
</BuildableReference>
23-
</BuildActionEntry>
24-
<BuildActionEntry
25-
buildForTesting = "YES"
26-
buildForRunning = "YES"
27-
buildForProfiling = "YES"
28-
buildForArchiving = "YES"
29-
buildForAnalyzing = "YES"
30-
hideIssues = "NO">
31-
<BuildableReference
32-
BuildableIdentifier = "primary"
33-
BlueprintIdentifier = "BB9AE44B1C1FCE0B002C5D63"
34-
BuildableName = "TreeCollectionsTests.xctest"
35-
BlueprintName = "Tests-Mac"
36-
ReferencedContainer = "container:TreeCollections.xcodeproj">
21+
ReferencedContainer = "container:BTree.xcodeproj">
3722
</BuildableReference>
3823
</BuildActionEntry>
3924
</BuildActionEntries>
@@ -42,8 +27,7 @@
4227
buildConfiguration = "Debug"
4328
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
4429
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
45-
shouldUseLaunchSchemeArgsEnv = "YES"
46-
codeCoverageEnabled = "YES">
30+
shouldUseLaunchSchemeArgsEnv = "YES">
4731
<Testables>
4832
<TestableReference
4933
skipped = "NO">
@@ -52,7 +36,7 @@
5236
BlueprintIdentifier = "BB9AE44B1C1FCE0B002C5D63"
5337
BuildableName = "TreeCollectionsTests.xctest"
5438
BlueprintName = "Tests-Mac"
55-
ReferencedContainer = "container:TreeCollections.xcodeproj">
39+
ReferencedContainer = "container:BTree.xcodeproj">
5640
</BuildableReference>
5741
</TestableReference>
5842
</Testables>
@@ -62,7 +46,7 @@
6246
BlueprintIdentifier = "BB9AE43A1C1FCC35002C5D63"
6347
BuildableName = "TreeCollections.framework"
6448
BlueprintName = "Mac"
65-
ReferencedContainer = "container:TreeCollections.xcodeproj">
49+
ReferencedContainer = "container:BTree.xcodeproj">
6650
</BuildableReference>
6751
</MacroExpansion>
6852
<AdditionalOptions>
@@ -84,7 +68,7 @@
8468
BlueprintIdentifier = "BB9AE43A1C1FCC35002C5D63"
8569
BuildableName = "TreeCollections.framework"
8670
BlueprintName = "Mac"
87-
ReferencedContainer = "container:TreeCollections.xcodeproj">
71+
ReferencedContainer = "container:BTree.xcodeproj">
8872
</BuildableReference>
8973
</MacroExpansion>
9074
<AdditionalOptions>
@@ -102,7 +86,7 @@
10286
BlueprintIdentifier = "BB9AE43A1C1FCC35002C5D63"
10387
BuildableName = "TreeCollections.framework"
10488
BlueprintName = "Mac"
105-
ReferencedContainer = "container:TreeCollections.xcodeproj">
89+
ReferencedContainer = "container:BTree.xcodeproj">
10690
</BuildableReference>
10791
</MacroExpansion>
10892
</ProfileAction>

‎TreeCollections.xcodeproj/xcshareddata/xcschemes/TreeCollections-iOS.xcscheme ‎BTree.xcodeproj/xcshareddata/xcschemes/BTree-iOS.xcscheme

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "0720"
3+
LastUpgradeVersion = "0730"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"
@@ -11,13 +11,14 @@
1111
buildForRunning = "YES"
1212
buildForProfiling = "YES"
1313
buildForArchiving = "YES"
14-
buildForAnalyzing = "YES">
14+
buildForAnalyzing = "YES"
15+
hideIssues = "NO">
1516
<BuildableReference
1617
BuildableIdentifier = "primary"
1718
BlueprintIdentifier = "BB54D0AE1C1F0357008A462B"
1819
BuildableName = "TreeCollections.framework"
1920
BlueprintName = "iOS"
20-
ReferencedContainer = "container:TreeCollections.xcodeproj">
21+
ReferencedContainer = "container:BTree.xcodeproj">
2122
</BuildableReference>
2223
</BuildActionEntry>
2324
</BuildActionEntries>
@@ -35,7 +36,7 @@
3536
BlueprintIdentifier = "BB54D0B81C1F0357008A462B"
3637
BuildableName = "TreeCollectionsTests.xctest"
3738
BlueprintName = "Tests-iOS"
38-
ReferencedContainer = "container:TreeCollections.xcodeproj">
39+
ReferencedContainer = "container:BTree.xcodeproj">
3940
</BuildableReference>
4041
</TestableReference>
4142
</Testables>
@@ -45,7 +46,7 @@
4546
BlueprintIdentifier = "BB54D0AE1C1F0357008A462B"
4647
BuildableName = "TreeCollections.framework"
4748
BlueprintName = "iOS"
48-
ReferencedContainer = "container:TreeCollections.xcodeproj">
49+
ReferencedContainer = "container:BTree.xcodeproj">
4950
</BuildableReference>
5051
</MacroExpansion>
5152
<AdditionalOptions>
@@ -67,7 +68,7 @@
6768
BlueprintIdentifier = "BB54D0AE1C1F0357008A462B"
6869
BuildableName = "TreeCollections.framework"
6970
BlueprintName = "iOS"
70-
ReferencedContainer = "container:TreeCollections.xcodeproj">
71+
ReferencedContainer = "container:BTree.xcodeproj">
7172
</BuildableReference>
7273
</MacroExpansion>
7374
<AdditionalOptions>
@@ -85,7 +86,7 @@
8586
BlueprintIdentifier = "BB54D0AE1C1F0357008A462B"
8687
BuildableName = "TreeCollections.framework"
8788
BlueprintName = "iOS"
88-
ReferencedContainer = "container:TreeCollections.xcodeproj">
89+
ReferencedContainer = "container:BTree.xcodeproj">
8990
</BuildableReference>
9091
</MacroExpansion>
9192
</ProfileAction>

‎Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Package.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-15.
66
// Copyright © 2015 Károly Lőrentey.
@@ -9,6 +9,6 @@
99
import PackageDescription
1010

1111
let package = Package(
12-
name: "TreeCollections",
12+
name: "BTree",
1313
dependencies: []
1414
)

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# In-Memory B-Trees and Ordered Collections in Swift
22

3-
[![Build Status](https://travis-ci.org/lorentey/TreeCollections.svg?branch=master)](https://travis-ci.org/lorentey/TreeCollections)
4-
[![codecov.io](https://codecov.io/github/lorentey/TreeCollections/coverage.svg?branch=master)](https://codecov.io/github/lorentey/TreeCollections?branch=master)
3+
[![Build Status](https://travis-ci.org/lorentey/BTree.svg?branch=master)](https://travis-ci.org/lorentey/BTree)
4+
[![codecov.io](https://codecov.io/github/lorentey/BTree/coverage.svg?branch=master)](https://codecov.io/github/lorentey/BTree?branch=master)
55

66
This project provides an efficient in-memory b-tree implementation in pure Swift, and several useful
77
collection types that use b-trees for their underlying storage.

‎Sources/BTree.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// BTree.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-19.
66
// Copyright © 2016 Károly Lőrentey.

‎Sources/BTreeCursor.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// BTreeCursor.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-12.
66
// Copyright © 2016 Károly Lőrentey.

‎Sources/BTreeGenerator.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// BTreeGenerator.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-11.
66
// Copyright © 2016 Károly Lőrentey.

‎Sources/BTreeIndex.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// BTreeIndex.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-11.
66
// Copyright © 2016 Károly Lőrentey.

‎Sources/BTreeNode.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// BTreeNode.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-01-13.
66
// Copyright © 2016 Károly Lőrentey.

‎Sources/List.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// List.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-11.
66
// Copyright © 2016 Károly Lőrentey.

‎Sources/Map.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Map.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-17.
66
// Copyright © 2015 Károly Lőrentey.

‎Sources/Weak.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Weak.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-11.
66
// Copyright © 2016 Károly Lőrentey.

‎Tests/BTreeCursorTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//
22
// BTreeCursorTests.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-19.
66
// Copyright © 2016 Károly Lőrentey.
77
//
88

99
import Foundation
1010
import XCTest
11-
@testable import TreeCollections
11+
@testable import BTree
1212

1313
class BTreeCursorTests: XCTestCase {
1414
typealias Tree = BTree<Int, String>

‎Tests/BTreeNodeTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//
22
// BTreeNodeTests.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-21.
66
// Copyright © 2016 Károly Lőrentey.
77
//
88

99
import XCTest
10-
@testable import TreeCollections
10+
@testable import BTree
1111

1212
class BTreeNodeTests: XCTestCase {
1313
typealias Node = BTreeNode<Int, String>

‎Tests/BTreeTestSupport.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//
22
// BTreeTestSupport.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-02-19.
66
// Copyright © 2016 Károly Lőrentey.
77
//
88

99
import Foundation
1010
import XCTest
11-
@testable import TreeCollections
11+
@testable import BTree
1212

1313
extension BTreeNode {
1414
func assertValid(file file: FileString = __FILE__, line: UInt = __LINE__) {

‎Tests/BTreeTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//
22
// BTreeTests.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2016-01-13.
66
// Copyright © 2016 Károly Lőrentey.
77
//
88

99
import XCTest
10-
@testable import TreeCollections
10+
@testable import BTree
1111

1212
extension BTree {
1313
func assertValid(file file: FileString = __FILE__, line: UInt = __LINE__) {

‎Tests/Helpers/PermutationTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// PermutationTests.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-21.
66
// Copyright © 2015 Károly Lőrentey.

‎Tests/Helpers/Permutations.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Permutations.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-21.
66
// Copyright © 2015 Károly Lőrentey.

‎Tests/Helpers/Random.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Random.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-20.
66
// Copyright © 2015 Károly Lőrentey.

‎Tests/Helpers/String Manipulation.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// String Manipulation.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-26.
66
// Copyright © 2015 Károly Lőrentey.

‎Tests/Helpers/XCTest extensions.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// XCTest extensions.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-21.
66
// Copyright © 2015 Károly Lőrentey.
@@ -9,7 +9,7 @@
99
import Foundation
1010

1111
import XCTest
12-
@testable import TreeCollections
12+
@testable import BTree
1313

1414
#if Swift22
1515
typealias FileString = StaticString

‎Tests/ListTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//
22
// ListTests.swift
3-
// TreeCollections
3+
// BTree
44
//
55
// Created by Károly Lőrentey on 2015-12-15.
66
// Copyright © 2015 Károly Lőrentey.
77
//
88

99
import XCTest
10-
@testable import TreeCollections
10+
@testable import BTree
1111

1212
extension List {
1313
func assertValid() {

‎Tests/MapTests.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//
22
// MapTests.swift
3-
// TreeCollectionsTests
3+
// BTreeTests
44
//
55
// Created by Károly Lőrentey on 2015-12-15.
66
// Copyright © 2015 Károly Lőrentey.
77
//
88

99
import XCTest
10-
@testable import TreeCollections
10+
@testable import BTree
1111

1212
class MapTests: XCTestCase {
1313
func testEmptyMap() {

0 commit comments

Comments
 (0)
Please sign in to comment.