comparison README.md @ 648:5bd9424a523a

misc: extreme cleanup
author David Demelier <markand@malikania.fr>
date Thu, 04 Oct 2018 21:17:55 +0200
parents f48bb09bccc7
children 4d90d8d138c3
comparison
equal deleted inserted replaced
647:0557eea4d373 648:5bd9424a523a
1 # Common code 1 # Common code
2 2
3 This repository contains common code reusable in C++. 3 This repository contains common code reusable in C++.
4
5 ## Status
6
7 The following status are defined:
8
9 - **Frozen**, the module will not changed and only have bugfixes,
10 - **Stable**, the module is stable but may still change a little bit,
11 - **Testing**, the module is being tested and may change,
12 - **Experimental**, the module is new and completely experimental or unstable,
13 - **New**, the module is completely new.
14
15 | Module | Status | Tests quality |
16 |---------------|--------------|---------------|
17 | base64 | Frozen | \*\*\*\*\* |
18 | converter | Experimental | no tests |
19 | date | Experimental | no tests |
20 | dynlib | Frozen | \*\*\* |
21 | elapsed-timer | Stable | \*\*\* |
22 | fs | Experimental | \* |
23 | hash | Frozen | \*\*\*\* |
24 | ini | Stable | \*\*\*\* |
25 | js | New | \* |
26 | net | Experimental | \*\* |
27 | options | New | \*\*\* |
28 | unicode | Frozen | \*\*\* |
29 | xdg | Frozen | \* |
30 | zip | Stable | \*\* |