1. a65ec9f Move the system string conversion functions from std::string to StringPiece. We often work with char* in the system layer, so this should save extra copying. by deanm@google.com · 16 years ago
  2. 1bc8d52 Add command_line_unittest and pr_time_test to the linux set of unittests. Fix the const-ness of argv in CommandLine on posix. by tc@google.com · 16 years ago
  3. aeff944 Use %ls instead of %s in wprintf format strings for wchar_t fields. by mmentovai@google.com · 16 years ago
  4. cd20e5c Fix command_line unit test now that argv is no longer const. (Doh!) Remove a technically illegal zero-length array. Fix a couple of warnings for good measure as long as I'm in here. by mmentovai@google.com · 16 years ago
  5. 1c0026a Fix build breakage on Windows. by evanm@google.com · 16 years ago
  6. 638e9fb Get rid of the command-line hacks for posix platforms. by evanm@google.com · 16 years ago
  7. 0c0e01c fix base test harness to work on mac. fix command_line unit tests to match what windows expects. fix base xcode project to separate building and running unit tests into two targets. by pinkerton@google.com · 16 years ago
  8. 670ea47 Remove cruft of old unit test harness, replace it with gTest goodness. Fix extern-ness of a couple of globals in command_line. by pinkerton@google.com · 16 years ago
  9. d5fb8e9 Fix an accidental nested extern and conversion cleanup from brett's landing. by pinkerton@google.com · 16 years ago
  10. 91cdff8 Pinkerton's port/fix-up of command-line processing to work cross-platform. by evanm@google.com · 16 years ago
  11. 3f4a732 Add base to the repository. by initial.commit · 16 years ago