index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
util.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: Remove unnecessary CanonicalizePath error handling
Brad King
2021-06-04
1
-4/+2
*
Put builder output through status interface
Colin Cross
2021-02-05
1
-0/+8
*
Comply with project formatting rules wrt 80 column lines
Michael Jones
2020-09-30
1
-1/+2
*
Remove 'using namespace std' from header files, properly namespace all std sy...
Michael Jones
2020-09-30
1
-12/+11
*
Win32Fatal: support a "hint" for the error
Ben Boeckel
2018-11-09
1
-1/+1
*
Add NINJA_FALLTHROUGH macro
Stefan Becker
2018-04-11
1
-0/+14
*
Fix for review
Takuto Ikuta
2017-05-09
1
-0/+2
*
Allow more path components
Daniel Weber
2016-08-22
1
-2/+2
*
fix order of args to CanonicalizePath
Scott Graham
2014-11-09
1
-3/+3
*
remove CanonicalizePath overloads, test for toplevel behaviour
Scott Graham
2014-11-09
1
-4/+0
*
track back->forward conversions in a bitmask
Scott Graham
2014-11-08
1
-0/+6
*
More robust escaping of $in, $out paths
Nicholas Hutchinson
2014-01-06
1
-0/+7
*
Don't use va_start() with reference parameters, it's undefined behavior.
Nico Weber
2013-05-24
1
-1/+1
*
Introduce a Truncate() function that works on POSIX and Windows.
Nico Weber
2013-04-29
1
-0/+3
*
fix compile error about noreturn on windows
wang-bin
2013-04-07
1
-3/+3
*
add noreturn attr on Fatal()
Evan Martin
2013-04-05
1
-2/+8
*
Posix symbols are not enabled by default for MSVC
Peter Kümmel
2013-03-14
1
-0/+2
*
wrap some overlong lines
Evan Martin
2012-12-29
1
-1/+2
*
Remove unused macro NINJA_UNUSED_ARG.
Nico Weber
2012-08-28
1
-2/+0
*
move Win32Fatal into util
Evan Martin
2012-08-12
1
-0/+3
*
doc that ReadFile reads in text mode on Windows
Evan Martin
2012-08-12
1
-1/+2
*
windows: fix size_t<->int conversions in ninja.exe
Evan Martin
2012-08-10
1
-1/+1
*
use DiskInterface to create the build directory
Evan Martin
2012-08-07
1
-4/+0
*
Merge branch 'factor-elide-middle' of git://github.com/polrop/ninja
Evan Martin
2012-08-01
1
-0/+4
|
\
|
*
Re-factor elide code and test it.
Nicolas Despres
2012-07-31
1
-0/+4
*
|
move processor-count code to util.cc
Evan Martin
2012-07-28
1
-0/+4
*
|
delete vestigal declarations
Evan Martin
2012-07-28
1
-7/+0
|
/
*
Merge branch 'set_terminate' of git://github.com/gmoudry/ninja into minidump
Evan Martin
2012-07-27
1
-0/+7
|
\
|
*
Improve handling of fatal errors on Windows, support creation of minidumps
Jiri Moudry
2012-03-28
1
-0/+7
*
|
Merge pull request #351 from syntheticpp/rate
Evan Martin
2012-07-27
1
-5/+0
|
\
\
|
*
|
print edges per second
Peter Kuemmel
2012-07-15
1
-5/+0
*
|
|
Remove #pragma once from our header files.
Thiago Farina
2012-07-17
1
-1/+0
|
/
/
*
|
Only store command hashes in the build log.
Nico Weber
2012-06-15
1
-0/+1
*
|
Add -l N option to limit the load average.
Nicolas Despres
2012-04-19
1
-0/+4
|
/
*
only msvc needs these workarounds
Peter Kuemmel
2012-01-22
1
-1/+3
*
windows: use _WIN32 define everywhere
Evan Martin
2012-01-22
1
-1/+1
*
Strip ansi escape sequences from subcommand output when not writing to a smar...
Nico Weber
2012-01-19
1
-0/+3
*
Stop warning about chdir etc which are treated as errors on MSVC with the
Frances Buontempo
2012-01-16
1
-0/+1
*
split canonicalize
Evan Martin
2012-01-09
1
-0/+2
*
allow spellcheck to be used with a vector of strings
Evan Martin
2012-01-04
1
-2/+6
*
windows: make bootstrap.py/configure.py work with MSVC
Scott Graham
2012-01-04
1
-0/+2
*
typedef long long for MSVC
Frances Buontempo
2012-01-03
1
-0/+4
*
factor out windows perror equivalent
Evan Martin
2011-12-20
1
-0/+3
*
Remove warning triggered by -Wextra on MinGW.
Nicolas Despres
2011-11-19
1
-0/+2
*
Add spelling suggestions for four cases:
Nico Weber
2011-11-16
1
-0/+4
*
move SetCloseOnExec to util
Evan Martin
2011-10-31
1
-0/+3
*
make CanonicalizePath report an error on empty path
Evan Martin
2011-10-06
1
-1/+1
*
semantic change: allow reaching into parent directories in paths
Evan Martin
2011-08-24
1
-1/+1
*
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/+4
[next]