view README.md @ 609:40f6b66ec70a

Misc: FreeBSD fix for executable
author David Demelier <markand@malikania.fr>
date Sat, 01 Jul 2017 06:33:51 +0200
parents f48bb09bccc7
children 5bd9424a523a
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      |
| dynlib        | Frozen       | \*\*\*        |
| elapsed-timer | Stable       | \*\*\*        |
| fs            | Experimental | \*            |
| hash          | Frozen       | \*\*\*\*      |
| ini           | Stable       | \*\*\*\*      |
| js            | New          | \*            |
| net           | Experimental | \*\*          |
| options       | New          | \*\*\*        |
| unicode       | Frozen       | \*\*\*        |
| xdg           | Frozen       | \*            |
| zip           | Stable       | \*\*          |