ParaView 2.4 Released
November 13, 2005
ParaView 2.4 was released in November 2005. The latest patch to this release (2.4.4) was in June 2006. New features in ParaView 2.4 include: • Improved support for multi-block and AMR data sets.• Movies and screen captures are now rendered off-screen, allowing you to cover or close the application withoutdestroying the captured image.• Improved handling […]
Cross-Platform Software Development Using CMake
October 30, 2003
When looking through a large list of projects, one thing becomes apparent: a description of the build process always is stored in a group of files. These files can be simple shell scripts, Makefiles, Jam files, complex scripts based on projects like Autoconf and Automake or tool-specific files. Recently another player came into the software […]
The CMake Build Manager
January 1, 2003
CMake is an open-source, cross-platform C/C++ build manager that supports platform inspection and user-customized builds. By William Hoffman and Ken Martin, Dr. Dobb’s Journal Jan 01, 2003 URL:http://www.ddj.com/cpp/184405251 Many software projects ship with both a UNIX makefile (or Makefile.in) and a Microsoft Visual Studio workspace, requiring you to constantly keep both build systems up to […]