CMake/Projects: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 74: Line 74:


* [http://www.robots.ox.ac.uk/~pnewman/TheMOOS  MOOS - Mission Orientated Operating Suite]
* [http://www.robots.ox.ac.uk/~pnewman/TheMOOS  MOOS - Mission Orientated Operating Suite]
* [http://www.mysql.com/ MySql ] - The world's most popular open source database


* [http://www.initng.org/wiki/initng-konf InitNG-Konf - A tool to configure the UNIX init replacement InitNG ]
* [http://www.initng.org/wiki/initng-konf InitNG-Konf - A tool to configure the UNIX init replacement InitNG ]

Revision as of 19:32, 18 July 2008

Desktop suites and development platforms

  • KDE4 - the next version of the powerful Open Source desktop, application suite and development platform will be built using CMake, which together with Qt4 will make it possible to run KDE4 not only on Linux/UNIX, but also Mac OS X and Windows.

Libraries

  • libsudo allows a C/C++ application to execute a process as a different user (think of it as "system(process, user)")

Toolkits

  • Webtoolkit (AKA Wt) is C++ library and application server for web applications which mimics the Qt API (it's like Qt but it spits HTML + CSS + JavaScript)

Tools

Languages

Applications

  • ASPEED Software
    ASPEED's products include the ACCELLERANT SDK for parallelizing applications for grids or clusters. ASPEED provides APIs for easily improving application performance, with bindings in FORTRAN, C, C++, Java and C#. ACCELLERANT also provides an Application Manager for quickly parallelizing batch jobs from the command line; and Workload Balancer for simple resource management. ACCELLERANT supports Windows and Linux, as well as numerous "grid vendor" products.
"ASPEED's SDK supports a wide range of platforms and languages, and CMake fit the bill perfectly for our build and release cycle. It works for Visual Studio IDE development, and it works from the command line under either Windows (nmake) or Linux. It works for FORTRAN as well as C++. It's an enormous time-saver, allowing us to quickly develop applications for multiple platforms. This in turn has allowed us to build, test and release software more frequently, giving us a market advantage."
-Mike Dalessio, Head of Development, ASPEED Software
  • CadColon is a Computer Aided Detection (CAD) system designed to support radiologist's diagnosis of suspect polyps in the colon and rectum, using high and low dose CT.

"I started to develop on a project on Linux OS in C++ language on 3 January 2005, and I had never written from scratch any configure.in files, nor used autoconf tools seriously before. So since one of my task was to create the building process for the whole project, I had 2 choices: learn and use autoconf, or search in Internet for an alternative. The one day research ended up in CMake.org, which is an easy but very powerful tool, which allowed me to achieve all I wanted to do (debug/release/profile compilations, compilation based on the developer name, easily maintainable and customizable compilation of many shared/static libraries and applications), and which has a very fast learning curve, exactly what a projet need to achieve its aim in short time."

- Luca Cappa

  • QTM - A desktop blogging client based on Qt 4.
  • SCIRun
    A visual programming environment for modeling, simulation, and visualization, incorporating thirdparty packages such as Teem, Matlab, and the Insight Toolkit. SCIRun also includes Seg3D, a standalone executable for the segmentation of volumetric image data.
  • Scribus - a powerful Open Source desktop publishing application, developed primarily developed for Linux, now also available for Mac OS X and Windows]
  • Second Life - Second Life® is a 3-D virtual world created by its Residents. Since opening to the public in 2003, it has grown explosively and today is inhabited by millions of Residents from around the globe.


Controls

Other

  • PLplot is a mix of a core scientific plotting library written in C, multiple computer language interfaces to that library (some of them generated using SWIG), a set of 20+ test examples written for each computer language interface, multiple plotting device driver plug-ins that are dynamically loaded by our core library, and a complete docbook-based documentation build. This build complexity is handled with ease by CMake on Linux (with good ctest results for the examples written in each computer language that we interface). We are also beginning to get encouraging build results on the Mac OS X and windows platforms.



CMake: [Welcome | Site Map]