1. a47b9bd Change to get around the nested ifeq woes on OS X Snow Leopard: by Johnny Chen · 13 years ago
  2. cf043e6 Add Linux rules to test makefile by Peter Collingbourne · 13 years ago
  3. 44dc9d3 Add a test script for exercising the "taregt create", "target list", and "target select" commands. by Johnny Chen · 14 years ago
  4. df0d76b Minor comment change. by Johnny Chen · 14 years ago
  5. b3bd463 Add makefile debugging rule for printing out the value of a variable. by Johnny Chen · 14 years ago
  6. 6c455d1 Added comments. by Johnny Chen · 14 years ago
  7. 022d829 Make CC defaults to gcc. The cxx_compiler and cxx_linker functions rely on substituting "g++" by Johnny Chen · 14 years ago
  8. 217dca5 The cxx_compiler function should not blindly return clang++ as the C++ compiler if $(CC) contains "clang". by Johnny Chen · 14 years ago
  9. 18a921f Stop using LLDB_CC/LLDB_ARCH in the plugins for test configurations. Use make by Johnny Chen · 14 years ago
  10. ffd5229 Added a utility function to return the counterpart C++ compiler of $(CC) and use by Johnny Chen · 14 years ago
  11. 8ba13e6 Added "long long" and "unsigned long long" to the TestBasicTypes.py. by Johnny Chen · 14 years ago
  12. ee26359 Added a simple test case to set breakpoints on objc class/instance methods. by Johnny Chen · 14 years ago
  13. 4890405 Extend the build mechanism to allow for specifying the compiler used to build by Johnny Chen · 14 years ago
  14. 7a7d2b3 Generates the .d prerequisite file for dylib as well. by Johnny Chen · 14 years ago
  15. 8f24cd1 Makefile refactoring for the test suite. Added a make directory under test, by Johnny Chen · 14 years ago