1. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  2. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  3. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  4. 3de08c5 Reapply r253423 and r253424 (which cleanup the data formatters iteration model, as well as the type X list commands), along with a change by Zachary Turner to bypass a MSVC bug with SFINAE by Enrico Granata · 10 years ago
  5. 68aa90a Revert 2 commits breaking the MSVC build by Tamas Berghammer · 10 years ago
  6. a76e894 Cleanup the type X list commands to use the new ForEach goodness by Enrico Granata · 10 years ago
  7. b56d010 The existing logic to loop over formatters is very pre-C++11, using void* batons, and function pointers, and raw memory allocations instead of safer more modern constructs by Enrico Granata · 10 years ago
  8. 9eeabff Add a --language (-l) option to the formatter delete commands in order to allow removing formatters from language categories by Enrico Granata · 10 years ago
  9. d717cc9 Rationalization of includes in the data formatters code by Enrico Granata · 10 years ago
  10. fa6b278 Add the ability for formatter categories to be bound to one or more languages by Enrico Granata · 10 years ago
  11. 964211f Add a --language (-l) option to type category {enable|disable} to allow people to turn on and off formatters for a given language by Enrico Granata · 10 years ago
  12. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  13. e7687ad Issuing a "type category disable *" command followed by a "type category enable *" command does not honor the order in which categories were previously enabled by Enrico Granata · 11 years ago
  14. c582713 Introduce the notion of a "type validator" formatter by Enrico Granata · 11 years ago
  15. b72a501 FormatNavigator has long stopped navigating anything - the generation of possible formatters matches is now done elsewhere by Enrico Granata · 12 years ago
  16. 852cc95 <rdar://problem/11778815> by Enrico Granata · 12 years ago
  17. a29cb0b <rdar://problem/12042982> by Enrico Granata · 12 years ago
  18. 5548cb5 <rdar://problem/12978143> by Enrico Granata · 13 years ago[Renamed (94%) from lldb/source/Core/DataVisualization.cpp]
  19. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  20. 7a9a72b Add LLDB_DISABLE_PYTHON around newly added methods in by Jason Molenda · 13 years ago
  21. a777dc2 <rdar://problem/11338654> Fixing a bug where having a summary for a bitfield without a format specified would in certain cases crash LLDB - This has also led to refactoring the by-type accessors for the data formatter subsystem. These now belong in our internal layer, and are just invoked by the public API stratum by Enrico Granata · 13 years ago
  22. 061858c <rdar://problem/10062621> by Enrico Granata · 14 years ago
  23. 78d0638 Renaming a bulk of method calls from Get() to something more descriptive by Enrico Granata · 14 years ago
  24. 855cd90 Refactoring of Get() methods in FormatManager/FormatCategory to have explicative names and return shared-pointers instead of bools by Enrico Granata · 14 years ago
  25. 9128ee2 Redesign of the interaction between Python and frozen objects: by Enrico Granata · 14 years ago
  26. dc94073 Additional code cleanups ; Short option name for --python-script in type summary add moved from -s to -o (this is a preliminary step in moving the short option for --summary-string from -f to -s) ; Accordingly updated the test suite by Enrico Granata · 14 years ago
  27. 4b49acc Separated FormatNavigator and FormatManager in two different files ; moved FormatCategoryItem enum out of FormatManager.h as a debugger-wide lldb_private enum ; minor style cleanups by Enrico Granata · 14 years ago
  28. 0a97614 More cleanups ; Separated implementation of FormatManager from class DataVisualization as a front-end by using separate .h/.cpp files - Final aim is to break up FormatManager.h/cpp into several separate files by Enrico Granata · 14 years ago