1. 8aaa523 Fixes for LLDB build to work around host 4.6.2+ compiler issues. by Todd Fiala · 11 years ago fp2-sibon fp2-sibon-2.0.1 fp2-sibon-2.0.2 FP2-open-16.05.0 FP2-open-16.06.0 FP2-open-16.07.1 FP2-open-16.08.0 FP2-open-16.09.0 FP2-open-16.10.0 FP2-open-16.11.0 FP2-open-16.12.0 FP2-open-17.01.0 FP2-open-17.04.0
  2. 52f7923 Huge change to clean up types. by Greg Clayton · 11 years ago
  3. 50be3f7 Remove ifdef LLDB_CONFIGURATION_DEBUG directives around the formatter by Jason Molenda · 11 years ago
  4. 3e11c7e Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. by Andy Gibbs · 11 years ago
  5. b6a4c56 <rdar://problem/12717717> by Enrico Granata · 11 years ago
  6. 8f0f475 <rdar://problem/11669154> by Enrico Granata · 11 years ago
  7. 5c2cd1f <rdar://problem/12529989> by Enrico Granata · 11 years ago
  8. 39ebb98 Make a synthetic children provider for the ObjC Class type by Enrico Granata · 11 years ago
  9. 102b2c2 After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 11 years ago
  10. 81a96aa Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 11 years ago
  11. 33d1098 <rdar://problem/13563403> by Enrico Granata · 11 years ago
  12. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  13. 23fde4e Data formatters cleanup: by Enrico Granata · 11 years ago
  14. cc5d274 The formatters for std::shared_ptr, std::weak_ptr, std::list, std::vector and std::map as provided by libc++ are now written in C++ instead of Python by Enrico Granata · 11 years ago
  15. cba09f6 This checkin removes the last Cocoa formatters that were implemented in Python and reimplements them in C++. The Python Cocoa formatters are not shipped as part of LLDB anymore, but still exist in the source repository for user reference. Python formatters still exist for STL classes and users can still define their own Python formatters by Enrico Granata · 11 years ago
  16. 5782dae C++ formatters for NSTimeZone and for CFBitVector by Enrico Granata · 11 years ago
  17. 3818e6a NS(Mutable)IndexSet formatter moves from Python to C++ by Enrico Granata · 11 years ago
  18. dc1df6b Converting more data formatters to C++ - NSBundle, CFBinaryHeap, NSMachPort and NSNotification by Enrico Granata · 11 years ago
  19. 280b30f Porting the Objective-C Class data type’s summary from Python to C++ by Enrico Granata · 11 years ago
  20. b70c6ef Moving CFBag and NSBundle summaries from Python to C++ by Enrico Granata · 11 years ago
  21. 32d7ee3 <rdar://problem/4529976> by Enrico Granata · 11 years ago
  22. fa3a670 <rdar://problem/12529957> by Enrico Granata · 11 years ago
  23. ea68753 NSSet formatter is now C++ code by Enrico Granata · 11 years ago
  24. 979c4b5 This checkin implements the data formatter for NSURL in C++ code by Enrico Granata · 11 years ago
  25. dcffc1a <rdar://problem/12898191> by Enrico Granata · 11 years ago
  26. 689696c <rdar://problem/12953018> by Enrico Granata · 11 years ago
  27. f509c5e <rdar://problem/12978143> by Enrico Granata · 11 years ago