Home
last modified time | relevance | path

Searched refs:versionstamp (Results 1 – 23 of 23) sorted by relevance

/dports/www/lighttpd/lighttpd-1.4.63/src/
H A DMakefile.am21 .PHONY: versionstamp parsers
23 versionstamp: target
24 @test -f versionstamp.h || touch versionstamp.h; \
30 echo "#define REPO_VERSION \"-devel-$$REVISION\"" > versionstamp.h.tmp; \
32 echo "#define REPO_VERSION \"\"" > versionstamp.h.tmp; \
34 if ! diff versionstamp.h.tmp versionstamp.h >/dev/null 2>/dev/null; then \
35 mv versionstamp.h.tmp versionstamp.h; \
37 rm versionstamp.h.tmp; \
47 BUILT_SOURCES = parsers versionstamp
49 CLEANFILES = versionstamp.h versionstamp.h.tmp lemon$(BUILD_EXEEXT)
H A DMakefile.in1573 BUILT_SOURCES = parsers versionstamp
1575 CLEANFILES = versionstamp.h versionstamp.h.tmp lemon$(BUILD_EXEEXT)
5756 .PHONY: versionstamp parsers
5758 versionstamp:
5759 @test -f versionstamp.h || touch versionstamp.h; \
5765 echo "#define REPO_VERSION \"-devel-$$REVISION\"" > versionstamp.h.tmp; \
5767 echo "#define REPO_VERSION \"\"" > versionstamp.h.tmp; \
5769 if ! diff versionstamp.h.tmp versionstamp.h >/dev/null 2>/dev/null; then \
5770 mv versionstamp.h.tmp versionstamp.h; \
5772 rm versionstamp.h.tmp; \
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/
H A Dbts.pl3134 my $versionstamp = '';
3157 $versionstamp ||= 0;
3167 if (old_cache_format_version($versionstamp)) {
3200 $versionstamp);
4013 my $versionstamp = undef;
4016 ($timestamp, $versionstamp) = split /;/,
4025 ($timestamp, $versionstamp) = split /;/,
4032 return wantarray ? ($timestamp, $versionstamp) : $timestamp;
4039 my $versionstamp = shift || $version;
4042 $timestamp{ $thing . $thgopts } = "$timestamp;$versionstamp";
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/design/
H A Dtuple.md162 ### **80 Bit versionstamp**
176versionstamp typecodes are reserved for ongoing work adding compatibility between the tuple layer …
/dports/java/java-subversion/subversion-1.14.1/tools/dev/windows-build/
H A DMakefile55 @echo Available targets: newfiles versionstamp
75 versionstamp: target
/dports/devel/py-subversion/subversion-1.14.1/tools/dev/windows-build/
H A DMakefile55 @echo Available targets: newfiles versionstamp
75 versionstamp: target
/dports/security/subversion-gnome-keyring/subversion-1.14.1/tools/dev/windows-build/
H A DMakefile55 @echo Available targets: newfiles versionstamp
75 versionstamp: target
/dports/devel/p5-subversion/subversion-1.14.1/tools/dev/windows-build/
H A DMakefile55 @echo Available targets: newfiles versionstamp
75 versionstamp: target
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/documentation/sphinx/source/old-release-notes/
H A Drelease-notes-520.rst58 * Updated the SET_VERSIONSTAMPED_VALUE atomic operation to place the versionstamp at a specified of…
71 * Client input validation would handle inputs to versionstamp mutations incorrectly if the API vers…
92 * Python: Correctly thread the versionstamp offset when there are incomplete versionstamps within n…
H A Drelease-notes-410.rst30 * Added a new API function for determining the value to which atomic versionstamp operations in a t…
H A Drelease-notes-510.rst163 * Add versionstamp support to the Tuple layer in Java and Python. <rdar://problem/25560444>
H A Drelease-notes-610.rst58 …fter a restore could have been lower than the restore version, making versionstamp operations get …
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/
H A Dcoffelf.c45 u16 versionstamp; member
147 WordSwap(aout_header.versionstamp); in MappedMemoryLoadCoff()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/docs/rfcs/
H A D006-mango-fdb.md95 …ing database, the index will be updated in a background job up to the versionstamp that the index …
97 1. Save index to the database, along with a creation versionstamp and set the index status to `buil…
99 …s will keep processing the changes read until it reaches the creation versionstamp. Once it reache…
H A D007-background-jobs.md232 monitor`. It periodically watches a per-type versionstamp-ed key, then scans
239 a per-type versionstamp-ed watch to monitor which jobs have updated since
259 * Update `"pending"` watch for the type with a new versionstamp and bump its
H A D008-map-indexes.md75 …created for the index to be built up to the change sequence, creation versionstamp, that the index…
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/java/src/main/com/apple/foundationdb/tuple/
H A DTupleUtil.java763 Versionstamp versionstamp = (Versionstamp)item; in getPackedSize() local
764 if(!versionstamp.isComplete()) { in getPackedSize()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/documentation/sphinx/source/
H A Dapi-common.rst.inc130versionstamp for the transaction. This key must be at least 14 bytes long. The final 4 bytes will …
136versionstamp for the transaction. This parameter must be at least 14 bytes long. The final 4 bytes…
139 …A versionstamp is a 10 byte, unique, monotonically (but not sequentially) increasing value for eac…
176 .. |transaction-get-versionstamp-blurb| replace::
177 …Returns a future which will contain the versionstamp which was used by any versionstamp operations…
H A Dapi-python.rst761 |infrequent| |transaction-get-versionstamp-blurb|
1081 versionstamp information at commit time so that when the key is re-read and deserialized, the
1156 Used to represent values written by versionstamp operations within the tuple layer. This
1214 the versionstamp is assigned a (constant) default user version value.
1235 Produces a serialized byte string corresponding to this versionstamp. It will have length 12 and
H A Dapi-c.rst711 …|future-return0| the versionstamp which was used by any versionstamp operations in this transactio…
H A Dapi-ruby.rst710 |infrequent| |transaction-get-versionstamp-blurb|
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/bindingtester/spec/
H A DbindingApiTester.md301 append the position of the first incomplete versionstamp as if the byte
303 are no incomplete versionstamp instances, then this pushes the literal byte
/dports/www/lighttpd/lighttpd-1.4.63/
H A DNEWS1237 * [build] remove svnversion from versionstamp rule
2815 * Make dependency on svnversion/git optional (for devel versionstamp, fixes #2009)