-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update ChangeLog * meson: set version to 0.3.0, comment out sanitizer * Doxyfile: No to inline sources, yes to source_browser * Add more info to README * tests: Add skip_attributes
- Loading branch information
Showing
31 changed files
with
879 additions
and
240 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
Release Notes for v0.3.0 | ||
|
||
will be added here before the upcoming release. | ||
This version introduces breaking changes. Please see example.c in the source | ||
root directory for usage. | ||
|
||
Notable changes: | ||
|
||
* Use dynamic memory allocation for keys, values, and attributes. | ||
* canfigger_free() replaced with canfigger_free_current_key_node_advance() | ||
* canfigger_free_attr() removed | ||
* use 'canfigger_free_current_attr_str_advance()' instead of | ||
'list->attr_node = list->attr_node->next' | ||
* In meson.build, rename dep_canfigger->canfigger_dep | ||
* lines starting with '[' are ignored |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.