Tech Blog   »   Home   »   Computer Directory   »   Coders Forum   »   Search All

Open Directory > Computers > Programming Newly Added Listings - Updated

Compilers

C++ compilers

Microsoft Visual Studio 2010 Express requires that you register
your evaluation copy within 30 days of installation. Once you've
entered your Registration Key, the product is free.
http://www.microsoft.com/express/Downloads/
PageRank: 7/10
(Clicks: 4; Listing added: Jul 6, 2010) Listing Details Report Broken  Listing
CMake is an extensible, open-source system that manages the build process in an operating system and in a compiler-independent manner. Unlike many cross-platform systems, CMake is designed to be used in conjunction with the native build environment. Simple configuration files placed in each source directory (called CMakeLists.txt files) are used to generate standard build files (e.g., makefiles on Unix and projects/workspaces in Windows MSVC) which are used in the usual way. CMake can generate a native build environment that will compile source code, create libraries, generate wrappers and build executables in arbitrary combinations. CMake supports in-place and out-of-place builds, and can therefore support multiple builds from a single source tree. CMake also supports static and dynamic library builds. Another nice feature of CMake is that it generates a cache file that is designed to be used with a graphical editor. For example, when CMake runs, it locates include files, libraries, and executables, and may encounter optional build directives. This information is gathered into the cache, which may be changed by the user prior to the generation of the native build files.
http://www.cmake.org/
PageRank: 6/10
(Clicks: 1; Listing added: Jun 13, 2011) Listing Details Report Broken  Listing
Sort listings by: Alphabetic Date Clicks Rank    ascending | descending