Home
last modified time | relevance | path

Searched refs:ChangeLog (Results 1 - 4 of 4) sorted by relevance

/third_party/json/
H A DMakefile1 .PHONY: pretty clean ChangeLog.md release
33 @echo "ChangeLog.md - generate ChangeLog file"
197 # ChangeLog
200 # Create a ChangeLog based on the git log using the GitHub Changelog Generator
206 ChangeLog.md:
207 github_changelog_generator -o ChangeLog.md --user nlohmann --project json --simple-list --release-url https://github.com/nlohmann/json/releases/tag/%s --future-release $(NEXT_VERSION)
208 $(SED) -i 's|https://github.com/nlohmann/json/releases/tag/HEAD|https://github.com/nlohmann/json/tree/HEAD|' ChangeLog.md
209 $(SED) -i '2i All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).' ChangeLog.md
/third_party/mbedtls/scripts/
H A Dassemble_changelog.py57 # If you edit this, update ChangeLog.d/README.md.
178 class ChangeLog: class
470 changelog = ChangeLog(input_file, TextChangelogFormat)
504 default='ChangeLog.d',
506 ' (default: ChangeLog.d)')
508 default='ChangeLog',
510 ' (default: ChangeLog)')
/third_party/pcre2/pcre2/src/
H A Dpcre2posix.c167 The code below was created for 10.33 (see ChangeLog 10.33 #4) when the
/third_party/mbedtls/tests/scripts/
H A Dall.sh1049 rm -f ChangeLog.new
1050 scripts/assemble_changelog.py -o ChangeLog.new
1051 if [ -e ChangeLog.new ]; then
1054 diff -u ChangeLog ChangeLog.new || true
1055 rm ChangeLog.new

Completed in 10 milliseconds