-
-
Notifications
You must be signed in to change notification settings - Fork 321
Home
László Nagy edited this page Feb 22, 2020
·
6 revisions
Bear is a project, which includes multiple tools, to create insights of a software build process.
The primary tool of this project is also called bear
, which generates JSON compilation database from the intercepted commands. Other tools of the project are aiming to give more generic information about the build process.
- Cross compilers
- Multilib (mixed 32bit and 64bit compilations)
- Compiler wrappers (ccache, distcc, mpi, etc..)
- OS specific notes
- Build tool specific notes
- Roadmap is a high level description of the functionalities implemented in past and future versions.
- Features is a summary of the existing and planned features.
- Contribution guidelines
- Research page about the programming language to implement the tools.
- Research page about to use a config file for
bear
.
- Home
- Usage
- Troubleshooting
- Project
- Roadmap
- Features
- Contribution
- Release process