Difference between revisions of "Category:CoCoALib"

From ApCoCoAWiki
m (Reverted edits by Rica29 (Talk) to last version by Dheldt)
 
(4 intermediate revisions by 3 users not shown)
Line 3: Line 3:
 
The CoCoALib is a C++ library, implementing all basic routines from CoCoA. It is licensed under the GPL 2.
 
The CoCoALib is a C++ library, implementing all basic routines from CoCoA. It is licensed under the GPL 2.
  
At the moment the library is still an alpha release (the last publically released version is 0.96). If you want to become an alpha tester please mail to the developers of CoCoA and ask them and you will get access to the source code. For the details have a look at the [http://cocoa.dima.unige.it/cocoalib/ Dima CoCoALib] page.
+
At the moment the library is still an alpha release (the last publicly released version is 0.96). If you want to become an alpha tester please mail to the developers of CoCoA and ask them and you will get access to the source code. For the details have a look at the [http://cocoa.dima.unige.it/cocoalib/ Dima CoCoALib] page.
  
 
To get an overview over the library please have a look at the [http://cocoa.dima.unige.it/cocoalib/doc/UserDox/inherits.html Class Diagram] of the library, or read the [[Library Overview]] article.
 
To get an overview over the library please have a look at the [http://cocoa.dima.unige.it/cocoalib/doc/UserDox/inherits.html Class Diagram] of the library, or read the [[Library Overview]] article.
Line 14: Line 14:
 
* Sun Solaris 9 on Sparc (using the Sun Forte Compiler or g++)
 
* Sun Solaris 9 on Sparc (using the Sun Forte Compiler or g++)
  
All unix platforms that offer a gmp 4.1.4 or higher and a g++ of at least revision 3.2 should build the CoCoALib without problems.
+
All Unix platforms that offer a gmp 4.1.4 or higher and a g++ of at least revision 3.2 should build the CoCoALib without problems.
  
 
== Contributions to the Library==
 
== Contributions to the Library==
In case you want to contribute something (Code, Examples, Documentation or simply Bugfixes)
+
In case you want to contribute something (code, examples, documentation or simply bug fixes)
please read the article [[Contribute to the Library]].
+
please read the article [[CoCoALib:contribute|Contribute to the Library]].
 
In case you encounter any bugs or problems with the library please tell us, e.g.
 
In case you encounter any bugs or problems with the library please tell us, e.g.
at the [http://cocoa.mathematik.uni-dortmund.de/forum/index.php CoCoA discussion board].
+
at the [http://apcocoa.org/forum/ CoCoA discussion board].
  
 
== Development ==
 
== Development ==
  
For a summary of who's currently doing what in CoCoALib (and some imminent tasks), have a look at the [[CoCoALibTaskTable|CoCoALib Task Table]].
+
For a summary of who's currently doing what in CoCoALib (and some imminent tasks), have a look at the [[CoCoALib:TaskTable|CoCoALib Task Table]].
  
 
[[Category:CoCoA5]]
 
[[Category:CoCoA5]]

Latest revision as of 17:29, 21 January 2010

About

The CoCoALib is a C++ library, implementing all basic routines from CoCoA. It is licensed under the GPL 2.

At the moment the library is still an alpha release (the last publicly released version is 0.96). If you want to become an alpha tester please mail to the developers of CoCoA and ask them and you will get access to the source code. For the details have a look at the Dima CoCoALib page.

To get an overview over the library please have a look at the Class Diagram of the library, or read the Library Overview article.

Supported Platforms

The CoCoALib is tested on the following platforms:

  • MacOSX 10.3 and 10.4 on PowerPC and x86 (using the g++ provided by Apple)
  • Linux running on x86, x86-64 and PPC (g++ or Intel C++)
  • Windows 2000, XP and 2003 on x86 (using MSVC 2003, MSVC 2005, Intel C++ 9.0 or higher or Cygwin) and x86-64 (using MSVC 2005 or Intel C++ 9.0 or higher)
  • Sun Solaris 9 on Sparc (using the Sun Forte Compiler or g++)

All Unix platforms that offer a gmp 4.1.4 or higher and a g++ of at least revision 3.2 should build the CoCoALib without problems.

Contributions to the Library

In case you want to contribute something (code, examples, documentation or simply bug fixes) please read the article Contribute to the Library. In case you encounter any bugs or problems with the library please tell us, e.g. at the CoCoA discussion board.

Development

For a summary of who's currently doing what in CoCoALib (and some imminent tasks), have a look at the CoCoALib Task Table.

Pages in category "CoCoALib"

The following 5 pages are in this category, out of 5 total.