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
*
Fix ReadFile() handle leak on read error on Windows.
David 'Digit' Turner
2022-02-18
1
-1/+2
*
Optimize ninja -d stats
Bruce Dawson
2021-07-26
1
-3/+0
*
Merge pull request #1979 from bradking/simplify-CanonicalizePath
Jan Niklas Hasse
2021-06-10
1
-9/+4
|
\
|
*
util: Remove unnecessary CanonicalizePath error handling
Brad King
2021-06-04
1
-9/+4
*
|
Put Info output back on stdout instead of stderr
Jan Niklas Hasse
2021-06-10
1
-3/+3
|
/
*
Merge pull request #1899 from colincross/status_for_serialize
Jan Niklas Hasse
2021-02-22
1
-4/+25
|
\
|
*
Put builder output through status interface
Colin Cross
2021-02-05
1
-4/+25
*
|
Add Haiku support.
Augustin Cavalier
2021-01-28
1
-0/+4
*
|
Merge pull request #1674 from cameron314/bugfix/core-count
Jan Niklas Hasse
2021-01-01
1
-0/+29
|
\
\
|
|
/
|
/
|
|
*
Added preprocessor if to clarify processor count workaround code is only need...
Cameron
2020-12-31
1
-1/+2
|
*
Tweaks following code review
Cameron
2020-06-10
1
-4/+3
|
*
Style changes following code review
Cameron Desrochers
2019-11-20
1
-4/+8
|
*
Removed unnecessary #ifdef following code review
Cameron Desrochers
2019-11-13
1
-2/+1
|
*
Use symbolic constant as suggested in code review
Cameron
2019-11-13
1
-1/+1
|
*
Fixed processor count detection on Windows when multiple processor groups (i....
Cameron Desrochers
2019-11-12
1
-0/+26
*
|
Add FreeBSD support to GetProcessorCount
Mateusz Guzik
2020-11-30
1
-1/+12
*
|
Add 'using namespace std;' to all cc files to prepare for removing it from he...
Michael Jones
2020-09-30
1
-0/+2
|
/
*
Add Bionic tweak for getloadavg
joakim-noah
2019-11-09
1
-1/+1
*
Ensure substring indexing never goes negative
Kevin Robert Stravers
2019-09-28
1
-0/+6
*
Enable build on IBM i platform (#1630)
ThePrez
2019-08-09
1
-1/+5
*
Make GetProcessorCount() count processors across all processor groups
Jesse McKenna
2019-07-12
1
-3/+1
*
Take CPU set limitations into account when calculating processor count
Jan Niklas Hasse
2019-02-26
1
-0/+9
*
Merge pull request #1474 from mathstuf/win32-invalid-parameter-help
Jan Niklas Hasse
2018-11-16
1
-2/+6
|
\
|
*
Win32Fatal: support a "hint" for the error
Ben Boeckel
2018-11-09
1
-2/+6
*
|
Merge pull request #1196 from danw/ReadFile_opt
Jan Niklas Hasse
2018-11-14
1
-1/+11
|
\
\
|
*
|
Optimize ReadFile allocations
Dan Willemsen
2016-11-07
1
-1/+11
*
|
|
util: don't add ellipses width when deciding if they're necessary
Ben Boeckel
2018-11-09
1
-1/+1
|
|
/
|
/
|
*
|
Add NINJA_FALLTHROUGH macro
Stefan Becker
2018-04-11
1
-1/+1
*
|
Fix building on Windows in UNICODE mode
Gergely Nagy
2017-10-31
1
-7/+2
*
|
Remove path component limit from input of CanonicalizePath in windows
Takuto Ikuta
2017-08-30
1
-54/+25
*
|
Fix for review
Takuto Ikuta
2017-05-09
1
-1/+1
*
|
Merge pull request #1181 from DanielWeber/issue-1161
Nico Weber
2017-01-24
1
-9/+9
|
\
\
|
*
|
Allow more path components
Daniel Weber
2016-08-22
1
-9/+9
|
|
/
*
|
Fix build with uclibc
Pawel Hajdan, Jr
2017-01-02
1
-0/+7
|
/
*
Canonicalize "." to "."
Colin Cross
2015-12-16
1
-2/+2
*
Implement GetLoadAverage on AIX using libperfstat
Mike Seplowitz
2015-08-19
1
-0/+12
*
Run more than 34 processes on Win32 if we have 32+ cores.
Rui Ueyama
2015-04-17
1
-1/+1
*
Merge pull request #835 from rainlabs-eu/fix-cygwin-compatibility
Nico Weber
2014-12-04
1
-1/+4
|
\
|
*
Fixed cygwin compatibility (issue #806)
kwesolowski
2014-10-25
1
-1/+4
*
|
Merge pull request #850 from sgraham/ocd
Nico Weber
2014-11-12
1
-16/+19
|
\
\
|
*
|
whitespace/comment/wrap fixes, no intended functionality change
Scott Graham
2014-11-12
1
-16/+19
*
|
|
set *err when too many components in CanonicalizePath
Scott Graham
2014-11-12
1
-1/+3
|
/
/
*
|
properly guard against slash_bits overflow
Scott Graham
2014-11-12
1
-2/+5
*
|
fix not respecting length
Scott Graham
2014-11-11
1
-14/+18
*
|
fix CanonicalizePath going past StringPiece length + test
Scott Graham
2014-11-10
1
-0/+2
*
|
initialize slash_bits on non-win
Scott Graham
2014-11-10
1
-0/+2
*
|
non-win compilation
Scott Graham
2014-11-09
1
-0/+10
*
|
fix order of args to CanonicalizePath
Scott Graham
2014-11-09
1
-4/+4
*
|
remove CanonicalizePath overloads, test for toplevel behaviour
Scott Graham
2014-11-09
1
-10/+0
*
|
fix multiple sequential slashes
Scott Graham
2014-11-08
1
-1/+1
[next]