- 17 Sep, 2017 1 commit
-
-
Kenton Varda authored
-
- 15 Sep, 2017 1 commit
-
-
Kenton Varda authored
-
- 14 Sep, 2017 1 commit
-
-
Kenton Varda authored
-
- 12 Sep, 2017 1 commit
-
-
Kenton Varda authored
-
- 21 Apr, 2017 2 commits
-
-
Kenton Varda authored
-
Kenton Varda authored
-
- 11 Apr, 2017 1 commit
-
-
Kenton Varda authored
-
- 24 Jan, 2017 1 commit
-
-
Harris Hancock authored
MSVC refuses the following code: struct Foo { Foo(Foo&) {} }; Foo foo; [foo] {}(); because it only seems to want to consider const copy constructors when capturing objects by value in lambda capture lists.
-
- 22 Jan, 2017 2 commits
-
-
Kenton Varda authored
Re-introduce async-io.c++ containing just the default implementations of methods on the abstract interfaces.
-
Kenton Varda authored
Rename async-io.c++ to async-io-unix.c++, in preparation for factoring out common bits from async-io-win32.c++.
-
- 07 Nov, 2016 1 commit
-
-
Kenton Varda authored
-