buildsystems added

This commit is contained in:
questor/inter 2014-08-12 10:57:56 +02:00
parent 8eff171829
commit 7c70042fd2
1 changed files with 7 additions and 0 deletions

View File

@ -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*