Skip to content
/ trunk Public
forked from bazelment/trunk

Make bazel an out of box solution for C++/Java developers

Notifications You must be signed in to change notification settings

chengxu/trunk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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/...:all

Currently C++ projects can be only built on Linux x64 system.

##C++

##Java

  • guava Guava: Google Core Libraries for Java
  • netty Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients.

About

Make bazel an out of box solution for C++/Java developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.6%
  • Python 10.8%
  • Protocol Buffer 7.6%