Nick Treleaven
|
281f42d306
|
Fix missing unittests in docs (#8603)
* Fix missing staticArray unittest in docs
Found using https://github.com/dlang/dmd/pull/14527.
* Fix missing FloatRep and DoubleRep unittests in docs
* 2 JSONValue op overloads
* std.random
* detabber
* remove
* std.digest.murmurhash
|
2022-10-17 05:43:13 +08:00 |
|
Alexandru Militaru
|
bb62aaca3d
|
Replaced version (unittest) with version (StdUnittest) to avoid unnecessary overhead when compiling with -unittest
|
2020-01-19 14:05:17 +02:00 |
|
Iain Buclaw
|
fd5facfe04
|
posix.mak: Enforce whitespace before opening parenthesis for version conditions
|
2018-09-22 16:57:24 +02:00 |
|
Sebastian Wilzbach
|
c324714fde
|
Remove a few cases of underscore escaping
|
2018-06-04 13:05:01 +02:00 |
|
Steven Schveighoffer
|
d4a35f09da
|
More removal of version(unittest)
|
2018-04-13 12:20:02 -04:00 |
|
Sebastian Wilzbach
|
42894784dd
|
Markdownify Phobos
$(D word) -> `word`
|
2018-04-02 22:32:47 +02:00 |
|
Sebastian Wilzbach
|
21659561ef
|
Add more public examples to std.digest + add DScanner check
|
2018-03-29 23:03:37 +02:00 |
|
Jack Stouffer
|
663b5b9278
|
Revert addition of StdUnittest
|
2018-02-20 13:32:32 -05:00 |
|
Jack Stouffer
|
18cbb29b04
|
Replaced version(unittest) blocks with version(StdUnittest)
|
2018-02-01 19:56:59 -05:00 |
|
Joakim
|
311bb3b0bf
|
Fix some comments from #5902
|
2018-01-30 19:36:12 +01:00 |
|
Martin
|
d5f710c57e
|
std.digest.murmurhash: Support architectures not allowing unaligned loads
|
2018-01-26 20:16:46 +01:00 |
|
Sebastian Wilzbach
|
df6365092a
|
Replace body keyword with its replacement: do
Automatic replacement with
sed -i "s/^\([ ]*\)body/\1do/" -i **/*.d
|
2017-11-20 15:33:52 +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 |
|
Sebastian Wilzbach
|
5774d017eb
|
Fix issue 16191 - std/digest/digest.d should be renamed to package.d
|
2017-07-10 05:10:53 +02:00 |
|
Andrei Alexandrescu
|
30724e67d9
|
Merge pull request #5166 from wilzbach/dscanner-unittest-safe-or-system
Dscanner: let unittest be @safe or @system
|
2017-02-22 14:44:08 -05:00 |
|
Sebastian Wilzbach
|
a36cec8686
|
DScanner: automatially set all unattributed unittests to @safe or @system
|
2017-02-22 05:42:04 +01:00 |
|
Sebastian Wilzbach
|
425ab667a3
|
Automatically set the range style from a..b -> a .. b
Commands:
sed -E "s/([[:alnum:]])[.][.]([[:alnum:]])/\1 .. \2/g" -i **/*.d
sed -E "s/([[:alnum:]])[.][.] ([[:alnum:]])/\1 .. \2/g" -i **/*.d
sed -E "s/([[:alnum:]]) [.][.]([[:alnum:]])/\1 .. \2/g" -i **/*.d
|
2017-02-22 05:37:31 +01:00 |
|
Ilya Yaroshenko
|
4866f6c79d
|
add Slice.toHash
|
2016-07-31 18:07:42 +02: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 |
|
Guillaume Chatelet
|
b9e338da2e
|
Adding murmurhash3 digest to phobos
|
2016-05-29 15:38:07 +02:00 |
|