DanutAldea
cce4c938dd
Fix Issue 20397
2023-02-01 00:44:25 +01:00
Ate Eskola
d944ca79a5
Fix Issue 13595 - added splitWhen ( #7794 )
...
Fix Issue 13595 - added splitWhen
merged-on-behalf-of: Razvan Nitu <RazvanN7@users.noreply.github.com>
2021-03-18 15:27:34 +01:00
Sebastian Wilzbach
c324714fde
Remove a few cases of underscore escaping
2018-06-04 13:05:01 +02:00
David Bennett
defa033825
[trivial] Add mean to the doc index of std.algorithm and std.algorithm.iteration.
2018-05-26 17:50:32 +09:30
Sebastian Wilzbach
41d158f4c7
Add substitute for lazy replacements
2018-01-25 09:30:33 +01:00
Sebastian Wilzbach
fc0c29f3a2
Markdownify std.algorithm
...
Done with: https://github.com/wilzbach/dscanner-fix/blob/master/d_code_markdown.d
2017-12-29 01:17:40 +01:00
RazvanN7
dc648c5b38
Add documentation and unittests regarding multisets
2017-07-21 10:12:16 +03:00
Sebastian Wilzbach
e7111d4fd0
Fix invalid undefined Ddoc macros
2017-06-15 11:00:47 +02:00
Sebastian Wilzbach
61717ecc7d
Sort imports
2017-06-12 07:54:38 +02:00
Jonathan M Davis
07fddbb388
Move deprecations along.
2017-05-07 11:27:48 +02:00
Jack Stouffer
1bcba2a993
Merge pull request #5213 from wilzbach/make-std-algorithm-table-more-digestable
...
Issue 17232 - make std.algorithm table more digestable
2017-03-07 15:56:33 -05:00
The Dlang Bot
8146e88326
Merge pull request #5210 from wilzbach/std-algorithm-disable-quick-index
...
std.algorithm: remove quickIndex, fix outdated book tables & HTML links
merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
2017-03-03 15:35:24 +01:00
Jack Stouffer
2e90b8ba16
Remove unused debug writelns in std.algorithm
2017-03-01 09:47:27 -05:00
Sebastian Wilzbach
b3bf38e6d6
std.algorithm: remove quickIndex, fix outdated book tables & HTML links
2017-03-01 03:59:48 +01:00
Sebastian Wilzbach
9c52725756
[SQUASH] add setops ref in parentheses
2017-02-28 22:56:22 +01:00
Sebastian Wilzbach
bc7d20a638
Issue 17232 - make std.algorithm table more digestable
2017-02-28 17:32:51 +01:00
Sebastian Wilzbach
d8c5437d36
Add new min/maxIndex symbols to booktables
2016-12-21 10:51:16 +01:00
Ilya Yaroshenko
b6f03d4b89
Revert "Add new function std.algorithm.iteration : cumulativeSum"
2016-11-10 08:38:43 +02:00
e-y-e
aa74a62937
Add std.algorithm.iteration : cumulativeSum
2016-11-07 17:39:34 +00:00
Sebastian Wilzbach
501a1d5f41
fix issue 15960 - deprecate setUnion in favor of merge
2016-08-28 17:51:29 +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
Sönke Ludwig
e43ac92e69
Use REF_ALTTEXT for overview table symbol links. See issue 14403.
2016-06-02 22:11:11 +02:00
Sebastian Wilzbach
18b8abf60a
remove the deprecated wiki macros
2016-05-27 05:52:23 +02:00
Sebastian Wilzbach
89a2dd5f11
use mref macro instead of link2
2016-05-16 03:30:08 +03:00
Dmitry Olshansky
85f9e816da
Merge pull request #3972 from dcarp/std_algorithm_iteration_scan
...
Add std.algorithm.iteration.cumulativeFold
2016-04-29 16:18:55 +04:00
Dmitry Olshansky
18dfffa07d
Merge pull request #4221 from wilzbach/min_max_element
...
std.algorithm: {min,max}Element for a single range
2016-04-28 17:13:24 +04:00
Dragos Carp
5a9cedf1bd
Add std.algorithm.iteration.cumulativeFold
2016-04-27 22:12:32 +02:00
Sebastian Wilzbach
e3d0aa9724
std.algorithm: {min,max}Element for a single range
2016-04-27 04:40:11 +03:00
Sebastian Wilzbach
95cb575338
add isStrictlyMonotonic for ranges
2016-04-20 22:57:44 +03:00
Brian Schott
9e2c241f51
Merge pull request #4131 from greenify/ordered_to_package_booktable
...
add std.algorithm.sorting {ordered,strictlyOrdered} to std.algorithm booktable
2016-03-29 16:43:53 -07:00
Sebastian Wilzbach
3f0db27026
add std.algorithm.sorting {ordered,strictlyOrdered} to std.algorithm booktable
2016-03-29 21:30:25 +03:00
Sebastian Wilzbach
1acba2b257
Suggest bracket-free template syntax in the doc of std.algorithm
2016-03-29 19:32:11 +03:00
Jakob Øvrum
22a90f904e
Tweak std.algorithm.comparison.either docs and add to package doc table
2016-03-06 22:45:06 +09:00
Atila Neves
5d0ff1e1e5
Introduce "fold" as an alternative to "reduce"
2016-02-26 18:36:34 +01:00
Jonathan M Davis
c3cd933131
Moving deprecations along.
...
This is mostly just putting dates on existing deprecations that were
missing dates, but it does remove a few things that have been deprecated
long enough to be removed.
2016-02-10 16:43:25 -08:00
Andrei Alexandrescu
eba4817874
Add maxCount and maxPos
2016-01-20 12:12:41 -05:00
Matt Kline
dae8f5e993
Mention lambda predicates in std.algorithm
2015-09-24 17:12:28 -07:00
Jack Stouffer
6daa283986
fixed issue 12752
2015-09-17 13:03:09 -04:00
Vladimir Panteleev
6079e23d82
std.algorithm.iteration: Add permutations (fix issue 13596)
2015-07-12 03:38:49 +00:00
H. S. Teoh
fa297af0e6
Merge pull request #3005 from Poita/Issue14183
...
Fix Issue 14183 - Changes to groupBy
2015-03-19 13:04:07 -07:00
Peter Alexander
c6520969ea
Fix Issue 14183 - Changes to groupBy
...
* Renamed `groupBy` to `chunkBy`
* Undocumented `aggregate`
* Added `groupBy` member function to `SortedRange`
* Unary `chunkBy` returns tuple of key and chunk.
https://issues.dlang.org/show_bug.cgi?id=14183
2015-02-18 21:21:27 +00:00
Ulrich Kuettler
7a9920a4d5
Remove reference entry for template that got moved
2015-02-18 10:46:52 +01:00
H. S. Teoh
4208a0d9fc
Deprecation message.
2015-02-16 13:26:08 -08:00
H. S. Teoh
22a68697f3
Forwarding alias to new location of forward().
2015-02-16 13:04:09 -08:00
H. S. Teoh
873f448ef3
Move SortOutput to std.algorithm.sorting.
2015-02-16 10:58:31 -08:00
H. S. Teoh
a43e8d22cd
Move 'forward' to std.functional.
2015-02-16 10:54:58 -08:00
sinkuu
b55c07c63a
Move internal stuff to std.algorithm.internal
2015-02-14 14:02:37 +09:00
Walter Bright
dc302d26a4
DIP25: make phobos work with it
2015-01-30 12:02:48 -08:00
anonymous
9309f2b142
[DDoc] add HTML class "quickindex" to manually maintained jump link tables
2015-01-26 11:19:05 +01:00
Andrei Alexandrescu
58be104aa0
Merge pull request #2899 from quickfur/aggregate
...
Implement aggregate().
2015-01-23 13:18:22 -08:00