| Commit message (Expand) | Author | Age | Files | Lines |
* | Header cleanup in base. | brettw@chromium.org | 2010-08-17 | 1 | -3/+3 |
* | Factor out command-line quoting code on Windows. | evan@chromium.org | 2010-08-10 | 1 | -0/+31 |
* | Convert a bunch of easy AppendSwitchWithValue to *ASCII. | evan@chromium.org | 2010-07-30 | 1 | -9/+9 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | Remove deprecated CommandLine::GetLooseValues(), rename to args(). | evan@chromium.org | 2010-07-21 | 1 | -10/+10 |
* | Use GetSwitchValueASCII. | tony@chromium.org | 2009-11-06 | 1 | -6/+7 |
* | Remove deprecated CommandLine(std::wstring) ctor. | evan@chromium.org | 2009-10-26 | 1 | -10/+4 |
* | Use ASCII strings for switch names. | evan@chromium.org | 2009-10-13 | 1 | -25/+25 |
* | Remove logging.h from cc files that don't use it. | thestig@chromium.org | 2009-03-12 | 1 | -1/+0 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Make CommandLine into a normal object, with some statics for getting at the c... | evan@chromium.org | 2009-01-21 | 1 | -44/+29 |
* | Store the command line in a more convenient format on non-windows platforms. | estade@chromium.org | 2008-10-15 | 1 | -5/+24 |
* | Fix typo in command line unit test. | estade@chromium.org | 2008-10-10 | 1 | -1/+1 |
* | Add -- as a command line switch parsing terminator. This allows you to launc... | deanm@chromium.org | 2008-10-06 | 1 | -2/+9 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Add command_line_unittest and pr_time_test to the linux set of unittests. Fi... | tc@google.com | 2008-08-14 | 1 | -6/+6 |
* | Fix some compiler warnings, and cleanup EXPECT_EQ comparisons. Hello "U" suf... | darin@google.com | 2008-08-14 | 1 | -2/+2 |
* | Fix command_line unit test now that argv is no longer const. (Doh!) Remove ... | mmentovai@google.com | 2008-08-12 | 1 | -11/+10 |
* | fix base test harness to work on mac. fix command_line unit tests to match wh... | pinkerton@google.com | 2008-08-08 | 1 | -4/+4 |
* | Pinkerton's port/fix-up of command-line processing to work cross-platform. | evanm@google.com | 2008-08-07 | 1 | -1/+20 |
* | Add base to the repository. | initial.commit | 2008-07-26 | 1 | -0/+125 |