summaryrefslogtreecommitdiffstats
path: root/src/util_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Speed up CanonicalizePath() 6.8% (322ms -> 300ms for chrome empty build).Nico Weber2012-05-041-0/+26
* Add a test for empty path in CanonicalizePath().Nicolas Despres2012-02-201-0/+3
* don't crash when CanonicalizePath removes all path componentsEvan Martin2012-02-041-0/+17
* Strip ansi escape sequences from subcommand output when not writing to a smar...Nico Weber2012-01-191-0/+17
* make CanonicalizePath report an error on empty pathEvan Martin2011-10-061-12/+19
* semantic change: allow reaching into parent directories in pathsEvan Martin2011-08-241-25/+30
* don't mangle absolute paths in the canonicalizerEvan Martin2011-05-171-0/+8
* handle foo//bar in CanonicalizePathEvan Martin2011-04-221-0/+5
* Move CanonicalizePath into util.h so it can be shared by the other modules.Thiago Farina2011-04-151-0/+50