You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[CMake](http://www.cmake.org/) - Cross-platform free and open-source software for managing the build process of software using a compiler-independent method. [BSD]
495
+
*[CPM](https://github.com/iauns/cpm) - A C++ Package Manager based on CMake and Git.
487
496
*[FASTBuild](http://www.fastbuild.org/docs/home.html) - High performance, open-source build system supporting highly scalable compilation, caching and network distribution.
497
+
*[Ninja](http://martine.github.io/ninja/) - A small build system with a focus on speed.
498
+
*[Scons](http://www.scons.org/) - A software construction tool configured with Python scipt.
488
499
*[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.
489
500
*[tup](http://gittup.org/tup/) - File-based build system that monitors in the background for changed files.
490
501
@@ -494,6 +505,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
494
505
*[Cppcheck](http://cppcheck.sourceforge.net/) - A tool for static C/C++ code analysis. - [source](https://github.com/danmar/cppcheck)
495
506
*[include-what-you-use](https://code.google.com/p/include-what-you-use/) - A tool for use with clang to analyze includes in C and C++ source files.
496
507
*[OCLint](http://oclint.org/) - A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C. - [source](https://github.com/oclint/oclint)
508
+
*[Clang Static Analyzer](http://clang-analyzer.llvm.org/index.html) - A source code analysis tool that finds bugs in C, C++, and Objective-C programs.
497
509
*[List of tools for static code analysis](http://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2FC.2B.2B) - A list of tools for static code analysis from Wikipedia.
0 commit comments