ChangeLog is not updated anymore, refer to commits.

This commit is contained in:
Vincent Richard 2017-01-02 21:45:03 +01:00
parent c53e914ea5
commit 3f9190089a
2 changed files with 2 additions and 1123 deletions

1111
ChangeLog

File diff suppressed because it is too large Load Diff

14
HACKING
View File

@ -7,8 +7,7 @@ or recommendations, but strict rules.
1.1. Language 1.1. Language
1.2. Unit tests 1.2. Unit tests
1.3. Version Control 1.3. Version Control
1.4. ChangeLog 1.4. Warnings
1.5. Warnings
2. Style, indentation and braces 2. Style, indentation and braces
2.1. Indentation 2.1. Indentation
2.2. Brace position 2.2. Brace position
@ -61,16 +60,7 @@ changes have been done.
DO NOT use commit messages like -m "Updated"! DO NOT use commit messages like -m "Updated"!
1.4. ChangeLog 1.4. Warnings
--------------
ChangeLog must be updated when a major change has occured. It is not required
(but not forbidden) to report minor bug fixes in the ChangeLog.
Each ChangeLog entry must have an author and a date.
1.5. Warnings
------------- -------------
The code should compile WITHOUT ANY WARNING, even those for unused parameters! The code should compile WITHOUT ANY WARNING, even those for unused parameters!