index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
line_printer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2143 from orgads/flush
Jan Niklas Hasse
2022-12-26
1
-0/+1
|
\
|
*
Flush output after each line
Orgad Shaneh
2022-06-07
1
-0/+1
*
|
Qualify `std::string`.
Siyuan Ren
2022-06-11
1
-1/+1
*
|
Really respect the env variable `CLICOLOR_FORCE`.
Siyuan Ren
2022-05-07
1
-4/+4
|
/
*
Disable stdout buffering in real_main
Bruce Dawson
2021-10-01
1
-5/+0
*
Use UTF-8 on Windows 10 Version 1903, fix #1195
Jan Niklas Hasse
2021-02-17
1
-15/+20
*
Add 'using namespace std;' to all cc files to prepare for removing it from he...
Michael Jones
2020-09-30
1
-0/+2
*
Merge pull request #1508 from mqudsi/colored_fail
Jan Niklas Hasse
2019-08-02
1
-1/+3
|
\
|
*
Unset suports_color_ if SetConsoleMode fails on WIN32
Mahmoud Al-Qudsi
2018-12-10
1
-1/+3
*
|
Feature/add term env dumb to win32 (#1550)
jhuels
2019-04-16
1
-5/+9
|
/
*
Enable ANSI escape sequences on Windows 10 terminals
GoaLitiuM
2018-11-14
1
-0/+12
*
Allow disabling of escape code stripping, fix #1475
Jan Niklas Hasse
2018-11-13
1
-0/+4
*
Merge pull request #1473 from zdave/query-term-stdout
Jan Niklas Hasse
2018-11-05
1
-1/+1
|
\
|
*
Query terminal width from STDOUT_FILENO
David Emett
2018-09-29
1
-1/+1
*
|
Do not always strip colored output in verbose mode, fix #1214
Jan Niklas Hasse
2018-11-05
1
-0/+1
|
/
*
win: Use full console width for status messages.
Nico Weber
2014-12-02
1
-7/+4
*
win/lineprinter: Use a vector instead of manual memory management.
Nico Weber
2014-12-02
1
-8/+4
*
win: Let the "Pause" key or Ctrl-S pause output.
Nico Weber
2014-12-02
1
-10/+5
*
Update line_printer.cc
ppbrown
2014-10-27
1
-0/+1
*
Introduce the "console" pool
Peter Collingbourne
2014-02-03
1
-6/+45
*
Use fwrite to print whatever the subcommand wrote
Reid Kleckner
2013-07-02
1
-1/+5
*
drop std:: qualifiers on more stl datatypes
Evan Martin
2013-04-18
1
-1/+1
*
fix windows build after depslog
Scott Graham
2013-04-09
1
-4/+6
*
Try to fix build on Linux.
Nico Weber
2013-04-09
1
-0/+2
*
move printing of new lines into LinePrinter.
Nico Weber
2013-04-09
1
-0/+7
*
move single-line printing to new class
Nico Weber
2013-04-09
1
-0/+98