Commit graph

15296 commits

Author SHA1 Message Date
The Dlang Bot
a0674cdc4b Merge pull request #5772 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-10-09 18:06:10 +02:00
Martin Nowak
8e17e48db5 Merge remote-tracking branch 'upstream/stable' into merge_stable 2017-10-09 17:14:53 +02:00
RazvanN7
a3a9fc5b80 Fix documentation 2017-10-09 16:37:54 +03:00
The Dlang Bot
181efe61db Merge pull request #5767 from jondegenhardt/issue-15735-splitter-emptyrange-doc
Fix issue 15735: Correct splitter documentation when arg is an empty range.
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-10-09 01:34:24 +02:00
The Dlang Bot
e974a88c5e Merge pull request #4272 from ibuclaw/ieeefenvflags
std.math: Use core.stdc.fenv for exception mask values
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-10-09 00:53:04 +02:00
The Dlang Bot
78e4db508f Merge pull request #5768 from ibuclaw/strangeline
std.math: Remove junk comment
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-10-09 00:19:53 +02:00
Iain Buclaw
87087e0f48 std.math: Remove junk comment 2017-10-08 23:42:52 +02:00
Jon Degenhardt
c6ef7c3f5e Fix issue 15735: Correct splitter documentation when argument is an empty range. 2017-10-08 14:10:08 -07:00
Alexandru Jercaianu
d149cd8403 removed isIntegral 2017-10-08 23:15:40 +03:00
Iain Buclaw
74f687c655 std.math: Use core.stdc.fenv for exception mask values 2017-10-08 22:14:20 +02:00
Alexandru Jercaianu
9d1464506a removed unused import 2017-10-08 19:39:24 +03:00
Alexandru Jercaianu
7781aaa7b1 Fix Issue 6244 - Add powmod / modpow function to std.math
addmod for powmod

powm refactor

supports unsigned

added more tests

specify imported symbols

spaces around casts

review comments
2017-10-08 19:37:25 +03:00
Alexandru Jercaianu
c8751b245f Fix Issue 4763 - std.stdio.File.open() : more efficient implementation
added safe to setAppendWin
2017-10-08 18:49:55 +03:00
The Dlang Bot
29a629eb26 Merge pull request #5765 from jmdavis/deprecations
Move some deprecations along.
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-10-08 12:27:58 +02:00
Jonathan M Davis
ae3a69023b Move some deprecations along. 2017-10-08 02:28:30 -06:00
The Dlang Bot
4a57f74267 Merge pull request #5762 from kinke/random
std.random: No equality checks for doc example unittests
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-10-08 07:20:15 +02:00
Martin
8bd0e26c76 std.random: No equality checks for doc example unittests
They depend on the `Random` alias as well as the `real` precision.
2017-10-08 01:33:46 +02:00
The Dlang Bot
2230d5556f Merge pull request #5764 from ibuclaw/mips32
Use MIPS32 version condition instead of MIPS.
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-10-08 01:18:37 +02:00
The Dlang Bot
42a1ee5234 Merge pull request #5607 from wilzbach/enable_runnable_examples
Enable runnable examples - remove the last modules from the blacklist
merged-on-behalf-of: Petar Kirov <ZombineDev@users.noreply.github.com>
2017-10-07 23:51:55 +02:00
Iain Buclaw
061c2a7945 Use MIPS32 version condition instead of MIPS. 2017-10-07 23:33:35 +02:00
Alexandru Jercaianu
ac8bbf42df added trusted to refCountedPayload in docs 2017-10-07 20:55:46 +03:00
The Dlang Bot
472e5b6421 Merge pull request #5760 from icyfork/std_net_curl_fix_example
std.net.curl: Fix getTiming example
merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
2017-10-07 18:19:34 +02:00
Alexandru Jercaianu
d30cda8feb impl is initialized only in constructor 2017-10-07 15:39:37 +03:00
Alexandru Jercaianu
7f6ce8026f added safe in the stddoc block 2017-10-07 12:41:08 +03:00
Alexandru Jercaianu
b7f8edd630 safe at toplevel; replaced strlen with countUntil 2017-10-07 10:57:56 +03:00
Ky-Anh Huynh
1c1c8a6455 std.net.curl: Fix getTiming example 2017-10-07 13:20:22 +07:00
Martin Nowak
8f2a221b9e use ci repo as shared jenkins library 2017-10-06 16:04:07 +02:00
Dmitry Olshansky
41c229647d Need to propagate subCounters
Disable "benchmark" in unittest, it's too volatile
with different compiler flags
Also use GC.addRange/GC.removeRange
2017-10-06 11:20:55 +03:00
The Dlang Bot
0bdd723994 Merge pull request #5749 from kinke/winref
std.windows.registry: Keep Key object alive while iterating over it
merged-on-behalf-of: Vladimir Panteleev <github@thecybershadow.net>
2017-10-05 23:44:49 +02:00
Sebastian Wilzbach
41de215c91 Remove invalid private access by getSymbolsByUDA from unittest 2017-10-05 21:55:33 +02:00
Sebastian Wilzbach
d661120ff3 Fix Issue 16984 - Remove runnable blacklist 2017-10-05 21:55:33 +02:00
Sebastian Wilzbach
5a20f69160 Issue 16984 - Make stdx.allocator.building_blocks.free_list runnable 2017-10-05 21:55:33 +02:00
Sebastian Wilzbach
ff6c0f1dfc Issue 16984 - Make stdx.allocator.building_blocks.quantizer runnable 2017-10-05 21:55:17 +02:00
Sebastian Wilzbach
3cc63005e1 Issue 16984 - Make std.traits runnable 2017-10-05 21:30:13 +02:00
Sebastian Wilzbach
c2d03bf754 Issue 16984 - Make std.stdio runnable 2017-10-05 21:30:13 +02:00
Sebastian Wilzbach
2e96d0654b Issue 16984 - Make std.math runnable 2017-10-05 21:30:13 +02:00
Alexandru Jercaianu
daa79a5b03 removed unused lstatbuf 2017-10-05 13:23:50 +03:00
Alexandru Jercaianu
5e88b67808 minor code refactoring 2017-10-05 13:20:39 +03:00
Sebastian Wilzbach
38b86e66a9 Merge pull request #5756 from jmdavis/deprecate_benchmark
Deprecate old benchmarking functions in std.datetime
2017-10-05 04:16:35 +02:00
Jonathan M Davis
cfaef76d5a Undocument deprecated, public unittest to get circleci to shut up. 2017-10-04 13:09:14 -06:00
Jonathan M Davis
ae67887065 Remove use of std.datetime.StopWatch in std.socket tests. 2017-10-03 22:29:19 -06:00
Jonathan M Davis
85704a5f6e Improve module documentation for std.datetime.stopwatch.
This should make it clearer how to deal with the problems created by
having deprecated symbols in std.datetime.package that conflict with the
ones in std.datetime.stopwatch.
2017-10-03 16:52:04 -06:00
Jonathan M Davis
9b5da5a3ca Fix the indentation on some ddoc comments. 2017-10-03 16:18:02 -06:00
Jonathan M Davis
d35c934560 Deprecate old benchmarking functions in std.datetime. 2017-10-03 16:18:02 -06:00
The Dlang Bot
f0db7802c6 Merge pull request #5751 from pxc/patch-1
Include 's' in the list of valid regex flags
merged-on-behalf-of: Martin Nowak <code@dawg.eu>
2017-10-03 21:10:52 +02:00
The Dlang Bot
f62ca41fc3 Merge pull request #5754 from jmh530/patch-1
Update iteration.d UT comment
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2017-10-03 16:36:20 +02:00
jmh530
4150b2bb84 Update iteration.d UT comment 2017-10-03 09:42:28 -04:00
RazvanN7
99b5fc1809 Add unittest 2017-10-02 11:34:08 +03:00
The Dlang Bot
b26bcb70fb Merge pull request #5753 from dlang/MetaLang-findSplit-doc-to-unittest
Change the findSplit example into a documented unit test
merged-on-behalf-of: MetaLang <MetaLang@users.noreply.github.com>
2017-10-02 04:38:41 +02:00
MetaLang
a9b395d503 Fix tabs 2017-10-01 22:16:41 -03:00