Skip to content

Commit

Permalink
chore: update deps + minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Apr 8, 2024
1 parent a552be7 commit 80a8c8b
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 52 deletions.
1 change: 1 addition & 0 deletions .bazelignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
test
3 changes: 1 addition & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ cc_library(
"include/**/*.h",
], exclude = _POSIX_HDRS + _WINDOWS_HDRS + _COMMON_HDRS),
includes = ["include"],
srcs = glob(["src/**/*.cpp"], exclude = _POSIX_SRCS + _WINDOWS_SRCS + _COMMON_SRCS + _COMMON_EXCLUDE_SRCS),
srcs = glob(["src/**/*.cpp"], exclude = _POSIX_SRCS + _WINDOWS_SRCS + _COMMON_SRCS + _COMMON_EXCLUDE_SRCS),
deps = [
"@boost.algorithm",
"@boost.assert",
Expand All @@ -97,7 +97,6 @@ cc_library(
"@boost.throw_exception",
"@boost.tuple",
"@boost.utility",
"@boost.winapi",
] + select({
"@platforms//os:windows": [
":thread_windows",
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bazel_dep(name = "boost.algorithm", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.assert", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.atomic", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.bind", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.chrono", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.chrono", version = "1.83.0.bzl.2")
bazel_dep(name = "boost.concept_check", version = "1.83.0.bzl.1")
bazel_dep(name = "boost.config", version = "1.83.0.bzl.6")
bazel_dep(name = "boost.container", version = "1.83.0.bzl.1")
Expand Down
82 changes: 42 additions & 40 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 10 additions & 9 deletions test/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 80a8c8b

Please sign in to comment.