view README.md @ 525:17a733c5661a

Unicode: resurrection
author David Demelier <markand@malikania.fr>
date Wed, 01 Jun 2016 17:13:26 +0200
parents becd06089e8f
children 3b62482f929e
line wrap: on
line source

# Common code

This repository contains common code reusable in C++.

## Status

The following status are defined:

- **Frozen**, the module will not changed and only have bugfixes,
- **Stable**, the module is stable but may still change a little bit,
- **Testing**, the module is being tested and may change,
- **Experimental**, the module is new and completely experimental or unstable,
- **New**, the module is completely new.

| Module       | Status       | Tests quality |
|--------------|--------------|---------------|
| Base64       | Frozen       | \*\*\*        |
| Converter    | Experimental | no tests      |
| Date         | Experimental | no tests      |
| Directory    | Stable       | \*\*\*        |
| Dynlib       | Frozen       | \*\*\*        |
| Format       | New          | no tests      |
| Hash         | Frozen       | \*\*\*        |
| Ini          | Stable       | \*\*\*        |
| Js           | New          | \*\*          |
| Json         | Stable       | \*\*\*        |
| OptionParser | Testing      | \*\*\*        |
| Socket       | Experimental | \*            |
| Treenode     | Frozen       | \*\*\*        |
| Unicode      | Frozen       | \*\*\*        |
| Xdg          | Frozen       | \*            |
| Zip          | Testing      | \*\*          |