index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lexer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
windows: fix size_t<->int conversions in ninja.exe
Evan Martin
2012-08-10
1
-1/+1
*
reject tabs (and CRs) in input files more aggressively
Evan Martin
2012-08-02
1
-18/+19
*
Revert "Make StringPiece data members private."
Nico Weber
2012-07-28
1
-3/+3
*
Merge pull request #352 from tfarina/string-piece-private
Evan Martin
2012-07-27
1
-3/+3
|
\
|
*
Make StringPiece data members private.
Thiago Farina
2012-06-30
1
-3/+3
*
|
disallow crlf in manifest files
Evan Martin
2012-07-18
1
-51/+59
|
/
*
allow UTF-8 in rule descriptions
Evan Martin
2012-04-26
1
-4/+4
*
parse $:
Peter Kuemmel
2012-01-29
1
-0/+20
*
add colon escaping
Peter Kuemmel
2012-01-29
1
-21/+31
*
Lexer: include leading spaces in the newline token.
Evan Jones
2012-01-05
1
-84/+90
*
make Lexer::Error not emit trailing newline
Evan Martin
2012-01-05
1
-1/+1
*
Lexer: include leading whitespace in the comment token.
Evan Jones
2012-01-05
1
-53/+63
*
windows: more build fixes
Scott Graham
2012-01-04
1
-0/+1
*
allow hyphen in variable names
Evan Martin
2011-12-30
1
-16/+24
*
make evalstring internals private
Evan Martin
2011-12-30
1
-6/+6
*
switch the core ninja parser to use re2c for the lexer
Evan Martin
2011-12-29
1
-0/+729