Advertisement
Guest User

Untitled

a guest
Aug 24th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. commit 745eb024d324bb8df199303024f161d4683dad85
  2. Merge: 0327635 628e14d
  3. Author: Ricardo Cerqueira <cyanogenmod@cerqueira.org>
  4. Date: Fri Nov 1 16:04:52 2013 +0000
  5.  
  6. Merge tag 'android-4.4_r1' into cm-11.0
  7.  
  8. Android 4.4 Release 1.0
  9.  
  10. commit 628e14d37c5b239839a466e81c74bf66255b770b
  11. Author: Tareq A. Siraj <tareq.a.siraj@intel.com>
  12. Date: Tue Jun 12 10:44:28 2012 -0400
  13.  
  14. Fixed build errors originated from stlport
  15.  
  16. The STLPort in the Android repository is the latest version and there
  17. has not been any more updates to this project. Thus, we are locally
  18. patching STLPort to fix build errors reported by clang.
  19. - Introduced _STLP_UNUSED macro to fix un-used param warnings. (caused
  20. build errors with -Werror)
  21.  
  22. Author: Tareq A. Siraj <tareq.a.siraj@intel.com>
  23. Reviewed-by: Ariel Bernal <ariel.j.bernal@intel.com>
  24.  
  25. (cherry picked from commit a721beb6d7372334152406a36e8db016650a9691)
  26.  
  27. Change-Id: Ibd8ff94a5df24e0c12a362aa645cb7b24f84280c
  28.  
  29. M stlport/stl/_algo.c
  30. M stlport/stl/_algobase.c
  31. M stlport/stl/_alloc.h
  32. M stlport/stl/_string.c
  33. M stlport/stl/_threads.c
  34. M stlport/stl/config/features.h
  35.  
  36. commit 4af20f063625a5847cb50b639db4342d20bd1b2c
  37. Author: Mathieu Chartier <mathieuc@google.com>
  38. Date: Tue Aug 13 11:34:34 2013 -0700
  39.  
  40. Add std::move and std::remove_reference.
  41.  
  42. Change-Id: I75df32685446210c9eaa185785f5902a88be72a9
  43. (cherry picked from commit 437a526f8f1a39e3c7958158f5d8d1e6ff9e33d4)
  44.  
  45. A stlport/stl/_move.h
  46. M stlport/type_traits
  47. M stlport/utility
  48.  
  49. commit 631d26b2319aba053e72ebd63cea945e02e07ab2
  50. Merge: 7eb52a4 d4ce016
  51. Author: Elliott Hughes <enh@google.com>
  52. Date: Tue Jul 30 18:11:53 2013 +0000
  53.  
  54. Merge "Make libstlport.mk interoperate correctly with use_rtti.mk."
  55.  
  56. commit d4ce0167dfcb95793fc4f5f142e2d8f09edfb33c
  57. Author: Elliott Hughes <enh@google.com>
  58. Date: Tue Jul 30 10:34:52 2013 -0700
  59.  
  60. Make libstlport.mk interoperate correctly with use_rtti.mk.
  61.  
  62. Change-Id: I639d0d3dc36a0b7c2d3fb2ded42e8801daccfa7a
  63.  
  64. M libstlport.mk
  65.  
  66. commit 7eb52a46d5e90a68229b50296dd2c56be3fc47d7
  67. Merge: c7253d8 80d3471
  68. Author: Elliott Hughes <enh@google.com>
  69. Date: Tue Jul 30 01:59:47 2013 +0000
  70.  
  71. Merge "Make it easier to use stlport correctly."
  72.  
  73. commit 80d34710621facd1a0560a7513d7e29f883f83b3
  74. Author: Elliott Hughes <enh@google.com>
  75. Date: Mon Jul 29 18:53:39 2013 -0700
  76.  
  77. Make it easier to use stlport correctly.
  78.  
  79. Change-Id: I55da59c8c11057b7d881301ec8c9fd4aa3bd92bf
  80.  
  81. M Android.mk
  82. M libstlport.mk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement