All Projects → apcode → bazel-boost

apcode / bazel-boost

Licence: other
A bazel workspace for using boost

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to bazel-boost

Bazel Skylib
Common useful functions and rules for Bazel
Stars: ✭ 153 (+1175%)
Mutual labels:  bazel
Trunk
Make bazel an out of box solution for C++/Java developers
Stars: ✭ 203 (+1591.67%)
Mutual labels:  bazel
Bazel Compilation Database
Tool to generate compile_commands.json from the Bazel build system
Stars: ✭ 236 (+1866.67%)
Mutual labels:  bazel
Rules jvm external
Bazel rules to resolve, fetch and export Maven artifacts
Stars: ✭ 167 (+1291.67%)
Mutual labels:  bazel
Xchammer
XCHammer generates Xcode projects from a Bazel Workspace.
Stars: ✭ 195 (+1525%)
Mutual labels:  bazel
Rules apple
Bazel rules to build apps for Apple platforms.
Stars: ✭ 217 (+1708.33%)
Mutual labels:  bazel
Continuous Integration
Bazel's Continuous Integration Setup
Stars: ✭ 151 (+1158.33%)
Mutual labels:  bazel
Bazel Watcher
Tools for building Bazel targets when source files change.
Stars: ✭ 245 (+1941.67%)
Mutual labels:  bazel
Rules haskell
Haskell rules for Bazel.
Stars: ✭ 196 (+1533.33%)
Mutual labels:  bazel
Rules kotlin
Bazel rules for Kotlin
Stars: ✭ 235 (+1858.33%)
Mutual labels:  bazel
Buildbuddy
BuildBuddy is an open source Bazel build event viewer, result store, and remote cache.
Stars: ✭ 182 (+1416.67%)
Mutual labels:  bazel
Podtobuild
An easy way to integrate CocoaPods into Bazel
Stars: ✭ 193 (+1508.33%)
Mutual labels:  bazel
Rules k8s
This repository contains rules for interacting with Kubernetes configurations / clusters.
Stars: ✭ 222 (+1750%)
Mutual labels:  bazel
Rules kotlin
Bazel rules for Kotlin
Stars: ✭ 162 (+1250%)
Mutual labels:  bazel
Index Import
Tool to import swiftc and clang index-store files into Xcode
Stars: ✭ 240 (+1900%)
Mutual labels:  bazel
Rules swift
Bazel rules to build Swift on Apple and Linux platforms
Stars: ✭ 151 (+1158.33%)
Mutual labels:  bazel
Rules protobuf
Bazel rules for building protocol buffers and gRPC services (java, c++, go, ...)
Stars: ✭ 206 (+1616.67%)
Mutual labels:  bazel
rules openapi
🍃 bazel rules for generating code from openapi specifications
Stars: ✭ 49 (+308.33%)
Mutual labels:  bazel
Rules rust
Rust rules for Bazel
Stars: ✭ 241 (+1908.33%)
Mutual labels:  bazel
Rules python
Experimental Bazel Python Rules
Stars: ✭ 233 (+1841.67%)
Mutual labels:  bazel

Bazel Build of Boost

Starting to put together a Bazel workspace with various libraries included. I'd like to use some boost libraries without installing everything.

It's still a WIP.

I was trying to only include boost libraries that are not in C++11, e.g. not using boost foreach or shared_ptr etc. However this is almost impossible to do. Many boost libraries use many other boost libraries. So as soon as you use one library you have to pull in many others. Even those already in C++11. Which is kind of annoying.

For example, if you want to use boost/math, you also need C++11 libs plus many others like lexical_cast, smart_ptr and type_traits!!

Anyway I'll keep working on this until I can use the libraries I might need.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].