bazel-central-registry icon indicating copy to clipboard operation
bazel-central-registry copied to clipboard

wanted: spdlog with std::format

Open calebzulawski opened this issue 1 year ago • 3 comments

Module location

https://github.com/gabime/spdlog

Link to bzlmod issue in the module's repository

No response

Any other context to provide?

This module exists, but it would be nice to have a cc_library variation that uses SPDLOG_USE_STD_FORMAT and doesn't have a dependency on @fmt

cc @Vertexwahn

Fund our work

  • [ ] Sponsor our community's open source work by donating a feature bounty

calebzulawski avatar Apr 05 '24 16:04 calebzulawski

FYI @calebzulawski slightly outdated and doesn't use rules_cc, but might give some inspiration:

  • https://github.com/eomii/bazel-eomii-registry/tree/main/modules/ll_spdlog
  • https://github.com/eomii/bazel-eomii-registry/tree/main/modules/ll_fmt

aaronmondal avatar Apr 28 '24 14:04 aaronmondal

I'm working on a feature system for Bazel modules (similar to that from Cargo), which could be a way to make this configurable.

fmeum avatar Apr 28 '24 15:04 fmeum

I'm working on a feature system for Bazel modules (similar to that from Cargo), which could be a way to make this configurable.

That sounds great, exactly what I was curious about. Thank you!

calebzulawski avatar Apr 28 '24 15:04 calebzulawski