index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add unit test for #1491
Jan Niklas Hasse
2018-11-13
1
-0/+2
*
Remove path component limit from input of CanonicalizePath in windows
Takuto Ikuta
2017-08-30
1
-5/+25
*
Use uint64_t for slash_bits consistently
Daniel Weber
2016-09-01
1
-2/+1
*
Allow more path components
Daniel Weber
2016-08-22
1
-15/+23
*
Canonicalize "." to "."
Colin Cross
2015-12-16
1
-16/+16
*
Merge pull request #850 from sgraham/ocd
Nico Weber
2014-11-12
1
-2/+2
|
\
|
*
whitespace/comment/wrap fixes, no intended functionality change
Scott Graham
2014-11-12
1
-2/+2
*
|
set *err when too many components in CanonicalizePath
Scott Graham
2014-11-12
1
-0/+4
|
/
*
properly guard against slash_bits overflow
Scott Graham
2014-11-12
1
-0/+28
*
fix CanonicalizePath going past StringPiece length + test
Scott Graham
2014-11-10
1
-0/+10
*
fix order of args to CanonicalizePath
Scott Graham
2014-11-09
1
-19/+19
*
remove CanonicalizePath overloads, test for toplevel behaviour
Scott Graham
2014-11-09
1
-2/+12
*
fix multiple sequential slashes
Scott Graham
2014-11-08
1
-0/+15
*
track back->forward conversions in a bitmask
Scott Graham
2014-11-08
1
-0/+72
*
CanonicalizePath handles \ on Windows
Scott Graham
2014-10-30
1
-0/+66
*
Allow + in filenames without escaping
Nico Weber
2014-05-30
1
-2/+2
*
Don’t unnecessarily escape backslashes in Win32 paths
Nicholas Hutchinson
2014-01-08
1
-0/+8
*
More robust escaping of $in, $out paths
Nicholas Hutchinson
2014-01-06
1
-0/+23
*
drop std:: qualifiers on more stl datatypes
Evan Martin
2013-04-18
1
-1/+1
*
Merge pull request #401 from syntheticpp/win-network-path
Evan Martin
2012-08-17
1
-0/+16
|
\
|
*
on windows a network path starts with two backslashes
Peter Kuemmel
2012-08-17
1
-0/+16
*
|
windows: fix integer truncation issues for helper binaries
Evan Martin
2012-08-10
1
-3/+3
|
/
*
Re-factor elide code and test it.
Nicolas Despres
2012-07-31
1
-0/+11
*
Speed up CanonicalizePath() 6.8% (322ms -> 300ms for chrome empty build).
Nico Weber
2012-05-04
1
-0/+26
*
Add a test for empty path in CanonicalizePath().
Nicolas Despres
2012-02-20
1
-0/+3
*
don't crash when CanonicalizePath removes all path components
Evan Martin
2012-02-04
1
-0/+17
*
Strip ansi escape sequences from subcommand output when not writing to a smar...
Nico Weber
2012-01-19
1
-0/+17
*
make CanonicalizePath report an error on empty path
Evan Martin
2011-10-06
1
-12/+19
*
semantic change: allow reaching into parent directories in paths
Evan Martin
2011-08-24
1
-25/+30
*
don't mangle absolute paths in the canonicalizer
Evan Martin
2011-05-17
1
-0/+8
*
handle foo//bar in CanonicalizePath
Evan Martin
2011-04-22
1
-0/+5
*
Move CanonicalizePath into util.h so it can be shared by the other modules.
Thiago Farina
2011-04-15
1
-0/+50