Skip to content

Commit 9082772

Browse files
authored
Merge branch 'facebook:main' into arashpartow/update_exprtk_0.0.3
2 parents 668f2f8 + 3f8b2b5 commit 9082772

File tree

714 files changed

+75365
-13002
lines changed

Some content is hidden

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

714 files changed

+75365
-13002
lines changed

.buckconfig.d/external_cells/facebook/buck2-shims-meta/external_cell.buckconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ gh_facebook_buck2_shims_meta = git
66

77
[external_cell_gh_facebook_buck2_shims_meta]
88
git_origin = https://github.com/facebook/buck2-shims-meta.git
9-
commit_hash = b79235f6447a07f78644ab08261e3acfe4e12604
9+
commit_hash = 9a7f4d630a0ea37a65175f8e330839d82823a42a

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ find_package(fizz CONFIG REQUIRED)
173173
find_package(fmt CONFIG REQUIRED)
174174
find_package(wangle CONFIG REQUIRED)
175175
find_package(FBThrift CONFIG REQUIRED)
176+
find_package(range-v3 REQUIRED)
176177
include_directories(${FB303_INCLUDE_DIR})
177178
find_path(FATAL_INCLUDE_DIR NAMES fatal/portability.h)
178179
include_directories(${FATAL_INCLUDE_DIR})

buck2

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,62 +4,62 @@
44
"name": "buck2",
55
"platforms": {
66
"macos-aarch64": {
7-
"size": 24865177,
7+
"size": 24793637,
88
"hash": "blake3",
9-
"digest": "d7cb59045703f709e9fc07de4fc2452f336f0a4aea23b0fbf2630cb74e1ddfc2",
9+
"digest": "bb0035bb305bf3b6bb381b2c98063ab0912f77fcb3603a891cac4c59d17b2795",
1010
"format": "zst",
1111
"path": "buck2-aarch64-apple-darwin",
1212
"providers": [
1313
{
14-
"url": "https://github.com/facebook/buck2/releases/download/2024-11-01/buck2-aarch64-apple-darwin.zst"
14+
"url": "https://github.com/facebook/buck2/releases/download/2024-11-15/buck2-aarch64-apple-darwin.zst"
1515
}
1616
]
1717
},
1818
"linux-aarch64": {
19-
"size": 27170753,
19+
"size": 27097669,
2020
"hash": "blake3",
21-
"digest": "b7524108a18829538ca0f205691bc0b2497fe4c69ac7364f18fb32273bdcb906",
21+
"digest": "70c796a8e7470a497d6251963c1d9da1679266f4ba1fdbf44a252aeac1687d8c",
2222
"format": "zst",
2323
"path": "buck2-aarch64-unknown-linux-musl",
2424
"providers": [
2525
{
26-
"url": "https://github.com/facebook/buck2/releases/download/2024-11-01/buck2-aarch64-unknown-linux-musl.zst"
26+
"url": "https://github.com/facebook/buck2/releases/download/2024-11-15/buck2-aarch64-unknown-linux-musl.zst"
2727
}
2828
]
2929
},
3030
"macos-x86_64": {
31-
"size": 26626381,
31+
"size": 26566564,
3232
"hash": "blake3",
33-
"digest": "46ae3e7a99a4eb220b76f30b56a303ed4d573c91f309bbf82981682c79339201",
33+
"digest": "f2d32397d72a0f3d96dd3265a525a9264ecc5aacc01c9f53ef1be7864f792c6c",
3434
"format": "zst",
3535
"path": "buck2-x86_64-apple-darwin",
3636
"providers": [
3737
{
38-
"url": "https://github.com/facebook/buck2/releases/download/2024-11-01/buck2-x86_64-apple-darwin.zst"
38+
"url": "https://github.com/facebook/buck2/releases/download/2024-11-15/buck2-x86_64-apple-darwin.zst"
3939
}
4040
]
4141
},
4242
"windows-x86_64": {
43-
"size": 21957913,
43+
"size": 21945285,
4444
"hash": "blake3",
45-
"digest": "48f23505b97b405d46919978fee8c2cfd97f75fe2140b197af0ad1ad962d47eb",
45+
"digest": "e0ebb882535cc24439025b39a023ae2148fc9f4733ab3552dbce396f964dd549",
4646
"format": "zst",
4747
"path": "buck2-x86_64-pc-windows-msvc.exe",
4848
"providers": [
4949
{
50-
"url": "https://github.com/facebook/buck2/releases/download/2024-11-01/buck2-x86_64-pc-windows-msvc.exe.zst"
50+
"url": "https://github.com/facebook/buck2/releases/download/2024-11-15/buck2-x86_64-pc-windows-msvc.exe.zst"
5151
}
5252
]
5353
},
5454
"linux-x86_64": {
55-
"size": 28136456,
55+
"size": 28049273,
5656
"hash": "blake3",
57-
"digest": "9530f398d1a74394ab1770716bd942d4c1687fb00f13518bdbf8904e366d4d97",
57+
"digest": "4ce1ccad2e051ac169d165905de2e3de68558a74e90756c71ab04fa78e38d23b",
5858
"format": "zst",
5959
"path": "buck2-x86_64-unknown-linux-musl",
6060
"providers": [
6161
{
62-
"url": "https://github.com/facebook/buck2/releases/download/2024-11-01/buck2-x86_64-unknown-linux-musl.zst"
62+
"url": "https://github.com/facebook/buck2/releases/download/2024-11-15/buck2-x86_64-unknown-linux-musl.zst"
6363
}
6464
]
6565
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit d15028627fdd473945f04124f118e17142471f81
1+
Subproject commit 2e5951c4caf66cf919b88127cc4af4b103e5baa1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 300f4d5e79e763ef74243da9a1f3b9f649d5addd
1+
Subproject commit 7f33f571ac8c8e43fcbaad99bf18a68774b03edc
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 30a4e783a7618f17a5b24048625872e363068887
1+
Subproject commit 49d920691a609f40e31a0ca8b2d5d23a4def5f38
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit d54405ad3588791be7146a19fe4e914af0807c28
1+
Subproject commit b496c25312abe5fdde040bc445075b84f43f8d93
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Subproject commit 4664d02b938a34d05918f2817f53afd2ed6b4ca9
1+
Subproject commit 519ca76f3fc6d108afb317e84342e29b2492c7d6

build/fbcode_builder/manifests/fboss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ exprtk
4040
nlohmann-json
4141
libgpiod
4242
systemd
43+
range-v3
4344

4445
[shipit.pathmap]
4546
fbcode/fboss/github = .

build/fbcode_builder/manifests/range-v3

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ sha256 = 376376615dbba43d3bef75aa590931431ecb49eb36d07bb726a19f680c75e20c
99
[build]
1010
builder = cmake
1111
subdir = range-v3-0.11.0
12+
13+
[cmake.defines]
14+
RANGE_V3_EXAMPLES=OFF

0 commit comments

Comments
 (0)