-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Three renamings in `not-autoversion.m4` (macro † `NR_RECORD_HISTORY_RC()` has been renamed to `NR_RECORD_HISTORY_RCO()`, macro † `NR_GET_EVENT_VSTATE_RC()` has been renamed to `NR_GET_EVENT_VSTATE_RCO()`, macro † `NR_FOR_EACH_EVENT_RC()` has been renamed to `NR_FOR_EACH_EVENT_RCO()`) - The `introspect` directory has been added to the repository (for aiding debug) - A new example has been added to the repository (`examples/not-autoversion/reverse-chronological-order`)
- Loading branch information
Showing
24 changed files
with
2,164 additions
and
46 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
11 changes: 11 additions & 0 deletions
11
examples/not-autoversion/reverse-chronological-order/.editorconfig
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
root = true | ||
|
||
[package.json] | ||
charset = utf-8 | ||
indent_style = tab | ||
indent_size = 2 | ||
|
||
[{**.sh,configure.ac,**/Makefile.am,src/foobar.c,src/foobar.h}] | ||
charset = utf-8 | ||
indent_style = tab | ||
indent_size = 4 |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
John Doe <me@example.com> |
675 changes: 675 additions & 0 deletions
675
examples/not-autoversion/reverse-chronological-order/COPYING
Large diffs are not rendered by default.
Oops, something went wrong.
81 changes: 81 additions & 0 deletions
81
examples/not-autoversion/reverse-chronological-order/ChangeLog
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 |
---|---|---|
@@ -0,0 +1,81 @@ | ||
Change Log | ||
========== | ||
|
||
|
||
## 0.1.0 (2018-10-03) | ||
|
||
**Foo Bar Library** has been published. | ||
|
||
|
||
## 1.1.0 (2018-10-21) | ||
|
||
Changes: | ||
|
||
* The public headers have changed | ||
* One or more milestones have been reached | ||
|
||
|
||
## 1.1.1 (2018-10-29) | ||
|
||
Changes: | ||
|
||
* Minor changes in the package | ||
|
||
|
||
## 1.1.2 (2018-11-12) | ||
|
||
Changes: | ||
|
||
* The implementation has been improved | ||
* Minor changes in the package | ||
|
||
|
||
## 1.2.0 (2018-12-03) | ||
|
||
Changes: | ||
|
||
* The implementation has been improved | ||
* The public headers have changed | ||
|
||
|
||
## 1.3.0 (2019-02-14) | ||
|
||
Changes: | ||
|
||
* The interface has changed | ||
* The implementation has been improved | ||
* Minor changes in the package | ||
|
||
|
||
## 1.4.0 (2019-03-22) | ||
|
||
Changes: | ||
|
||
* The interface has changed | ||
|
||
|
||
## 1.5.0 (2019-05-07) | ||
|
||
Changes: | ||
|
||
* The interface has changed | ||
* The implementation has been improved | ||
* Minor changes in the package | ||
|
||
|
||
## 1.6.0 (2019-06-10) | ||
|
||
Changes: | ||
|
||
* The implementation has been improved | ||
* One or more milestones have been reached | ||
|
||
|
||
## 1.7.0 (2019-08-02) | ||
|
||
Changes: | ||
|
||
* The implementation has been improved | ||
* The public headers have changed | ||
* Minor changes in the package | ||
|
1 change: 1 addition & 0 deletions
1
examples/not-autoversion/reverse-chronological-order/ChangeLog.md
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
ChangeLog |
47 changes: 47 additions & 0 deletions
47
examples/not-autoversion/reverse-chronological-order/HISTORY.m4
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 |
---|---|---|
@@ -0,0 +1,47 @@ | ||
NR_RECORD_HISTORY_RCO([[1]], | ||
|
||
dnl *************** 1.7.0 (3:2:3) #1 *************** | ||
[[2019-08-02], | ||
[IMPLEMENTATION], | ||
[HEADERS], | ||
[MISCELLANEA]], | ||
|
||
dnl *************** 1.6.0 (3:1:3) #0 *************** | ||
[[2019-06-10], | ||
[IMPLEMENTATION], | ||
[MILESTONE]], | ||
|
||
dnl *************** 1.5.0 (3:0:3) #0 *************** | ||
[[2019-05-07], | ||
[INTERFACE], | ||
[IMPLEMENTATION], | ||
[MISCELLANEA]], | ||
|
||
dnl *************** 1.4.0 (2:0:2) #0 *************** | ||
[[2019-03-22], | ||
[INTERFACE]], | ||
|
||
dnl *************** 1.3.0 (1:0:1) #0 *************** | ||
[[2019-02-14], | ||
[INTERFACE], | ||
[IMPLEMENTATION], | ||
[MISCELLANEA]], | ||
|
||
dnl *************** 1.2.0 (0:2:0) #2 *************** | ||
[[2018-12-03], | ||
[IMPLEMENTATION], | ||
[HEADERS]], | ||
|
||
dnl *************** 1.1.2 (0:1:0) #1 *************** | ||
[[2018-11-12], | ||
[IMPLEMENTATION], | ||
[MISCELLANEA]], | ||
|
||
dnl *************** 1.1.1 (0:0:0) #1 *************** | ||
[[2018-10-29], | ||
[MISCELLANEA]], | ||
|
||
dnl *************** 1.1.0 (0:0:0) #1 *************** | ||
[[2018-10-21], | ||
[HEADERS], | ||
[MILESTONE]]) |
Oops, something went wrong.