Changeset 77070 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 29, 2011, 2:17:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r77067 r77070 1 2011-01-29 Daniel Bates <[email protected]> 2 3 Reviewed by Eric Seidel. 4 5 Move wince/mt19937ar.c to ThirdParty and make it a policy choice 6 https://bugs.webkit.org/show_bug.cgi?id=53253 7 8 Make inclusion of MT19937 a policy decision. 9 10 Currently, we hardcoded to use MT19937 when building for 11 Windows CE. Instead, we should make this a policy decision 12 with the Windows CE port using this by default. 13 14 * JavaScriptCore.pri: Append Source/ThirdParty to the end 15 of the list include directories. 16 * wtf/CMakeLists.txt: Ditto. 17 * wtf/Platform.h: Defined WTF_USE_MERSENNE_TWISTER_19937 when 18 building for Windows CE. 19 * wtf/RandomNumber.cpp: 20 (WTF::randomNumber): Substituted USE(MERSENNE_TWISTER_19937) for OS(WINCE). 21 1 22 2011-01-29 Cameron Zwarich <[email protected]> 2 23
Note:
See TracChangeset
for help on using the changeset viewer.