Skip to content

Commit 7a89c90

Browse files
authored
Use dependency-free Baggage module (#52)
1 parent df632ad commit 7a89c90

File tree

81 files changed

+527
-1757
lines changed

Some content is hidden

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

81 files changed

+527
-1757
lines changed

.swiftformat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# file options
22

3-
--swiftversion 5.0
3+
--swiftversion 5.2
44
--exclude .build
55
--exclude Tests/LinuxMain.swift
66
--exclude **/*Tests+XCTest.swift
@@ -12,6 +12,7 @@
1212
--self insert
1313
--stripunusedargs closure-only
1414
--wraparguments before-first
15+
--extensionacl on-declarations
1516

1617
# rules
1718

IntegrationTests/allocation-counter-tests-framework/run-allocation-counter.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
##
44
## This source file is part of the Swift Distributed Tracing open source project
55
##
6-
## Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
6+
## Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
7+
## authors
78
## Licensed under Apache License v2.0
89
##
910
## See LICENSE.txt for license information

IntegrationTests/allocation-counter-tests-framework/template/AtomicCounter/Sources/AtomicCounter/include/atomic-counter.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
5+
// Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
6+
// authors
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

IntegrationTests/allocation-counter-tests-framework/template/AtomicCounter/Sources/AtomicCounter/src/atomic-counter.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
5+
// Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
6+
// authors
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

IntegrationTests/allocation-counter-tests-framework/template/HookedFunctionsDoHook/Sources/HookedFunctions/include/hooked-functions.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
5+
// Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
6+
// authors
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

IntegrationTests/allocation-counter-tests-framework/template/HookedFunctionsDoHook/Sources/HookedFunctions/src/hooked-functions.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
5+
// Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
6+
// authors
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

IntegrationTests/allocation-counter-tests-framework/template/HookedFunctionsDoNotHook/Sources/HookedFunctions/include/hooked-functions.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
5+
// Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
6+
// authors
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

IntegrationTests/allocation-counter-tests-framework/template/HookedFunctionsDoNotHook/Sources/HookedFunctions/src/hooked-functions.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
5+
// Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
6+
// authors
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

IntegrationTests/allocation-counter-tests-framework/template/Sources/bootstrapDoHook/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
5+
// Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
6+
// authors
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

IntegrationTests/allocation-counter-tests-framework/template/Sources/bootstrapDoNotHook/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
//
33
// This source file is part of the Swift Distributed Tracing open source project
44
//
5-
// Copyright (c) 2020 Apple Inc. and the Swift Distributed Tracing project authors
5+
// Copyright (c) 2020-2021 Apple Inc. and the Swift Distributed Tracing project
6+
// authors
67
// Licensed under Apache License v2.0
78
//
89
// See LICENSE.txt for license information

0 commit comments

Comments
 (0)