diff --git a/README.md b/README.md index 4e69177..4c1b736 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin - [Online Compiler](#online-compiler) - [Debugger](#debugger) - [Integrated Development Environment](#integrated-development-environment) + - [Buildsystem](#buildsystem) - [Static Code Analysis](#static-code-analysis) - [Resources](#resources) - [Articles](#articles) @@ -365,6 +366,12 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Xcode](https://developer.apple.com/xcode/) - Developed by Apple. * [YouCompleteMe](https://valloric.github.io/YouCompleteMe/) - YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine for Vim. +## Buildsystem + +* [FASTBuild](http://www.fastbuild.org/docs/home.html) - high performance, open-source build system supporting highly scalable compilation, caching and network distribution. +* [tundra](https://github.com/deplinenoise/tundra) - high-performance code build system designed to give the best possible incremental build times even for very large software projects. +* [tup](http://gittup.org/tup/) - file-based build system that monitors in the background for changed files. + ## Static Code Analysis *List of tools for improving quality and reducing defects by code analysis*