Home
last modified time | relevance | path

Searched refs:changelog (Results 1 – 25 of 231) sorted by relevance

12345678910

/third_party/ejdb/cmake/Modules/
DDebChangelog.cmake4 # CHANGELOG_LAST_VERSION - Last changelog version
5 # CHANGELOG_LAST_VERSION_MAJOR - Last changelog major version
6 # CHANGELOG_LAST_VERSION_MINOR - Last changelog minor version
7 # CHANGELOG_LAST_VERSION_PATCH - Last changelog patch version
8 # CHANGELOG_LAST_MESSAGE - Last changelog description
16 message(FATAL_ERROR "Missing required project changelog file: ${DEB_CHANGELOG}")
18 message("Missing project changelog file: ${DEB_CHANGELOG}")
22 message(STATUS "Using project changelog file: ${DEB_CHANGELOG}")
54 message(FATAL_ERROR "Invalid changelog file: ${DEB_CHANGELOG}")
DUploadPPA.cmake29 # changelog in debian format. If not set it checks whether a file
30 # debian/changelog exists in the source directory or creates a simply changelog
33 # entry to the changelog with the current version number and distribution name
35 # version number from the changelog and the version number set in
38 ## A.Hoarau : CHANGELOG_MESSAGE can be used to pass a custom changelog message
53 # the changelog.
218 # debian/changelog
219 set(debian_changelog ${DEBIAN_SOURCE_DIR}/debian/changelog)
221 set(CPACK_DEBIAN_RESOURCE_FILE_CHANGELOG ${CMAKE_SOURCE_DIR}/debian/changelog)
/third_party/iowow/cmake/Modules/
DDebChangelog.cmake4 # CHANGELOG_LAST_VERSION - Last changelog version
5 # CHANGELOG_LAST_VERSION_MAJOR - Last changelog major version
6 # CHANGELOG_LAST_VERSION_MINOR - Last changelog minor version
7 # CHANGELOG_LAST_VERSION_PATCH - Last changelog patch version
8 # CHANGELOG_LAST_MESSAGE - Last changelog description
16 message(FATAL_ERROR "Missing required project changelog file: ${DEB_CHANGELOG}")
18 message("Missing project changelog file: ${DEB_CHANGELOG}")
22 message(STATUS "Using project changelog file: ${DEB_CHANGELOG}")
54 message(FATAL_ERROR "Invalid changelog file: ${DEB_CHANGELOG}")
DUploadPPA.cmake29 # changelog in debian format. If not set it checks whether a file
30 # debian/changelog exists in the source directory or creates a simply changelog
33 # entry to the changelog with the current version number and distribution name
35 # version number from the changelog and the version number set in
38 ## A.Hoarau : CHANGELOG_MESSAGE can be used to pass a custom changelog message
53 # the changelog.
218 # debian/changelog
219 set(debian_changelog ${DEBIAN_SOURCE_DIR}/debian/changelog)
221 set(CPACK_DEBIAN_RESOURCE_FILE_CHANGELOG ${CMAKE_SOURCE_DIR}/debian/changelog)
/third_party/boost/libs/spirit/doc/x3/html/
Dspirit_x3_HTML.manifest40 spirit_x3/changelog.html
41 spirit_x3/changelog/spirit_3_0_7.html
42 spirit_x3/changelog/spirit_3_0_6.html
43 spirit_x3/changelog/spirit_3_0_5.html
44 spirit_x3/changelog/spirit_3_0_4_boost_1_71.html
45 spirit_x3/changelog/spirit_3_0_4.html
46 spirit_x3/changelog/spirit_3_0_3.html
47 spirit_x3/changelog/spirit_3_0_2.html
48 spirit_x3/changelog/spirit_3_0_1.html
/third_party/mbedtls/ChangeLog.d/
D00README.md1 # Pending changelog entry directory
3 This directory contains changelog entries that have not yet been merged
4 to the changelog file ([`../ChangeLog`](../ChangeLog)).
6 ## What requires a changelog entry?
8 Write a changelog entry if there is a user-visible change. This includes:
18 We generally don't include changelog entries for:
25 Until Mbed TLS 2.24.0, we required changelog entries in more cases.
26 Looking at older changelog entries is good practice for how to write a
27 changelog entry, but not for deciding whether to write one.
31 A changelog entry file must have the extension `*.txt` and must have the
[all …]
/third_party/node/deps/npm/node_modules/which/
DCHANGELOG.md32 * Prevent changelog script from being included in package
45 * bullet items in changelog that contain (but don't start with) #
49 * strip 'update changelog' changelog entries out of changelog
53 * make the changelog bulleted
57 * make a changelog, and keep it up to date
/third_party/python/Lib/distutils/command/
Dbdist_rpm.py153 self.changelog = None
230 self.changelog = self._format_changelog(self.changelog)
262 print("changelog =", self.changelog)
552 if self.changelog:
556 spec_file.extend(self.changelog)
560 def _format_changelog(self, changelog): argument
563 if not changelog:
564 return changelog
566 for line in changelog.strip().split('\n'):
/third_party/node/tools/doc/
Dversions.mjs38 let changelog;
41 changelog = readFileSync(file, { encoding: 'utf8' });
44 changelog = await getUrl(url);
51 changelog = readFileSync(file, { encoding: 'utf8' });
59 while ((match = versionRE.exec(changelog)) != null) {
/third_party/node/deps/npm/node_modules/bluebird/
Dchangelog.md1 [http://bluebirdjs.com/docs/changelog.html](http://bluebirdjs.com/docs/changelog.html)
/third_party/protobuf/
Dupdate_version.py285 changelog = Find(root, 'changelog')
286 for old_version in changelog.getElementsByTagName('version'):
292 changelog.appendChild(document.createTextNode(' '))
307 changelog.appendChild(release)
308 changelog.appendChild(document.createTextNode('\n '))
/third_party/node/deps/npm/node_modules/es-to-primitive/
DMakefile38 .PHONY: _ensure-changelog
39 _ensure-changelog:
49 release: _ensure-tag _ensure-changelog _ensure-clean
/third_party/node/deps/npm/node_modules/is-callable/
DMakefile38 .PHONY: _ensure-changelog
39 _ensure-changelog:
49 release: _ensure-tag _ensure-changelog _ensure-clean
/third_party/node/deps/npm/node_modules/is-symbol/
DMakefile38 .PHONY: _ensure-changelog
39 _ensure-changelog:
49 release: _ensure-tag _ensure-changelog _ensure-clean
/third_party/node/deps/npm/node_modules/object.getownpropertydescriptors/
DMakefile38 .PHONY: _ensure-changelog
39 _ensure-changelog:
49 release: _ensure-tag _ensure-changelog _ensure-clean
/third_party/node/deps/npm/node_modules/is-date-object/
DMakefile38 .PHONY: _ensure-changelog
39 _ensure-changelog:
49 release: _ensure-tag _ensure-changelog _ensure-clean
/third_party/node/deps/npm/node_modules/es-abstract/
DMakefile38 .PHONY: _ensure-changelog
39 _ensure-changelog:
49 release: _ensure-tag _ensure-changelog _ensure-clean
/third_party/node/deps/npm/node_modules/is-regex/
DMakefile38 .PHONY: _ensure-changelog
39 _ensure-changelog:
49 release: _ensure-tag _ensure-changelog _ensure-clean
/third_party/node/deps/npm/bin/
Dnpm-cli.js113 const changelog = `https://github.com/npm/cli/releases/tag/v${latest}`
123 useColor ? color.cyan(changelog) : changelog
/third_party/libexif/
DMakefile.am31 .PHONY: git-changelog
32 git-changelog: $(srcdir)/ChangeLog.git
/third_party/boost/libs/numeric/ublas/
DChangelog9 * changed the changelog file for GNU format
20 * Added changelog
/third_party/mbedtls/scripts/
Dassemble_changelog.py419 def finish_output(changelog, output_file, input_file, merged_files): argument
432 changelog.write(output_temp)
459 changelog = ChangeLog(input_file, TextChangelogFormat)
466 changelog.add_file(input_file)
467 finish_output(changelog, options.output, options.input, files_to_merge)
/third_party/node/tools/rpm/
Dnode.spec103 %changelog
108 - Fix paths for changelog and manpage
/third_party/gettext/
D.gitattributes1 ChangeLog merge=merge-changelog
/third_party/boost/libs/numeric/ublas/IDEs/qtcreator/
Dublas_develop.pro4 OTHER_FILES += ../../changelog.txt

12345678910