index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
state.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add unique IDs to edges
Colin Cross
2020-10-30
1
-4/+12
*
Remove 'using namespace std' from header files, properly namespace all std sy...
Michael Jones
2020-09-30
1
-14/+13
*
Misc typo fixes by https://github.com/codespell-project/codespell/
Mo Zhou
2018-09-06
1
-1/+1
*
Use uint64_t for slash_bits consistently
Daniel Weber
2016-09-01
1
-3/+4
*
Constify State::RootNodes().
Nicolas Despres
2016-06-09
1
-2/+2
*
avoid calling ResumeDelayedJobs instead
Scott Graham
2015-04-24
1
-3/+0
*
add comment
Scott Graham
2015-04-24
1
-0/+3
*
Fix pool use count going unbalanced
Scott Graham
2015-04-23
1
-0/+1
*
Move warning emission on dupe edges from State to ManifestParser.
Nico Weber
2015-03-24
1
-1/+1
*
Allow scoping rules through subninja
Mohamed Bamakhrama
2015-03-01
1
-7/+1
*
remove two unneeded `explicit`s
Nico Weber
2014-12-07
1
-2/+2
*
make all GetNode explicit, add DepsLog canonicalize test
Scott Graham
2014-11-10
1
-1/+0
*
wip on adding tests at higher level, some not right
Scott Graham
2014-11-08
1
-2/+3
*
Introduce the "console" pool
Peter Collingbourne
2014-02-03
1
-0/+1
*
Make BuildLogUser reference constant.
Nico Weber
2014-01-07
1
-1/+1
*
Remove a few unused includes.
Nico Weber
2013-05-12
1
-1/+0
*
Fix debug build on linux (type strictness).
Robert Iannucci
2013-03-23
1
-1/+2
*
Fix Pool to use a set internally
Robert Iannucci
2013-03-18
1
-2/+4
*
Removed unused UnitsWaiting() function from State class.
Thiago Farina
2013-02-19
1
-3/+1
*
rearrange handling of builtin bindings to make rules simpler
Evan Martin
2012-12-29
1
-1/+1
*
Remove unnecessary parameter from ShouldDelayEdge
Robert Iannucci
2012-11-30
1
-1/+1
*
Rename isValid
Robert Iannucci
2012-11-30
1
-1/+1
*
Improve comments for src/state.h
Robert Iannucci
2012-11-30
1
-3/+12
*
Uninitialized variable! There is always one...
Robert Iannucci
2012-11-10
1
-1/+1
*
Dump pools with State
Robert Iannucci
2012-11-09
1
-3/+6
*
Fix a bug... now chrome build works O_O
Robert Iannucci
2012-11-09
1
-1/+1
*
and some basic implementation
Robert Iannucci
2012-11-09
1
-5/+7
*
stub out an api and de-constify Pool
Robert Iannucci
2012-11-09
1
-5/+27
*
Const ref FTW
Robert Iannucci
2012-11-09
1
-1/+1
*
Pull out base changes to state
Robert Iannucci
2012-11-09
1
-1/+24
*
move BuildLog to DependencyScan
Evan Martin
2012-09-04
1
-2/+0
*
Remove #pragma once from our header files.
Thiago Farina
2012-07-17
1
-1/+0
*
No need to write 'struct' before type name when declaraing variables in C++.
Thiago Farina
2012-05-23
1
-1/+1
*
more stringpiece
Evan Martin
2012-01-09
1
-3/+3
*
switch node lookup to StringPiece
Evan Martin
2012-01-09
1
-2/+2
*
more whitespace
Evan Martin
2011-12-07
1
-0/+4
*
merge StatCache into State
Evan Martin
2011-12-07
1
-6/+10
*
Add spelling suggestions for four cases:
Nico Weber
2011-11-16
1
-0/+1
*
Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_
Peter Collingbourne
2011-10-18
1
-0/+1
*
Factor out State struct from ninja_jumble.cc into its header/source files.
Thiago Farina
2011-09-03
1
-0/+68