Sebastian Wilzbach
18ecb6b72c
Make more modules publicly runnable on dlang.org
2017-01-06 23:29:55 +01:00
Jack Stouffer
67d44e4cdc
Remove package wide std.algorithm imports from Phobos
2016-09-22 08:36:14 +01:00
crimaniak
c66c3208b9
Fix mistake in std.experimental.logger.multilogger unit test
2016-09-19 02:15:29 +03:00
Ľudovít Lučenič
d1064467a0
Typos corrections
...
Sole improvements of documentation.
2016-07-29 23:35:54 +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
Andrei Alexandrescu
9753c3159b
Merge pull request #4411 from wilzbach/kill_web_http
...
Fix broken WEB links
2016-06-15 17:47:43 -04:00
Sebastian Wilzbach
49531e3c73
fix broken web links
...
sed 's/(WEB http:\/\//(WEB /' -i **/*.d
2016-06-07 18:54:17 +02:00
Sönke Ludwig
f07dfe6df0
Add empty doc comments to all public Phobos modules to fix /library/.
...
The DDOX based documentation is configured to only show entities with doc comments and thus hides modules without one. This adds an empty comment to all public Phobos modules that have stayed undocumented so far.
They should probably get a proper documentation with description/license/copyright/.... This just fixes the documentation until then.
2016-06-06 10:53:11 +02:00
anonymous
a3070094d7
Ddoc: add missing UL
2016-06-03 11:10:54 +02:00
Rishub Nagpal
abfd50c473
Updated examples for FileLogger: Logger name parameter has been removed
2016-05-18 15:55:38 -04:00
Dmitry Olshansky
57bcf5f9e9
Merge pull request #4123 from 9il/master
...
Remove unused import from filelogger.d
2016-03-26 21:30:54 +04:00
Ilya Yaroshenko
54ecbd985a
Update filelogger.d
2016-03-26 18:12:47 +02:00
H. S. Teoh
bfd508723b
Merge pull request #3908 from veelo/patch-2
...
Documentation fixes.
2016-01-07 18:10:32 -08:00
H. S. Teoh
25c78fea94
Merge pull request #3902 from burner/std.logger_consolidate_default_loglevel
...
std.logger_consolidate_default_loglevel
2016-01-07 14:44:03 -08:00
Bastiaan Veelo
032ef0fe9e
Merge branch 'stable' of https://github.com/D-Programming-Language/phobos
2016-01-07 23:07:14 +01:00
veelo
3da2fb0bda
Documentation fixes.
2016-01-07 22:03:35 +01:00
Robert burner Schadek
814bb86e7a
std.logger.minor_doc_fix
...
* Bastiian Veelo spelling error from forum
2016-01-07 10:23:41 +01:00
Robert burner Schadek
9a452e7bae
std.logger_consolidate_default_loglevel
...
* change default FileLogger LogLevel to all
* fix minor doc error
2016-01-05 13:07:43 +01:00
Benjamin L. Merritt
5f08c058ab
Changed "Examples:" in Ddoc to "Example:"
2015-12-17 18:32:41 -08:00
k-hara
59989ed68a
fix imports
2015-11-01 23:01:04 +09:00
Dmitry Olshansky
c29a14edd5
Merge pull request #3682 from burner/std.experimental.logger_housekeeping
...
logger housekeeping
2015-10-02 19:36:30 +03:00
Robert burner Schadek
fdf19251ee
structs and classes with @system or @trusted toString methodes did not
...
used to work. This test checks that it does work now
comment fix
2015-10-01 19:49:20 +02:00
Robert burner Schadek
fda33d0b24
logger housekeeping
...
* removed some debug statements
* fixed TODO (because of druntime fix)
2015-10-01 14:41:46 +02:00
Dmitry Olshansky
1e647d9321
Merge pull request #3582 from burner/issue14940
...
fix Issue 14940: Can't call logger with more complex objects
2015-09-02 11:03:42 +03:00
Jonathan M Davis
f3af4ca0f0
Update to logger due to fracSec deprecation in std.datetime.
...
I also fixed it so that it casts to DateTime rather than calling all of
the various properties on SysTime individually, since that's more or
less equivalent to casting to DateTime and getting the property off of
it for each call. I probably never should have put those properties on
SysTime in the first place, though it is more user-friendly in the cases
where you don't care about efficiency. I expect that we _do_ care about
efficiency in the logger however.
2015-08-29 17:03:40 -07:00
Robert burner Schadek
0390fba7e7
fix Issue 14940
...
https://issues.dlang.org/show_bug.cgi?id=14940
format
2015-08-26 10:29:00 +02:00
Joakim
10f2081c5e
Modify remaining tests that create a temporary file in the local directory to use std.file.deleteme, which writes to /tmp or some other absolute path instead
2015-08-13 07:23:39 -05:00
Robert burner Schadek
eb9b3b16f1
logger cleanup2:
...
* random filenames were not the best idea
2015-06-12 11:30:46 +02:00
Andrei Alexandrescu
66c5b91587
package-shared unittest functions should not be under version(unittest)
2015-06-11 23:04:05 -07:00
Robert burner Schadek
ca529d6266
logger clean up
...
* file is not completely the same on win and posix
win again
removed unused import
DmitryOlshansky fix
2015-06-11 13:59:39 +02:00
Lionello Lunesu
8fc047f277
Fixed DDoc warnings
2015-05-30 09:17:43 -06:00
grogancolin
39f86b8cae
Fixed some grammar errors in the help text
2015-05-21 14:26:38 +01:00
Martin Nowak
c01731e0f0
Merge remote-tracking branch 'upstream/stable' into merge_stable
...
Conflicts:
index.d
std/string.d
2015-04-11 00:49:55 +02:00
drug007
fa245b35b9
Typo
2015-04-03 15:08:22 +03:00
Robert burner Schadek
bc0f5254eb
default LogLevel should all be equal
...
less
klickverbot
klickverbot
2015-03-29 20:05:34 +02:00
Paul O'Neil
ce690fe6e3
Typo & grammar fixes
2015-03-27 21:15:46 -04: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
Martin Nowak
92ab2a4154
synchronized (mutex) isn't pure
2015-03-06 21:41:49 +01:00
Martin Nowak
0915442a55
can't synchronize on a const mutex
...
- deprecate MessageBox.isClosed
2015-03-06 21:41:39 +01:00
k-hara
1901f5badb
Fix imports
2015-02-18 00:42:48 +09:00
Robert burner Schadek
2bca140b84
log specification of zero arg call was broken
...
some more
2015-02-10 16:52:47 +01:00
k-hara
611a9a1b9b
fix property enforcement
2015-02-10 01:00:36 +09:00
k-hara
e7b3d834d7
detab and remove trailing whitespaces
2015-02-10 00:56:40 +09:00
H. S. Teoh
6126ae5549
Fix typo
2015-02-07 20:05:44 -08:00
Robert burner Schadek
abfeb94dd0
Update of the package.d doc
...
* Headings make stuff easier to find
* Thread local logger description
tab to whitespace
2015-01-29 19:17:40 +01:00
Robert burner Schadek
5ee9d8724d
unittest to make sure everything is set right
2015-01-26 18:10:55 +01:00
Dicebot
197725e0ee
Add a test case of thread-local logging
2015-01-26 18:21:03 +02:00
Robert burner Schadek
d250e5cc26
Revert "Remove concurrency @trusted workarounds"
...
This reverts commit 299f0183e2661cb2640749a692a3463a0e51c1f9.
thread local forward
thread local default log function forward
nicer imports
forwardMsg must not be final
moved comments to package and started to integerade Martin's log disabling
more compile time function disabling
style and dscanner suggestions
stdThreadLog fix and doc
a lot of updates
* spell fixes
* better tests
* docu changes
docu update
whitespace
moduleLogLevel docu
2015-01-26 16:09:48 +01:00
Dicebot
8a77147276
Relax safety requirements on logging methods
...
Allows logging objects with @system toString
To compensate the change unittest blocks where marked as @safe where
applicable
Remove concurrency @trusted workarounds
Relevant druntime PR has been merged, plain @safe works now
2015-01-25 21:31:24 +01:00
Robert burner Schadek
bb1929b7b5
some more on multilogger
...
doc and style fixes mostly
rebase
2015-01-25 21:31:24 +01:00