Граф коммитов

569 Коммитов

Автор SHA1 Сообщение Дата
Kenny Kerr 92e336f6ab stable 2019-10-15 08:24:05 -07:00
Kenny Kerr e161f5945c stable 2019-10-15 08:18:13 -07:00
Scott Jones 435bd8e57c
Merge pull request #381 from microsoft/scottj1s_project_url
updated nuget project url
2019-10-15 08:16:05 -07:00
Kenny Kerr 936ff274e2 stabilize1 2019-10-15 08:13:31 -07:00
Scott Jones f1ad331bdc updated nuget project url 2019-10-15 08:10:34 -07:00
Raymond Chen 9c123d1b60 Race condition in resume_foreground(DispatcherQueue)
It's possible for the lambda to run before control
returns to the caller of TryEnqueue. This led to async_suspend
accessing m_queued after it has already been destroyed
by the lambda.

We make the lambda responsible for setting m_queued prior to
resuming the coroutine.  The lambda can infer that the task
was queued by the fact that the lambda is running at all!

If the enqueue fails, then m_queued remains at its initial
value of false.
2019-10-11 12:12:12 -07:00
Kenny Kerr 60034f1d97 generated 2019-10-11 10:21:08 -07:00
Kenny Kerr 3ae56d8503 build 2019-10-11 09:06:48 -07:00
Kenny Kerr 6566f101ab
Merge pull request #371 from oldnewthing/static-events
Fix implementation of static events
2019-10-11 07:20:05 -07:00
Kenny Kerr 7c6948c6da feedback 2019-10-10 16:25:11 -07:00
Kenny Kerr a6badcec70 conformance 2019-10-10 16:10:42 -07:00
Kenny Kerr db5d4493b8 test 2019-10-10 14:08:11 -07:00
Kenny Kerr c97ebebe77 test 2019-10-10 14:06:09 -07:00
Kenny Kerr 499f68d1fd test 2019-10-10 13:50:10 -07:00
Raymond Chen 5b948a9230 Fix implementation of static events
Return value for static events was declared as event_token
in the header (when built as a component), but as auto in
the implementation.

Align implementation with header.
2019-10-10 12:59:15 -07:00
Kenny Kerr 8f39915ebf test 2019-10-10 12:41:37 -07:00
Kenny Kerr 04ef142b38 no_copy_awaitable 2019-10-10 11:37:01 -07:00
Kenny Kerr 276ebc17ab notify 2019-10-10 08:26:33 -07:00
Kenny Kerr ae0378373d encoding 2019-10-09 08:25:56 -07:00
Kenny Kerr 25f9070abb cmake 2019-10-08 11:02:31 -07:00
Kenny Kerr c36cf05f50 port 2019-10-08 09:10:43 -07:00
Kenny Kerr eb0867cfa7 port 2019-10-08 09:05:12 -07:00
Kenny Kerr 45887a4d01 port 2019-10-08 08:49:26 -07:00
Kenny Kerr 1d148eaec6 port 2019-10-08 08:48:12 -07:00
Kenny Kerr a07495d95a port 2019-10-08 08:46:24 -07:00
Kenny Kerr 41fcc9c9f2 port 2019-10-08 08:33:26 -07:00
Kenny Kerr f088d90071 port 2019-10-08 08:19:10 -07:00
Kenny Kerr 76ab8890c1 clean 2019-10-08 05:14:30 -07:00
Brent Rector 6b7266d146
Update README.md 2018-10-02 16:41:52 -07:00
Scott Jones 107793b2b3
Archive status 2018-04-30 11:03:45 -07:00
Brent Rector 1f326b6de6
Update README.md 2018-03-28 14:12:53 -07:00
Kenny Kerr e7815ab854
Merge pull request #267 from janosvitok/fix_markup
Fix link in Getting Started.md
2017-11-21 11:55:31 -08:00
Jano Svitok b721088f89 Fix link in Getting Started.md 2017-11-06 18:38:02 +01:00
Scott Jones dc92f6f56a Fall 2017 Creators Update for Visual Studio 2017 v15.3 2017-10-13 10:23:27 -07:00
Scott Jones 6b8646270f Documentation update for Spring 2017 Creators Update for Visual Studio 2017 v15.3 2017-08-28 13:12:53 -07:00
Brent Rector 1dd6f15c7d Spring 2017 Creators Update for Visual Studio 2017 v15.3 2017-08-25 15:54:30 -07:00
Brent Rector 8ad0b916a7 Spring 2017 Creators Update for Visual Studio 2017 v15.3 2017-08-25 15:41:35 -07:00
Scott Jones eaf572eafb Spring 2017 Creators Update for Visual Studio 2017 v15.3 2017-08-25 14:38:52 -07:00
Brent Rector 4ce60c2d11 Add rough timeline for upcoming C++/WinRT development 2017-08-22 08:34:51 -07:00
Brent Rector 5086290db9 Merge pull request #219 from nyuszika7h/patch-1
README.md: Fix links
2017-07-29 10:54:09 -07:00
nyuszika7h 282e6ad58e README.md: Fix links
There must be no space between the text and the link.
2017-07-29 12:34:19 +02:00
Brent Rector 5dc66fcf5c Update README.md 2017-04-20 09:34:56 -07:00
Kevin Welton 948191e79d Windows Creator's Update SDK release 2017-04-06 11:00:59 -07:00
Kevin Welton 532b09e379 Creator's Update refresh 2017-03-31 13:03:28 -07:00
Kevin Welton a848452774 Interoperability Helper Functions document updated to correctly describe the use of the renamed abi helper functions 2017-03-08 13:21:56 -08:00
Kevin Welton ea04c2a58e Update license and readme files 2017-03-08 12:42:14 -08:00
Kevin Welton 57ecfe1537 February Anniversary Update and Creator's Update refresh 2017-03-03 14:08:11 -08:00
Kevin Welton 0bb7a57392 Windows 10 Creator's Update SDK preview release 2017-03-01 14:14:18 -08:00
Kevin Welton 7500c0eecf C++/WinRT February 2017 release for Windows Anniversary SDK 2017-03-01 14:07:45 -08:00
Kenny Kerr 88022dce74 Merge pull request #95 from BrentRector/patch-1
Update README.md
2017-01-30 08:41:01 -08:00