Advertisement
Guest User

Untitled

a guest
Jun 8th, 2012
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.90 KB | None | 0 0
  1. cd frameworks/base
  2.  
  3. # fix for dock battery text
  4. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/07/17107/1
  5.  
  6. # Option to adjust navbar glow animation duration 1/2
  7. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/83/16183/5
  8.  
  9. # Option to hide adb notification -- NEEDS REBASE
  10. #git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/78/11278/4
  11.  
  12. # Input: Fix some Applications ANR issue in monkey test
  13. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/62/17062/1
  14.  
  15. # systemui add option to enable notification counts -- NEEDS REBASE
  16. #git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/32/16732/2
  17.  
  18. # Lockscreen background customization -- NEEDS REBASE
  19. #git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/15/16915/2
  20.  
  21. # fix uri typo
  22. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/31/17131/1
  23.  
  24. # Merge OMAP_ENHANCEMENT code from omapzoom
  25. #git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/51/17051/8
  26.  
  27. # Do not dispatch context selection events to non-visible fragments
  28. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/64/17264/1
  29.  
  30. # Fix potential NPE when saving fragment state
  31. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/63/17263/1
  32.  
  33. # Distance max set incorrectly
  34. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/62/17262/1
  35.  
  36. # Fix for too many binder calls in packagemanager
  37. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/61/17261/1
  38.  
  39. # Issue: Foreground activity performs [Resume] and [Pause] when any process died in sleep mode
  40. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/60/17260/1
  41.  
  42. # Prevent empty overflow popup when there are no overflow items
  43. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/59/17259/1
  44.  
  45. # Fix off-by-one error when filtering application UIDs
  46. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/58/17258/1
  47.  
  48. # Status bar: Make brightness control more responsive
  49. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/91/17391/1
  50.  
  51. # Commits from linaro to fix builds with newer toolchains and options frameworks/base: Assorted build fixes
  52. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/80/17380/1
  53.  
  54. # Aligning native Parcel implementation to Java.
  55. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/89/17389/1
  56.  
  57. # Turn off Werror
  58. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_base refs/changes/81/17381/1
  59.  
  60. cd ../ex
  61.  
  62. # variablespeed: Fix aliasing violation
  63. git pull http://review.cyanogenmod.com/CyanogenMod/android_frameworks_ex refs/changes/83/17383/1
  64.  
  65. cd ../../packages/apps/Settings
  66.  
  67. # add option to enable notification counts
  68. #git pull http://review.cyanogenmod.com/CyanogenMod/android_packages_apps_Settings refs/changes/33/16733/1
  69.  
  70. # Option to hide adb notification
  71. #git pull http://review.cyanogenmod.com/CyanogenMod/android_packages_apps_Settings refs/changes/79/11279/5
  72.  
  73. # Option to adjust navbar glow animation duration 2/2
  74. git pull http://review.cyanogenmod.com/CyanogenMod/android_packages_apps_Settings refs/changes/84/16184/21
  75.  
  76. # Lockscreen background customization
  77. #git pull http://review.cyanogenmod.com/CyanogenMod/android_packages_apps_Settings refs/changes/14/16914/7
  78.  
  79. cd ../Camera
  80.  
  81. # Camera: Use popup settings instead of knobs
  82. git pull http://review.cyanogenmod.com/CyanogenMod/android_packages_apps_Camera refs/changes/56/15356/6
  83.  
  84. cd ../Mms
  85.  
  86. # make notification consistent with gapps
  87. git pull http://review.cyanogenmod.com/CyanogenMod/android_packages_apps_Mms refs/changes/02/14302/3
  88.  
  89. # added the option to change the soft keyboard type when composing messageges, This commit gives the user the option to change the keyboard from Emoji to enter for a new line
  90. git pull http://review.cyanogenmod.com/CyanogenMod/android_packages_apps_Mms refs/changes/77/17077/1
  91.  
  92. cd ../../inputmethods/LatinIME
  93.  
  94. # LatinIME: Option to reverse volume key logic on cursor control
  95. git pull http://review.cyanogenmod.com/CyanogenMod/android_packages_inputmethods_LatinIME refs/changes/26/16826/3
  96.  
  97. # Remove Werror
  98. git pull http://review.cyanogenmod.com/CyanogenMod/android_packages_inputmethods_LatinIME refs/changes/86/17386/1
  99.  
  100. cd ../../../system/core
  101.  
  102. # change kernel pagesize output to decimal format
  103. git pull http://review.cyanogenmod.com/CyanogenMod/android_system_core refs/changes/59/16559/1
  104.  
  105. # libcutils: Fix aliasing violations
  106. git pull http://review.cyanogenmod.com/CyanogenMod/android_system_core refs/changes/87/17387/1
  107.  
  108. # Merge OMAP_ENHANCEMENT code from omapzoom
  109. #git pull http://review.cyanogenmod.com/CyanogenMod/android_system_core refs/changes/88/17088/2
  110.  
  111. cd ../../build
  112.  
  113. # build/core: Enable more optimizations
  114. git pull http://review.cyanogenmod.com/CyanogenMod/android_build refs/changes/58/17358/1
  115.  
  116. cd ../libcore
  117.  
  118. # libcore: Fix aliasing violations
  119. git pull http://review.cyanogenmod.com/CyanogenMod/android_libcore refs/changes/85/17385/1
  120.  
  121. cd ../dalvik
  122.  
  123. # dalvik: Fix various compile failures with gcc 4.6
  124. git pull http://review.cyanogenmod.com/CyanogenMod/android_dalvik refs/changes/59/17359/1
  125.  
  126. cd ../bionic
  127.  
  128. # getopt(): fix missing carriage return on bad parameters
  129. git pull http://review.cyanogenmod.com/CyanogenMod/android_bionic refs/changes/37/17237/1
  130.  
  131. # libm: Add a proper sincos() implementation
  132. git pull http://review.cyanogenmod.com/CyanogenMod/android_bionic refs/changes/57/17357/1
  133.  
  134. # tools/update_all.py: Fix crash on startup when invoked with a parameter
  135. git pull http://review.cyanogenmod.com/CyanogenMod/android_bionic refs/changes/56/17356/1
  136.  
  137. # bionic: Add ; after anonymous union declaration
  138. git pull http://review.cyanogenmod.com/CyanogenMod/android_bionic refs/changes/55/17355/1
  139.  
  140. # bionic: Fix aliasing violations
  141. git pull http://review.cyanogenmod.com/CyanogenMod/android_bionic refs/changes/54/17354/1
  142.  
  143. cd ../system/media
  144.  
  145. # strict-aliasing fixes from linaro wilhelm: fix aliasing violations
  146. git pull http://review.cyanogenmod.com/CyanogenMod/android_system_media refs/changes/88/17388/1
  147.  
  148. cd ../../hardware/libhardware_legacy
  149.  
  150. # ueventd: Fix aliasing violations
  151. git pull http://review.cyanogenmod.com/CyanogenMod/android_hardware_libhardware_legacy refs/changes/84/17384/1
  152.  
  153. cd ../../external/tremolo
  154.  
  155. # tremolo: fix compiler flags
  156. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_tremolo refs/changes/77/17377/1
  157.  
  158. cd ../stlport
  159.  
  160. # stlport: fix strict aliasing violations
  161. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_stlport refs/changes/75/17375/1
  162.  
  163. cd ../srec
  164.  
  165. # srec: fix aliasing violation
  166. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_srec refs/changes/74/17374/1
  167.  
  168. cd ../sonivox
  169.  
  170. # sonivox: fix aliasing violations
  171. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_sonivox refs/changes/73/17373/1
  172.  
  173. cd ../ping
  174.  
  175. # ping: fix aliasing violations
  176. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_ping refs/changes/71/17371/1
  177.  
  178. cd ../icu4c
  179.  
  180. # icu4c: Fix build with gcc 4.6 and -Werror
  181. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_icu4c refs/changes/67/17367/1
  182.  
  183. cd ../dnsmasq
  184.  
  185. # dnsmasq: fix aliasing violations
  186. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_dnsmasq refs/changes/63/17363/1
  187.  
  188. cd ../chromium
  189.  
  190. # chromium: fix aliasing violations
  191. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_chromium refs/changes/62/17362/1
  192.  
  193. cd ../bluetooth/bluez
  194.  
  195. # bluez: Fix aliasing violations
  196. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_bluetooth_bluez refs/changes/60/17360/1
  197.  
  198. cd ../glib
  199.  
  200. # bluetooth/glib: Build with -fno-strict-aliasing
  201. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_bluetooth_glib refs/changes/61/17361/1
  202.  
  203. cd ../../webkit
  204.  
  205. # webkit: Fix build in ISO C++11 mode
  206. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_webkit refs/changes/79/17379/1
  207.  
  208. cd ../v8
  209.  
  210. # v8: Fix build in ISO C++11 mode
  211. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_v8 refs/changes/78/17378/1
  212.  
  213. cd ../oprofile
  214.  
  215. # oprofile: Fix build in ISO C++11 mode
  216. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_oprofile refs/changes/70/17370/1
  217.  
  218. cd ../gtest
  219.  
  220. # gtest: Fix build with gcc 4.7
  221. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_gtest refs/changes/66/17366/1
  222.  
  223. cd ../tcpdump
  224.  
  225. # tcpdump: Use -fno-strict-aliasing for now
  226. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_tcpdump refs/changes/76/17376/1
  227.  
  228. cd ../skia
  229.  
  230. # skia: Use -fno-strict-aliasing for tests
  231. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_skia refs/changes/72/17372/1
  232.  
  233. cd ../openssl
  234.  
  235. # openssl: Build with -fno-strict-aliasing
  236. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_openssl refs/changes/69/17369/1
  237.  
  238. cd ../llvm
  239.  
  240. # llvm: Use -fno-strict-aliasing
  241. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_llvm refs/changes/68/17368/1
  242.  
  243. cd ../freetype
  244.  
  245. # freetype: Build with -fno-strict-aliasing
  246. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_freetype refs/changes/65/17365/1
  247.  
  248. cd ../embunit
  249.  
  250. # embunit: Use -fno-strict-aliasing
  251. git pull http://review.cyanogenmod.com/CyanogenMod/android_external_embunit refs/changes/64/17364/1
  252.  
  253. cd ../../vendor/cm
  254.  
  255. # Updated boot animation featuring Cid!
  256. git pull http://review.cyanogenmod.com/CyanogenMod/android_vendor_cm refs/changes/53/17353/1
  257.  
  258. cd ../..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement