[phobos] [D-Programming-Language/phobos] 428f04: Move std.paralellism from bool args to Flags
GitHub via phobos
phobos at puremagic.com
Sat May 16 17:40:24 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 428f04138bce3702e4ba248afa8e117a9c1c8573
https://github.com/D-Programming-Language/phobos/commit/428f04138bce3702e4ba248afa8e117a9c1c8573
Author: Matt Kline <matt at bitbashing.io>
Date: 2015-05-14 (Thu, 14 May 2015)
Changed paths:
M std/parallelism.d
Log Message:
-----------
Move std.paralellism from bool args to Flags
Commit: f6cf4b50ff1bf622e44f20c7276ac9d7f1ba9815
https://github.com/D-Programming-Language/phobos/commit/f6cf4b50ff1bf622e44f20c7276ac9d7f1ba9815
Author: Matt Kline <matt at bitbashing.io>
Date: 2015-05-14 (Thu, 14 May 2015)
Changed paths:
M std/file.d
Log Message:
-----------
Make dirEntries use Flag instead of bool
Commit: 6a03262f0c15ff511fd9431bd741c9031bb882a1
https://github.com/D-Programming-Language/phobos/commit/6a03262f0c15ff511fd9431bd741c9031bb882a1
Author: Matt Kline <matt at bitbashing.io>
Date: 2015-05-14 (Thu, 14 May 2015)
Changed paths:
M std/net/curl.d
Log Message:
-----------
Use Flags for std.curl.Curl.pause
Commit: d04ebe0baaa0b0966902c0b1c7876395451e6e1c
https://github.com/D-Programming-Language/phobos/commit/d04ebe0baaa0b0966902c0b1c7876395451e6e1c
Author: Matt Kline <matt at bitbashing.io>
Date: 2015-05-16 (Sat, 16 May 2015)
Changed paths:
M std/file.d
M std/net/curl.d
M std/parallelism.d
Log Message:
-----------
Add comments and fixup capitalization of flags
Commit: 9db66454a92eda0c18b4edfd95e694046adc6102
https://github.com/D-Programming-Language/phobos/commit/9db66454a92eda0c18b4edfd95e694046adc6102
Author: Martin Nowak <code at dawg.eu>
Date: 2015-05-17 (Sun, 17 May 2015)
Changed paths:
M std/file.d
M std/net/curl.d
M std/parallelism.d
Log Message:
-----------
Merge pull request #3281 from mrkline/more-flags
Prefer std.typecons.Flag over booleans for some Phobos arguments
Compare: https://github.com/D-Programming-Language/phobos/compare/9837730c5f9b...9db66454a92e
More information about the phobos
mailing list