Awesome
trunk
A collection of C++/Java opensource projects with BUILD files so they can be easily built with bazel.
To try:
$ git clone https://github.com/mzhaom/trunk && cd trunk
$ git submodule update --init
$ bazel build examples/...
If you have used docker before, there is a docker image that has bazel installed with all the trunk source checked out, which can be tried with:
$ docker run --rm -ti bazelment/trunk:lrte
$ bazel build examples/...
Currently C++ projects can be only built on Linux x64 system.
C++
-
gperftools tcmalloc, heap-checker, heap-profiler and cpu-profiler.
-
libevent: version 1
-
folly and supporting libraries.
-
A selection of boost modules, mostly for building folly.