Commit graph

7794 commits

Author SHA1 Message Date
Robert Schadek
382a1db4bf Merge pull request #3113 from WalterBright/column-range
upgrade std.string.column to handle ranges and nelSep
2015-03-28 02:50:18 +01:00
Walter Bright
466773dc69 upgrade std.string.column to handle ranges and nelSep 2015-03-27 12:52:07 -07:00
H. S. Teoh
20e62954d3 Merge pull request #3100 from MetaLang/proxy-doc-fixes
Improve documentation for std.typecons.Proxy
2015-03-27 10:09:43 -07:00
H. S. Teoh
f5383ba539 Merge pull request #3110 from WalterBright/column-doc
improve doc for std.string.column
2015-03-26 16:44:12 -07:00
Walter Bright
c5b77ee5ea improve doc for std.string.column 2015-03-26 16:05:25 -07:00
Walter Bright
9675a1cee8 add nelSep 2015-03-26 15:16:44 -07:00
Robert Schadek
9e4dcb0a01 Merge pull request #3101 from MetaLang/tuple-doc-more-fixes
Further improvements for Tuple's documentation
2015-03-26 21:17:28 +01:00
MetaLang
749cc5ca51 Further improvements for Tuple's documentation 2015-03-26 15:54:05 -03:00
Daniel Murphy
283374b78c Merge pull request #3108 from WalterBright/outdent-doc
improve doc for std.string.outdent()
2015-03-26 21:56:58 +11:00
Walter Bright
13ec656ee9 improve doc for std.string.outdent() 2015-03-26 00:12:16 -07:00
Daniel Murphy
8340a413cf Merge pull request #3107 from WalterBright/assumeUTF-doc
improve doc for std.string.assumeUTF
2015-03-26 13:46:23 +11:00
H. S. Teoh
76aec006f6 Merge pull request #3105 from burner/logger_constraint_fix
std.logger defaultLogFunction constraint fix
2015-03-25 18:49:48 -07:00
Walter Bright
d636933656 improve doc for std.string.assumeUTF 2015-03-25 18:10:41 -07:00
H. S. Teoh
bcf0fcecac Merge pull request #3102 from MetaLang/rebindable-add-params
Improve Rebindable documentation
2015-03-25 17:29:19 -07:00
H. S. Teoh
ccccf0f8cf Merge pull request #3104 from MetaLang/alignforsize-doc-fixes
Improve alignForSize Documentation
2015-03-25 16:30:36 -07:00
Robert burner Schadek
0c3fb67ff8 std.logger defaultLogFunction constraint fix
* the defaultLogFunctions were not callable with zero arguments
2015-03-25 23:33:16 +01:00
Robert Schadek
ebb2b8ce5d Merge pull request #2999 from MartinNowak/fix14194
fix Issue 14194 - nothrow emplace for classes needed
2015-03-25 12:40:52 +01:00
Robert Schadek
876900d1f8 Merge pull request #3086 from WalterBright/iota-example
add illuminating example to std.range.iota
2015-03-25 11:43:20 +01:00
Walter Bright
e9b6c84f99 add illuminating example to std.range.iota 2015-03-24 21:11:11 -07:00
MetaLang
71a074d5cb Add Params section to UnqualRef documentation 2015-03-24 21:18:05 -03:00
MetaLang
c67867360d Improve documentation for std.typecons.Proxy 2015-03-24 21:06:42 -03:00
MetaLang
a75afe241d Improve alignForSize Documentation 2015-03-24 06:49:02 -03:00
MetaLang
65921b7739 Improve Rebindable documentation 2015-03-24 06:36:34 -03:00
Steven Schveighoffer
5f1ab79717 Make sure the free'd lineptr doesn't leave a dangling pointer. 2015-03-23 21:30:54 -04:00
JakobOvrum
f9c309feb4 Merge pull request #3083 from rainers/win32coff_fix_unittest
Win32 COFF: fix std.process unittests
2015-03-24 02:00:26 +01:00
H. S. Teoh
b34307abef [Trivial] Add missing comma in std.getopt code example. 2015-03-23 11:52:46 -07:00
Martin Nowak
73b24264da Merge pull request #3089 from andralex/byLine
3x faster byLine implementation on OSX, probably faster on Linux as well
2015-03-23 16:08:36 +01:00
David Nadlinger
ec62f933ab Merge pull request #3068 from burner/algo_cmp_castSwitch
std.algo.cmp.castSwitch docu
2015-03-23 09:44:50 +01:00
Andrei Alexandrescu
37a88bfcf9 Merge pull request #3077 from burner/algo_cmp_max
std.algo.cmp.max docu
2015-03-22 22:54:08 -07:00
Andrei Alexandrescu
27fc16df0d Merge pull request #3065 from burner/algorithm_comparision_dscanner_suggestions
algorithm_comparison maintenance
2015-03-22 22:53:07 -07:00
Andrei Alexandrescu
b7d4dc8da4 Merge pull request #3090 from WebDrake/document-std-complex
Document std.complex.complex with Params and Returns
2015-03-22 22:41:19 -07:00
Andrei Alexandrescu
4d8a213d3a Merge pull request #3092 from cporter/doc/std-zlib-adler
added documentation for std.zlib.adler32
2015-03-22 22:40:38 -07:00
Andrei Alexandrescu
7280580f82 Merge pull request #3093 from cporter/doc/std-zlib-crc32
docs for std.zlib.crc32
2015-03-22 22:40:02 -07:00
Andrei Alexandrescu
6785babcde Merge pull request #3094 from cporter/doc/std-zlib-compress
documentation for std.zlib.compress
2015-03-22 22:39:07 -07:00
Corey Porter
da2ba6a9d4 documentation for std.zlib.compress 2015-03-22 19:36:36 -07:00
Corey Porter
f9eec835db docs for std.zlib.crc32 2015-03-22 18:45:02 -07:00
Corey Porter
f6a954ccbb added documentation for std.zlib.adler32 2015-03-22 17:20:53 -07:00
Andrei Alexandrescu
d41f015c20 FreeBSD also appears to have getdelim 2015-03-22 16:28:09 -07:00
Robert burner Schadek
b720202687 std.algo.cmp.castSwitch
Params and Returns

fix

switch

review fix

a new try
2015-03-23 00:26:06 +01:00
Walter Bright
13199e6192 Merge pull request #3088 from rsw0x/13590
Add stdio.byChunk example
2015-03-22 13:42:33 -07:00
Walter Bright
47a7124ece Merge pull request #3091 from WebDrake/document-std-math
Document std.math.abs with Params and Returns
2015-03-22 13:01:57 -07:00
Walter Bright
a10ddf542c Merge pull request #3085 from Panke/splitLines
Add all line breaking whitespace to splitLines and lineSplitter
2015-03-22 13:00:00 -07:00
Joseph Rushton Wakeling
8d24a51ea0 Document std.math.abs with Params and Returns 2015-03-22 15:44:53 +01:00
Joseph Rushton Wakeling
24c13a6e52 Document std.complex.complex with Params and Returns
The template parameters have been included (with note) in the main
Params list.  The single-parameter version has had its template
parameter name tweaked for consistency.
2015-03-22 15:14:46 +01:00
Tobias Pankrath
537c30b6f0 Add all line breaking whitespace to splitLines and lineSplitter 2015-03-22 11:24:02 +01:00
Andrei Alexandrescu
b3dcb74504 Eliminating most calls to GC.sizeOf also shaves some extra 25% 2015-03-22 00:32:06 -07:00
Andrei Alexandrescu
541e593cdc 3x faster byLine implementation on OSX, probably faster on Linux as well 2015-03-22 00:08:01 -07:00
rsw0x
2621b7fe7e Issue 13590
Add stdio.byChunk example using algorithm.joiner
2015-03-21 18:43:17 -04:00
JakobOvrum
9469e04844 Merge pull request #3072 from quickfur/swap_docs
Use swap() unittests as ddoc'd examples.
2015-03-21 19:53:33 +01:00
Robert burner Schadek
0634a22012 std.algo.cmp.max docu
* Params
* Returns

quickfur

review fixes

comma

quickfur

klickverbot
2015-03-21 13:49:55 +01:00