1. bfa8ba1 am 5c362d45: Merge "Fix build warning." by Brian Carlstrom · 12 years ago jb-mr1-dev jb-mr1-dev-plus-aosp jb-mr1.1-dev jb-mr1.1-dev-plus-aosp main master tools_r22 android-cts-4.2_r2 android-sdk-support_r11
  2. 5c362d4 Merge "Fix build warning." by Brian Carlstrom · 12 years ago tools_r21
  3. 8649e0d Fix build warning. by Ying Wang · 12 years ago
  4. f2ee14f Fix build warning. by Ying Wang · 12 years ago jb-mr1-release jb-mr1.1-release android-4.2.1_r1 android-4.2.1_r1.1 android-4.2.1_r1.2 android-4.2.2_r1 android-4.2.2_r1.1 android-4.2.2_r1.2 android-4.2_r1 android-cts-4.2_r1
  5. a7332b9 Remove obsolete ThirdPartyProject.prop file. by Elliott Hughes · 12 years ago
  6. 0a397b4 Remove libs from static library modules. by Ying Wang · 13 years ago jb-dev jb-mr0-release jb-release android-4.1.1_r1 android-4.1.1_r1.1 android-4.1.1_r2 android-4.1.1_r3 android-4.1.1_r4 android-4.1.1_r5 android-4.1.1_r6 android-4.1.1_r6.1 android-4.1.2_r1 android-4.1.2_r2 android-4.1.2_r2.1 android-cts-4.1_r1 android-cts-4.1_r2 android-cts-4.1_r4
  7. d13073f Correct the misinstalling of host modules into device's userdata partition. by Ying Wang · 13 years ago ics-factoryrom-2-release ics-mr0 ics-mr0-release ics-mr1 ics-mr1-release ics-plus-aosp tools_r20 android-4.0.1_r1 android-4.0.1_r1.1 android-4.0.1_r1.2 android-4.0.2_r1 android-4.0.3_r1 android-4.0.3_r1.1 android-4.0.4_r1 android-4.0.4_r1.1 android-4.0.4_r1.2 android-4.0.4_r2 android-4.0.4_r2.1 android-cts-4.0.3_r1 android-cts-4.0.3_r2 android-cts-4.0_r1 android-cts-verifier-4.0.3_r1 android-cts-verifier-4.0_r1 android-sdk-4.0.3-tools_r1 android-sdk-4.0.3_r1 android-sdk-adt_r16.0.1 android-sdk-adt_r20
  8. 21e60cd Add missing NOTICE files. by David Deephanphongs · 14 years ago
  9. c3c7609 add meta-files about 3rd party projects by The Android Open Source Project · 14 years ago gingerbread gingerbread-mr4-release gingerbread-release android-2.3.1_r1 android-2.3.2_r1 android-2.3.3_r1 android-2.3.3_r1.1 android-2.3.4_r0.9 android-2.3.4_r1 android-2.3.5_r1 android-2.3.6_r0.9 android-2.3.6_r1 android-2.3.7_r1 android-2.3_r1 android-cts-2.3_r10 android-cts-2.3_r11 android-cts-2.3_r12
  10. a9a7cf4 Add an empty CleanSpec.mk by Jean-Baptiste Queru · 14 years ago froyo froyo-release android-2.2.1_r1 android-2.2.1_r2 android-2.2.2_r1 android-2.2.3_r1 android-2.2.3_r2 android-2.2.3_r2.1 android-2.2_r1 android-2.2_r1.1 android-2.2_r1.2 android-2.2_r1.3 android-cts-2.2_r8
  11. 938395a Merge "Cleanup the ASTL makefiles." by Niko Catania · 14 years ago
  12. c831059 Cleanup the ASTL makefiles. by Nicolas Catania · 14 years ago
  13. 0cc3ee3 Added string::append method that takes iterators as args. by Nicolas Catania · 14 years ago
  14. be8a517 Merge "Added at() method to vector. We use a dummy static field as the returned reference when the index is out of bound." by Niko Catania · 14 years ago
  15. 0d06136 Added erase to list. by Nicolas Catania · 14 years ago
  16. 464136e Added insert(iterator, char); method. by Nicolas Catania · 14 years ago
  17. 6309a85 Added <,>,<= and >= operators functions for strings. by Nicolas Catania · 14 years ago
  18. cb8eb8e Added the methods to find a char in a string: by Nicolas Catania · 14 years ago
  19. 40d9e34 Added string::substr support. by Nicolas Catania · 14 years ago
  20. 77af308 Added at() method to vector. by Nicolas Catania · 14 years ago
  21. 63ba1ac Merge "First cut of the sstream implementation. Added the sstream header file the stringbuf and stringstream classes." by Niko Catania · 14 years ago
  22. f759b92 First cut of the sstream implementation. by Nicolas Catania · 14 years ago
  23. adf0c68 am 246e25ae: am 0b3736b3: reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  24. 808f34a Basic implementation of the std::list. by Nicolas Catania · 14 years ago
  25. 246e25a am 0b3736b3: reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  26. 0b3736b reconcile main tree with open-source eclair by The Android Open Source Project · 14 years ago
  27. 80026dd Merge "Added basic support for the streams flags and iomanip." by Niko Catania · 14 years ago
  28. 328cfee iostream support for unsigned ints,float,double,bool by Nicolas Catania · 14 years ago
  29. f111242 Added basic support for the streams flags and iomanip. by Nicolas Catania · 14 years ago
  30. 44d38f3 Added support to output int, void* and std::string. by Nicolas Catania · 14 years ago
  31. e5b7af0 Added support for endl ends and flush. by Nicolas Catania · 14 years ago
  32. d1e702c Added basic_ios abstraction and finished cout/cerr implementation. by Nicolas Catania · 14 years ago
  33. 3a04857 Merge "In ostream, added code to do the one time init of the stdio streams." by Niko Catania · 14 years ago
  34. 6943930 Implementation of vector::erase. by Nicolas Catania · 14 years ago
  35. 7c0a09a In ostream, added code to do the one time init of the stdio streams. by Nicolas Catania · 14 years ago
  36. 74a6fde Added the 'at' method to string. by Nicolas Catania · 14 years ago
  37. 2f8be09 Added resize call to vector. by Nicolas Catania · 14 years ago
  38. 0d6da30 reconcile android-2.1_r1 snapshot by The Android Open Source Project · 14 years ago
  39. 743c6a2 Changed char_traits to be a template. by Nicolas Catania · 14 years ago
  40. 0b70d74 Basic streambuf implementation. by Nicolas Catania · 14 years ago
  41. 21d15b6 Merge "Added iterator based vector constructor." by Niko Catania · 14 years ago
  42. f31fdb2 Add char_traits support (needed for sstream). by Nicolas Catania · 14 years ago
  43. 9bf9b2a Added iterator based vector constructor. by Nicolas Catania · 14 years ago
  44. fe47cee Use iterators in unitialized_copy. by Nicolas Catania · 14 years ago
  45. b6e436e Added std::distance. by Nicolas Catania · 14 years ago
  46. 8974d36 Basic support of the ios_base, the root of all streams. by Nicolas Catania · 14 years ago
  47. 5abe6df New fpos class for the stream position. by Nicolas Catania · 14 years ago
  48. cc18cb5 Basic implementation of set. by Nicolas Catania · 14 years ago
  49. 6f85eab Use copy constructor to push new non-pod element in the vector. by Nicolas Catania · 14 years ago
  50. 48d768f Added iterator support to the vector class. by Nicolas Catania · 14 years ago
  51. 91ea6c0 Basic implementation of iterators. by Nicolas Catania · 14 years ago
  52. 96ea1ab android-2.1_r1 snapshot by The Android Open Source Project · 14 years ago
  53. dfec9fc Partial implementation of the std::limits header file. by Nicolas Catania · 14 years ago
  54. bf6dd13 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  55. 2a217d9 merge from open-source master by Jean-Baptiste Queru · 15 years ago
  56. 992df47 merge from eclair by Jean-Baptiste Queru · 15 years ago
  57. 1ebb2f7 eclair snapshot by Jean-Baptiste Queru · 15 years ago
  58. 9294ee1 reconcile korg/master into goog/master by Jean-Baptiste Queru · 15 years ago eclair-passion-release eclair-release eclair-sholes-release eclair-sholes-release2 android-2.0.1_r1 android-2.0_r1 android-2.1_r1 android-2.1_r2 android-2.1_r2.1p android-2.1_r2.1p2 android-2.1_r2.1s
  59. ff21b24 Added binary comparators needed for the set implementation. by niko · 15 years ago
  60. 9cb0478 Added missing substr() method needed by gtest. by Nicolas Catania · 15 years ago donut-release donut-release2 android-1.6_r1 android-1.6_r1.1 android-1.6_r1.2 android-1.6_r1.3 android-1.6_r1.4 android-1.6_r1.5 android-1.6_r2
  61. ae04638 am 2a4077a9: Basic implementation of vector. by Nicolas Catania · 15 years ago
  62. 2a4077a Basic implementation of vector. by Nicolas Catania · 15 years ago
  63. 729387d am f74588cb: Merge change 4060 into donut by Android (Google) Code Review · 15 years ago
  64. f74588c Merge change 4060 into donut by Android (Google) Code Review · 15 years ago
  65. 19b9abb am 8b5f35d0: Revert "Basic implementation of vector." by Nicolas Catania · 15 years ago
  66. fa44f8e am fd56a38d: Basic implementation of vector. by Nicolas Catania · 15 years ago
  67. 8b5f35d Revert "Basic implementation of vector." by Nicolas Catania · 15 years ago
  68. d881e3f Trivial: renamed the parameters to be inline with the standard. by Nicolas Catania · 15 years ago
  69. fd56a38 Basic implementation of vector. by Nicolas Catania · 15 years ago
  70. c11d43d am 60fd0f75: Implementation of string::erase by Nicolas Catania · 15 years ago
  71. 60fd0f7 Implementation of string::erase by Nicolas Catania · 15 years ago
  72. e4c19c6 am 0d5d665e: Merge change 1846 into donut by Android (Google) Code Review · 15 years ago
  73. 0d5d665 Merge change 1846 into donut by Android (Google) Code Review · 15 years ago
  74. 7618d7b Use realloc to implement the reserve call. by Nicolas Catania · 15 years ago
  75. 575c821 am 42a884c6: Added equal method to compare ranges of objects. by Nicolas Catania · 15 years ago
  76. 42a884c Added equal method to compare ranges of objects. by Nicolas Catania · 15 years ago
  77. 4a2fb79 am d738d26: Added find method to the string class. by Nicolas Catania · 15 years ago
  78. d738d26 Added find method to the string class. by Nicolas Catania · 15 years ago
  79. 4fc900c am 48d44eb: Removed the host part of the build. by Nicolas Catania · 15 years ago
  80. 48d44eb Removed the host part of the build. by Nicolas Catania · 15 years ago
  81. 5df961a am df7611a: Added a header file + test for the type traits by Nicolas Catania · 15 years ago
  82. 6a366a5 Merge commit 'fe47ae5' into conflict by Nicolas Catania · 15 years ago
  83. df7611a Added a header file + test for the type traits by Nicolas Catania · 15 years ago
  84. fe47ae5 Added 2 new files: algorithm and string. by Niko Catania · 15 years ago
  85. 43586ba Merge donut into master by Jean-Baptiste Queru · 15 years ago
  86. 62c1471 Stub README file by Jean-Baptiste Queru · 15 years ago
  87. ea8b929 Empty starting point by Jean-Baptiste Queru · 15 years ago