index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #363 from usovalx/subprocess_test_build_failure
Evan Martin
2012-07-17
1
-0/+5
|
\
|
*
Add missing include of <sys/resouce.h>
Oleksandr Usov
2012-07-16
1
-0/+5
*
|
Remove #pragma once from our header files.
Thiago Farina
2012-07-17
4
-4/+0
|
/
*
Efficiently check for emptiness
Pierre Schweitzer
2012-07-14
1
-1/+1
*
Clarify comment wording.
Ted Vessenes
2012-07-11
1
-3/+3
*
Fix missing POLLRDHUP constant on older systems.
Ted Vessenes
2012-07-11
1
-0/+7
*
Rename parsers.* to manifest_parser.*
Thiago Farina
2012-07-09
7
-9/+9
*
Merge pull request #313 from wolfp/restat_missing_input
Evan Martin
2012-07-03
2
-7/+55
|
\
|
*
Add a test for missing input files in restat rules
wolfp
2012-06-27
1
-0/+54
|
*
Do not reset restat_mtime if an input is missing (issue #295)
wolfp
2012-06-27
1
-7/+1
*
|
Improving Edge::Dump, introducing Node::Dump
Maxim Kalaev
2012-06-28
2
-6/+27
*
|
switch build log to print hashes as hex
Evan Martin
2012-06-19
2
-2/+3
*
|
add copyright header
Evan Martin
2012-06-19
1
-0/+14
*
|
drop support of log formats < 4
Evan Martin
2012-06-18
2
-23/+21
*
|
use PRIu64 for printing 64-bit in, %d for printing int
Evan Martin
2012-06-18
2
-2/+23
*
|
make canon_perftest build, add license
Evan Martin
2012-06-18
1
-0/+17
*
|
no recompacting needed when log file is empty
Peter Kuemmel
2012-06-18
1
-3/+7
*
|
Merge pull request #316 from tfarina/struct
Evan Martin
2012-06-17
2
-5/+6
|
\
\
|
*
|
No need to write 'struct' before type name when declaraing variables in C++.
Thiago Farina
2012-05-23
2
-5/+6
|
|
/
*
|
improve test
Scott Graham
2012-06-15
1
-8/+7
*
|
add $in_newline
Scott Graham
2012-06-15
2
-6/+28
*
|
fix windows build
Scott Graham
2012-06-15
1
-0/+1
*
|
Add a hash collision benchmark.
Nico Weber
2012-06-15
1
-0/+43
*
|
Only store command hashes in the build log.
Nico Weber
2012-06-15
8
-17/+82
*
|
Merge pull request #328 from nico/canonperf
Evan Martin
2012-06-15
1
-0/+38
|
\
\
|
*
|
add canon_perftest
Nico Weber
2012-06-03
1
-0/+38
*
|
|
allow '(' and ')' in depfile paths
Evan Martin
2012-06-12
3
-7/+22
*
|
|
fix a typo in a test name
Evan Martin
2012-06-12
1
-1/+1
*
|
|
Merge pull request #311 from nico/cleanups
Evan Martin
2012-06-04
1
-1/+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
comment fix
Nico Weber
2012-05-13
1
-1/+1
|
|
/
*
|
Remove code that was never executed.
Nico Weber
2012-06-02
1
-9/+1
*
|
Merge pull request #320 from nico/cleanup
Evan Martin
2012-06-02
2
-4/+0
|
\
\
|
*
|
Remove unused variable last_update_millis_.
Nico Weber
2012-06-01
2
-4/+0
|
|
/
*
|
Missing header file for "getenv".
Jonathan Sternberg
2012-05-31
1
-0/+1
*
|
Removing unused sys/termios.h header.
Jonathan Sternberg
2012-05-30
1
-1/+0
*
|
Header guards were missing from some header files.
Jonathan Sternberg
2012-05-30
4
-0/+19
|
/
*
Merge pull request #310 from nico/landreader
Evan Martin
2012-05-10
1
-11/+64
|
\
|
*
Switch LineReader from fgets() to just fread().
Nico Weber
2012-05-10
1
-5/+33
|
*
Pull BuildLog line reading into its own class. No performance or behavior cha...
Nico Weber
2012-05-10
1
-11/+36
*
|
Add a BuildLog test that checks that very long command liens don't crash.
Nico Weber
2012-05-10
1
-0/+28
*
|
Add a BuildLog test that checks duplicate version headers don't crash.
Nico Weber
2012-05-10
1
-0/+31
|
/
*
Merge pull request #307 from sgraham/nul-input
Evan Martin
2012-05-09
1
-5/+16
|
\
|
*
pass subprocesses handle to nul device rather than null handle
Scott Graham
2012-05-09
1
-5/+16
*
|
Add a BuildLog loading perftest.
Nico Weber
2012-05-08
2
-1/+140
*
|
include version number
Evan Martin
2012-05-08
1
-2/+10
*
|
Don't write ninja log header to log on every build on Windows.
Nico Weber
2012-05-08
2
-0/+35
|
/
*
Merge pull request #299 from tfarina/explicit-ctors
Evan Martin
2012-05-07
4
-6/+10
|
\
|
*
views: Mark single-argument constructors as explicit.
Thiago Farina
2012-05-06
4
-6/+10
*
|
No need to convert log_path to c-string. Two places.
Thiago Farina
2012-05-06
1
-4/+3
|
/
*
First check for string end, then dereference. (5ms more expensive, heh.)
Nico Weber
2012-05-04
1
-2/+2
[next]