MoonlightSentinel
10981b2aae
Remove deprecated symbols from std.digest.digest
...
The empty file is retained because the module was not deprecated.
2020-04-09 11:35:23 +02:00
Nicholas Lindsay Wilson
516432d185
Fix issue 13471: can't use crc at CTFE
2019-05-23 02:40:46 -04:00
Sebastian Wilzbach
c324714fde
Remove a few cases of underscore escaping
2018-06-04 13:05:01 +02:00
Steven Schveighoffer
6a324db900
Another batch for removing version(unittest)
2018-04-12 16:27:18 -04:00
Sebastian Wilzbach
42894784dd
Markdownify Phobos
...
$(D word) -> `word`
2018-04-02 22:32:47 +02:00
Sebastian Wilzbach
8f86a0d734
Fix if constraints indentation
2018-03-24 13:17:53 +01:00
Jack Stouffer
663b5b9278
Revert addition of StdUnittest
2018-02-20 13:32:32 -05:00
Walter Bright
f4f071cb8e
fix Issue 18397 - Poor implementation of std.conf.hexString results in unintended bloat
2018-02-09 01:18:15 -08:00
Jack Stouffer
18cbb29b04
Replaced version(unittest) blocks with version(StdUnittest)
2018-02-01 19:56:59 -05:00
Sebastian Wilzbach
ec3f5e017c
Replace deprecated hexstrings with std.conv.hexString
...
Basically `s/x"/hexString!"/`
2018-01-23 22:37:10 +01:00
Sebastian Wilzbach
2e2bab3b74
std.digest link cleanup
...
- Convert references to MREFs
- Add source link to std.digest.murmurhash
- Add assert to the examples in std.digest.murmurhash
2017-07-21 03:19:29 +02:00
The Dlang Bot
024858c6de
Merge pull request #5588 from MartinNowak/merge_stable
...
Merge remote-tracking branch 'upstream/stable' into merge_stable
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2017-07-10 06:19:50 +02:00
Sebastian Wilzbach
5774d017eb
Fix issue 16191 - std/digest/digest.d should be renamed to package.d
2017-07-10 05:10:53 +02:00
Sebastian Wilzbach
8cf4593243
Update std.digest BOOKTABLE
2017-07-07 20:22:17 +02:00
Sebastian Wilzbach
d47f9f110d
has_public_example: Add missing public examples to std/digest/crc.d
2017-06-12 04:24:41 +02:00
Sebastian Wilzbach
3afbd28c43
Fix Dscanner errors
2017-06-12 04:24:41 +02:00
Sebastian Wilzbach
9392b4d9c0
Style fix: space after cast(..)
2017-06-12 04:24:41 +02:00
Jack Stouffer
36a02d393d
Moved ddoc unittest block back to its proper position in std.digest.crc
2017-05-22 11:06:38 -04:00
Amaury SECHET
05a4c06029
Remove unittests which makes circle unhappy.
2017-05-21 23:04:28 +02:00
Amaury SECHET
6d4be23e2a
Add more doc
2017-05-21 23:04:28 +02:00
Amaury SECHET
0ea46ff1bd
Make the CRC struct public. It seems like one can't alias a private symbol without making circle unhappy.
2017-05-21 23:04:28 +02:00
Amaury SECHET
a4d9b57cdc
Add ECMA and ISO CRC64 variations
2017-05-21 23:04:28 +02:00
Amaury SECHET
d3e00ae03d
Add crc64 support
2017-05-21 23:04:28 +02:00
Sebastian Wilzbach
a36cec8686
DScanner: automatially set all unattributed unittests to @safe or @system
2017-02-22 05:42:04 +01:00
Sebastian Wilzbach
805c720595
Unify Phobos by ensuring there's always a space after cast(...)
...
Command:
sed -E 's/([^"])cast\(([^)]*?)\)([[:alnum:]])/\1cast(\2) \3/g' -i **/*.d
2017-02-21 16:40:20 +01:00
Sebastian Wilzbach
87dec58a41
DStyle: Constraints on declarations should have the same indentation level
2017-02-17 07:36:23 +01:00
Martin Nowak
382f9d28f8
faster CRC32 implementation
...
- use slicing by 8 algorithm with bigger precomputed tables
- roughly 4x faster
2017-01-08 03:21:45 +01:00
Sebastian Wilzbach
ec47ac4224
Remove the WEB macro in favor of HTTP
...
replacement: sed 's/\$(WEB/\$(HTTP/g' -i **/*.d
2016-06-16 00:14:51 +02:00
anonymous
d648f9320e
XREF_PACK -> REF (sed)
...
Done by:
from='\$\(XREF_PACK\s+([^(),]*),\s*([^(),]*),\s*([^(),]*)\)'
to='$(REF \3, std,\1,\2)'
(find . -type f -name "*.d" -print0; \
find . -type f -name "*.dd" -print0) | \
xargs -0 sed -i -r "s/$from/$to/g"
2016-05-27 21:32:46 +02:00
Sebastian Wilzbach
18b8abf60a
remove the deprecated wiki macros
2016-05-27 05:52:23 +02:00
Sebastian Wilzbach
3d67cd228c
style fix: space between operators
2016-04-26 22:26:20 +03:00
anonymous
b28962635f
fix package XREFs
...
Also add escaping underscores in some places, and rewrap to 80 columns
where touching anyway.
2015-06-15 22:30:41 +02:00
Marc Schütz
e42c27242e
Add closing ")" in ddoc
2015-04-18 10:07:48 +02:00
Walter Bright
75d33a3395
Improve documentation for std.digest.crc.crc32Of
2015-04-07 18:16:49 -07:00
anonymous
9309f2b142
[DDoc] add HTML class "quickindex" to manually maintained jump link tables
2015-01-26 11:19:05 +01:00
Andrei Alexandrescu
cb044b02aa
Verbatim-related changes in phobos
2015-01-12 00:05:36 -08:00
Andrei Alexandrescu
a13cee766d
Ensure each module has a description at the top.
2015-01-11 14:14:29 -08:00
Ilya Yaroshenko
cd76ad7ac3
std.digest.*: clean imports
2014-11-10 15:00:44 +03:00
Geod24
0fb95b8c27
Usage of WEB macro for License everywhere
2014-10-15 11:30:42 +02:00
sinkuu
93dce5dfb9
Add @nogc
to std.digest.crc
2014-08-22 17:01:44 +09:00
k-hara
b391b2ec9f
Convert to new alias syntax
2014-02-11 15:27:05 +09:00
Daniel Murphy
a656f26e9e
Remove use of automatic adjacent string literal concatenation from phobos
2014-01-20 03:42:21 +11:00
Geod24
8dc683674e
Turned Examples section in std.digest.* into documented unittest
2013-12-17 13:57:44 +01:00
Johannes Pfau
6ff6adc5bf
Add new hash API
...
* adds the new API used for hashes/digests
* adds new crc & md modules using this API
* deprecate std.md5 & crc32
* update std.stream to use new hash API
2012-09-16 12:25:43 +02:00