Compare projects

Project comparisons allow you to view any selection of projects side by side just like they're shown on regular categories or in search results. You can try out an example or start yourself by adding a library to the comparison via the input below. You can also easily share your current comparison with others by sending the URL of the current page.

cpp_engine
0.0
No release in over 3 years
cpp_engine is an build system for C++ projects, It works like Make but much better. Compring to Rake, cpp_engine is more targeted at building C++ project I just started developing this system. Since I am a student in NYU, the effort I can put on this project is limited. if you are interested in it, please send me email:) To use this system, you need to create a file named "enginespec" in your working dir. An example of enginespec is as follows: compile(["*.cpp"]){|config| config.flags=["-O3", "-msse2", "-msse3", "-mfpmath=sse"] config.header_dirs=["include1","include2"] config.lib_dirs=["libdir1","libdir2"] config.libs=["math","openGL"] config.product="xxx" } After this file is created, you can simply run cppengine to build your project
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Popularity