Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Side by Side Diff: native_client_sdk/src/doc/sdk/release-notes.rst

Issue 1559463002: [NaCl SDK] Don't include gtest/gmock in library form (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 .. _sdk-release-notes: 1 .. _sdk-release-notes:
2 2
3 ############# 3 #############
4 Release Notes 4 Release Notes
5 ############# 5 #############
6 6
7 The dates in the following release notes denote when Chrome and the NaCl SDK 7 The dates in the following release notes denote when Chrome and the NaCl SDK
8 reached canary status. The stable release is typically 6 weeks later. 8 reached canary status. The stable release is typically 6 weeks later.
9 9
10 Chrome/Pepper 49
11 ================
12
13 * gtest/gmock no longer shipped as prebuilt libraries. This is in-line with
14 normal gtest/gmock usage guidelines. Projects wishing to use gtest/gmock must
15 now add explict include paths and compile gtest-all.cc locally.
10 16
11 Chrome/Pepper 45 (10 July 2015) 17 Chrome/Pepper 45 (10 July 2015)
12 ================================ 18 ================================
13 19
14 Pepper 20 Pepper
15 ------ 21 ------
16 22
17 * UDP Socket Multicast API in stable (PPB_UDP_SOCKET 1.2). 23 * UDP Socket Multicast API in stable (PPB_UDP_SOCKET 1.2).
18 24
19 Chrome/Pepper 43 (03 April 2015) 25 Chrome/Pepper 43 (03 April 2015)
(...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 758
753 PPAPI 759 PPAPI
754 ----- 760 -----
755 761
756 * The ``CompletionCallbackFactory`` class template now takes a thread traits 762 * The ``CompletionCallbackFactory`` class template now takes a thread traits
757 class as its second parameter. For details see the `CompletionCallbackFactory 763 class as its second parameter. For details see the `CompletionCallbackFactory
758 class template reference 764 class template reference
759 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta ils>`_. 765 </native-client/pepper_stable/cpp/classpp_1_1_completion_callback_factory#deta ils>`_.
760 766
761 .. TODO: Port release notes for older releases 767 .. TODO: Port release notes for older releases
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/sdk_files.list ('k') | native_client_sdk/src/examples/tutorial/testing/example.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698