From 1b85ee60492f53bd49d9cc72062f5cadd1822881 Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Tue, 28 Oct 2014 18:33:02 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8b05d07..5209fba 100644 --- a/README.md +++ b/README.md @@ -507,6 +507,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Scons](http://www.scons.org/) - A software construction tool configured with Python scipt. * [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. +* [premake](http://industriousone.com/premake) - A tool configured with lua scipt to generate project files for Visual Studio, GNU Make, Xcode, Code::Blocks, and more across Windows, Mac OS X, and Linux. ## Static Code Analysis *List of tools for improving quality and reducing defects by code analysis* From 0aa51e2ea8d0badbe7e5b73c49cda76f5d5b6d6e Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Tue, 28 Oct 2014 18:35:54 +0800 Subject: [PATCH 2/2] Adding Premake in build systems I think Premake is a cool tool that can easy generate project file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5209fba..62337ea 100644 --- a/README.md +++ b/README.md @@ -507,7 +507,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Scons](http://www.scons.org/) - A software construction tool configured with Python scipt. * [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. -* [premake](http://industriousone.com/premake) - A tool configured with lua scipt to generate project files for Visual Studio, GNU Make, Xcode, Code::Blocks, and more across Windows, Mac OS X, and Linux. +* [Premake](http://industriousone.com/premake) - A tool configured with lua scipt to generate project files for Visual Studio, GNU Make, Xcode, Code::Blocks, and more across Windows, Mac OS X, and Linux. ## Static Code Analysis *List of tools for improving quality and reducing defects by code analysis*