index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
note that -l doesn't work on windows
Evan Martin
2012-07-28
1
-0/+1
*
|
simplify load-average code
Evan Martin
2012-07-28
1
-15/+3
|
/
*
rearrange minidump patch to match ninja code style
Evan Martin
2012-07-27
1
-79/+0
*
Merge branch 'set_terminate' of git://github.com/gmoudry/ninja into minidump
Evan Martin
2012-07-27
1
-0/+79
|
\
|
*
Changed #ifdef _WIN32 to #ifdef _MSC_VER to make sure that MinGW compiles hap...
Jiri Moudry
2012-04-26
1
-2/+2
|
*
Improve handling of fatal errors on Windows, support creation of minidumps
Jiri Moudry
2012-03-28
1
-0/+78
*
|
Merge pull request #351 from syntheticpp/rate
Evan Martin
2012-07-27
1
-10/+0
|
\
\
|
*
|
print edges per second
Peter Kuemmel
2012-07-15
1
-10/+0
*
|
|
Use lowercase consistently.
Thiago Farina
2012-07-20
1
-3/+3
|
/
/
*
|
First check for string end, then dereference. (5ms more expensive, heh.)
Nico Weber
2012-05-04
1
-2/+2
*
|
Don't walk path components twice. Speeds up CanonicalizePath() 115ms (285ms -...
Nico Weber
2012-05-04
1
-6/+2
*
|
Reorder a few lines, no functionality (or perf) change.
Nico Weber
2012-05-04
1
-5/+4
*
|
Skip single '/' characters earlier in the loop. 300ms -> 285ms.
Nico Weber
2012-05-04
1
-8/+11
*
|
Speed up CanonicalizePath() 6.8% (322ms -> 300ms for chrome empty build).
Nico Weber
2012-05-04
1
-8/+9
*
|
Add -l N option to limit the load average.
Nicolas Despres
2012-04-19
1
-0/+29
*
|
Fix windows build (add #include <io.h>)
Qingning Huo
2012-03-15
1
-0/+1
|
/
*
Add a Windows version of SetCloseOnExec()
Qingning Huo
2012-03-13
1
-3/+4
*
don't crash when CanonicalizePath removes all path components
Evan Martin
2012-02-04
1
-0/+5
*
check access to first element of string: string could be empty
Peter Kuemmel
2012-01-23
1
-1/+4
*
windows: use _WIN32 define everywhere
Evan Martin
2012-01-22
1
-2/+2
*
Strip ansi escape sequences from subcommand output when not writing to a smar...
Nico Weber
2012-01-19
1
-0/+28
*
remove string copy while loading depfiles
Evan Martin
2012-01-09
1
-0/+1
*
split canonicalize
Evan Martin
2012-01-09
1
-5/+12
*
track canonicalize metric
Evan Martin
2012-01-06
1
-0/+2
*
allow spellcheck to be used with a vector of strings
Evan Martin
2012-01-04
1
-11/+17
*
Use ExitProcess instead of exit in Fatal to allow extra cleanup for MSVC
Frances Buontempo
2012-01-04
1
-0/+8
*
Capitalize "error" to match with the other utility functions.
Thiago Farina
2011-12-20
1
-1/+1
*
factor out windows perror equivalent
Evan Martin
2011-12-20
1
-0/+21
*
Remove warning triggered by -Wextra on MinGW.
Nicolas Despres
2011-11-19
1
-1/+2
*
Add spelling suggestions for four cases:
Nico Weber
2011-11-16
1
-0/+25
*
move SetCloseOnExec to util
Evan Martin
2011-10-31
1
-0/+16
*
make CanonicalizePath report an error on empty path
Evan Martin
2011-10-06
1
-1/+7
*
semantic change: allow reaching into parent directories in paths
Evan Martin
2011-08-24
1
-72/+42
*
remove +x bit from source
Evan Martin
2011-06-03
1
-0/+0
*
Tests now build on a native Windows build (tested with VS2010)
Philip Craig
2011-05-28
1
-0/+3
*
move GetTimeMillis to util
Evan Martin
2011-05-24
1
-0/+16
*
move ReadFile into util
Evan Martin
2011-05-24
1
-0/+23
*
don't mangle absolute paths in the canonicalizer
Evan Martin
2011-05-17
1
-1/+1
*
Needed more path components to build Chrome. One path component in an uncommon
Scott Byer
2011-05-03
1
-1/+1
*
Add a Warning() report function.
Nicolas Despres
2011-05-02
1
-0/+9
*
windows: abstract around mkdir vs _mkdir
Evan Martin
2011-05-02
1
-0/+14
*
use kMaxPathComponents in proper place
Evan Martin
2011-04-23
1
-1/+1
*
optimize CanonicalizePath
Evan Martin
2011-04-23
1
-34/+69
*
handle foo//bar in CanonicalizePath
Evan Martin
2011-04-22
1
-2/+4
*
Merge branch 'master' of github.com:martine/ninja
Evan Martin
2011-04-15
1
-1/+10
|
\
|
*
Prefix error messages with program name.
Nicolas Despres
2011-03-21
1
-1/+10
*
|
Move CanonicalizePath into util.h so it can be shared by the other modules.
Thiago Farina
2011-04-15
1
-0/+54
|
/
*
drop DumpBacktrace
Evan Martin
2011-02-28
1
-9/+0
*
add copyrights
Evan Martin
2011-02-06
1
-0/+14
*
move src into subdir
Evan Martin
2010-12-05
1
-0/+24
[prev]