Commit graph

60 commits

Author SHA1 Message Date
Robert burner Schadek
8450127bd4 std.algo.cmp.levenshtein
* Params
* Returns

quickfur
2015-03-19 16:42:44 +01:00
Robert Schadek
566d431bea Merge pull request #3063 from quickfur/move_docs
Add code examples for std.algorithm.mutation.move.
2015-03-19 01:01:54 +01:00
JakobOvrum
9b92fe7198 Merge pull request #3066 from burner/algo_cmp_among_doc
doc comments for algo.cmp.among
2015-03-19 00:20:01 +01:00
Robert burner Schadek
f8fd5410cc doc comments for algo.cmp.among
lowercase

to search for
2015-03-18 23:37:50 +01:00
H. S. Teoh
5cbcf9bfb2 Turn moveAll and moveSome unittests into ddoc'd unittest examples. 2015-03-18 13:25:54 -07:00
H. S. Teoh
2eb871b418 Add code examples for std.algorithm.mutation.move. 2015-03-18 13:19:27 -07:00
Xinok
4abe95ef5b Fix Issue 14223 2015-03-04 19:15:44 -06:00
Xinok
323b512596 Fix Issue 14223 2015-03-01 15:55:02 -06:00
Ulrich Kuettler
7a9920a4d5 Remove reference entry for template that got moved 2015-02-18 10:46:52 +01:00
Walter Bright
dd00f64095 Merge pull request #2986 from andralex/master
skipOver: no unnecessary decoding
2015-02-16 18:19:11 -08:00
Andrei Alexandrescu
5dd6df0bd3 Merge pull request #2996 from quickfur/std_algo_cleanup
std.algorithm cleanup
2015-02-16 16:50:14 -08:00
Vladimir Panteleev
2c5294b64f Merge pull request #2989 from andralex/posix.mak
Fix name of package documentation: std_xyz_package.html -> std_xyz.html
2015-02-17 00:04:13 +02:00
Andrei Alexandrescu
11b32b56e5 Fix links 2015-02-16 13:39:18 -08: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
Andrei Alexandrescu
836b1ad723 skipOver: no unnecessary decoding 2015-02-15 23:05:57 -08:00
H. S. Teoh
685c27b2d8 Merge pull request #2979 from sinkuu/fix_14149
Issue 14149 - Bad std.algorithm error messages
2015-02-15 07:39:05 -08:00
Andrei Alexandrescu
a894b3d5aa Improved constraints and front() for setUnion 2015-02-14 08:54:18 -08:00
sinkuu
b55c07c63a Move internal stuff to std.algorithm.internal 2015-02-14 14:02:37 +09:00
sinkuu
492ab0df90 Fix Issue 14149 - Bad std.algorithm error messages 2015-02-14 14:02:36 +09:00
Matt Kline
a15d9be6fd Remove unneeded .dup of arrays
See comments from #2974, specifically
https://github.com/D-Programming-Language/phobos/pull/2974#discussion_r24388654
2015-02-12 22:22:58 -08:00
k-hara
1736e6e85c Add missing imports 2015-02-10 20:24:37 +09:00
k-hara
e7b3d834d7 detab and remove trailing whitespaces 2015-02-10 00:56:40 +09:00
Jakob Ovrum
e6b0b458cc Change foreach loop in std.algorithm.searching.find to a for-loop 2015-02-05 20:09:29 +09:00
Walter Bright
dc302d26a4 DIP25: make phobos work with it 2015-01-30 12:02:48 -08:00
Andrei Alexandrescu
271f44e5da Merge pull request #2907 from aG0aep6G/quickindex
[DDoc] add HTML class "quickindex" to manually maintained jump link tables
2015-01-26 21:06:26 -08:00
Dmitry Atamanov
cef5d6927a update3 2015-01-26 21:07:33 +05:00
Dmitry Atamanov
e070cfbfd5 update2 2015-01-26 19:40:25 +05:00
Dmitry Atamanov
a69f9d0d66 update1 2015-01-26 15:33:17 +05:00
Dmitry Atamanov
43286f8074 Modified the implementation of Levenshtein distance so that it now uses less memory and faster in some cases. 2015-01-26 15:31:43 +05: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
Andrei Alexandrescu
ed3776a8c7 Merge pull request #2898 from quickfur/topNIndex
Move topNIndex to std.algorithm.sorting.
2015-01-23 12:16:43 -08:00
H. S. Teoh
0623b98822 Update navigational links. 2015-01-23 11:52:54 -08:00
H. S. Teoh
ab1d304dca Implement aggregate(). 2015-01-23 11:52:54 -08:00
H. S. Teoh
0520fba4f6 Delete evil tab characters that somehow slipped in. 2015-01-23 11:11:47 -08:00
H. S. Teoh
13149ded17 Update navigation links and cheatsheet. 2015-01-23 11:05:19 -08:00
Andrei Alexandrescu
0ffae6824f Merge pull request #2878 from quickfur/new_groupBy
New implementation of groupBy
2015-01-23 09:49:59 -08:00
H. S. Teoh
dfd1c2338f Fixups based on feedback. 2015-01-23 09:01:41 -08:00
H. S. Teoh
f8be0070d7 Bail out if user asks for unimplemented swap strategy. 2015-01-22 14:53:30 -08:00
H. S. Teoh
6347527fc2 Move topNIndex to std.algorithm.sorting.
Improve documentation and add missing sig constraints.
2015-01-22 13:43:57 -08:00
H. S. Teoh
2f0b36f8e4 Delete 6-year-old dead code. 2015-01-22 11:26:43 -08:00
H. S. Teoh
3fb23fa606 Delete commented-out dead code.
Has been dead since 2009.
2015-01-22 11:25:25 -08:00
H. S. Teoh
b9979857c5 New groupBy implementation for forward ranges based on Andrei's design.
Restrict old groupBy implementation to input-only ranges.

Add unittest.

Temporarily disable failing attributes, until RefCounted is repaired to
support `@safe nothrow pure`.
2015-01-22 10:59:38 -08:00
Steven Schveighoffer
8ccd882556 Fix second move overload for issue 13990 2015-01-22 10:23:11 -05:00
H. S. Teoh
bc73d86f31 Merge branch 'master' into split_std_algo_merge
Conflicts:
	std/algorithm.d

Manually apply diff from PR #2876.
2015-01-20 14:33:13 -08:00
H. S. Teoh
398038a1d3 Move cheat sheet entries into respective submodules. 2015-01-20 10:43:50 -08:00
H. S. Teoh
c3d464d1aa Add ddoc headers for submodules. 2015-01-20 10:27:42 -08:00