Skip to content

Commit 799543d

Browse files
authored
Merge pull request #331 from compnerd/update
2 parents b2c7faa + 3bd3d3b commit 799543d

File tree

3 files changed

+17
-20
lines changed

3 files changed

+17
-20
lines changed

Sources/BitCollections/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,14 @@ add_library(BitCollections
1313
"BitArray/BitArray+Codable.swift"
1414
"BitArray/BitArray+Collection.swift"
1515
"BitArray/BitArray+Copy.swift"
16-
"BitArray/BitArray+CustomDebugStringConvertible.swift"
1716
"BitArray/BitArray+CustomReflectable.swift"
18-
"BitArray/BitArray+CustomStringConvertible.swift"
1917
"BitArray/BitArray+Equatable.swift"
2018
"BitArray/BitArray+ExpressibleByArrayLiteral.swift"
2119
"BitArray/BitArray+Extras.swift"
2220
"BitArray/BitArray+Fill.swift"
2321
"BitArray/BitArray+Hashable.swift"
2422
"BitArray/BitArray+Initializers.swift"
2523
"BitArray/BitArray+Invariants.swift"
26-
"BitArray/BitArray+Random.swift"
2724
"BitArray/BitArray+RangeReplaceableCollection.swift"
2825
"BitArray/BitArray+Testing.swift"
2926
"BitArray/BitArray._UnsafeHandle.swift"

Sources/HashTreeCollections/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ add_library(HashTreeCollections
4444
"HashNode/_RawHashNode.swift"
4545
"HashNode/_HashSlot.swift"
4646
"HashNode/_HashStack.swift"
47-
"HashNode/_HashNodeHeader.swift"
47+
"HashNode/_StorageHeader.swift"
4848
"HashNode/_UnmanagedHashNode.swift"
4949
"HashNode/_UnsafePath.swift"
5050
"TreeDictionary/TreeDictionary+Codable.swift"

Sources/_CollectionsUtilities/CMakeLists.txt

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ See https://swift.org/LICENSE.txt for license information
88
#]]
99

1010
add_library(_CollectionsUtilities
11-
"Compatibility/Array+WithContiguousStorage Compatibility.swift"
12-
"Compatibility/UnsafeMutableBufferPointer+SE-0370.swift"
13-
"Compatibility/UnsafeMutablePointer+SE-0370.swift"
14-
"Compatibility/UnsafeRawPointer extensions.swift"
15-
"Debugging.swift"
16-
"Descriptions.swift"
17-
"IntegerTricks/FixedWidthInteger+roundUpToPowerOfTwo.swift"
18-
"IntegerTricks/Integer rank.swift"
19-
"IntegerTricks/UInt+first and last set bit.swift"
20-
"IntegerTricks/UInt+reversed.swift"
21-
"RandomAccessCollection+Offsets.swift"
22-
"UnsafeBitSet/_UnsafeBitSet+Index.swift"
23-
"UnsafeBitSet/_UnsafeBitSet+_Word.swift"
24-
"UnsafeBitSet/_UnsafeBitSet.swift"
25-
"UnsafeBufferPointer+Extras.swift"
26-
"UnsafeMutableBufferPointer+Extras.swift"
11+
"Compatibility/autogenerated/Array+WithContiguousStorage Compatibility.swift"
12+
"Compatibility/autogenerated/UnsafeMutableBufferPointer+SE-0370.swift"
13+
"Compatibility/autogenerated/UnsafeMutablePointer+SE-0370.swift"
14+
"Compatibility/autogenerated/UnsafeRawPointer extensions.swift"
15+
"autogenerated/Debugging.swift"
16+
"autogenerated/Descriptions.swift"
17+
"IntegerTricks/autogenerated/FixedWidthInteger+roundUpToPowerOfTwo.swift"
18+
"IntegerTricks/autogenerated/Integer rank.swift"
19+
"IntegerTricks/autogenerated/UInt+first and last set bit.swift"
20+
"IntegerTricks/autogenerated/UInt+reversed.swift"
21+
"autogenerated/RandomAccessCollection+Offsets.swift"
22+
"UnsafeBitSet/autogenerated/_UnsafeBitSet+Index.swift"
23+
"UnsafeBitSet/autogenerated/_UnsafeBitSet+_Word.swift"
24+
"UnsafeBitSet/autogenerated/_UnsafeBitSet.swift"
25+
"autogenerated/UnsafeBufferPointer+Extras.swift"
26+
"autogenerated/UnsafeMutableBufferPointer+Extras.swift"
2727
"_SortedCollection.swift"
2828
"_UniqueCollection.swift"
2929
)

0 commit comments

Comments
 (0)