| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2009-06-10 | 1.6 kB | |
| Totals: 1 Item | 1.6 kB | 0 | |
CONTENTS
1. Introduction
2. Building
3. Installation
4. Documentation
5. Bug reporting
1. Introduction
This library contains generic algorithms from STL and boost.org and other
sources, re-implemented using Instigate's GP methodology, based on modern
principles of Generic Programming.
2. Building
1) Configure the building options:
This step can be omitted.
make setup <config=config_type>
where config_type can be:
- debug
- release
In case if config option is omitted the configuration type will be
set to release.
2) Build the project
make
3) Tests generation and execution
make run
The tests execution results can be found in test_results.txt file.
3. Installation
The following command installs the library to the given <path>:
make install [install_dir=<path>]
In case if install_dir is not specified, then path=/opt/instigate/stl
4. Documentation
<make docs> command generates doxygen documentation.
The source code of the documentation is located in the directory src/doc.
Doxygen also generates documentation from C/C++ code comments.
To see the generated documentation use ./doc/html/index.html.
5. Bug reporting
Instigate web-site is http://www.instigatedesing.com
You can post the bugs and suggestions to opensource@instigate.am
When reporting bugs please specify the following information:
1. Instigate STL application version
2. Platform, compiler, flags info
3. Problem description
4. Steps to reproduce the problem
5. Compile/runtime warnings and errors