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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1003,7 +1003,6 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
1003
1003
*[Buck](https://github.com/facebook/buck) - A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages including C++ developed and used at Facebook. Written in Java. [Apache]
1004
1004
*[clib](https://github.com/clibs/clib) - Package manager for the C programming language. [MIT]
1005
1005
*[CMake](https://cmake.org/) - Cross-platform free and open-source software for managing the build process of software using a compiler-independent method. [BSD]
1006
-
*[C++ Archive Network](https://cppan.org/) - Cross-platform C++ Dependency Manager with a lot of packages available.
*[Conan](https://conan.io/) - C/C++ Package Manager, open sourced. [MIT]
1009
1008
*[CPM](https://github.com/iauns/cpm) - A C++ Package Manager based on CMake and Git.
@@ -1014,6 +1013,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
1014
1013
*[Scons](http://www.scons.org/) - A software construction tool configured with a Python script.
1015
1014
*[Sconsolidator](http://www.sconsolidator.com/) - Scons build system integration for Eclipse CDT.
1016
1015
*[Spack](https://spack.io/) - A flexible package manager that supports multiple versions, configurations, platforms, and compilers. [Apache-2.0/MIT]
1016
+
*[SW](https://software-network.org/) - Cross-platform C++ (and other langs) Build System and Package Manager with a lot of packages available. [GPLv3]
1017
1017
*[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.
1018
1018
*[tup](http://gittup.org/tup/) - File-based build system that monitors in the background for changed files.
1019
1019
*[Premake](http://premake.github.io) - A tool configured with a Lua script to generate project files for Visual Studio, GNU Make, Xcode, Code::Blocks, and more across Windows, Mac OS X, and Linux.
0 commit comments