index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lexer.in.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
rename a variable
Nico Weber
2018-04-06
1
-5/+5
*
Improve location of error messages around identifiers.
Nico Weber
2018-04-06
1
-2/+7
*
CanonicalizePath handles \ on Windows
Scott Graham
2014-10-30
1
-8/+17
*
block parse method done
Robert Iannucci
2012-11-10
1
-0/+2
*
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
*
disallow crlf in manifest files
Evan Martin
2012-07-18
1
-2/+2
*
allow UTF-8 in rule descriptions
Evan Martin
2012-04-26
1
-1/+1
*
parse $:
Peter Kuemmel
2012-01-29
1
-0/+20
*
add colon escaping
Peter Kuemmel
2012-01-29
1
-0/+4
*
Merge pull request #194 from evanj/newline_spaces
Evan Martin
2012-01-05
1
-1/+1
|
\
|
*
Lexer: include leading spaces in the newline token.
Evan Jones
2012-01-05
1
-1/+1
*
|
Lexer: Remove the trailing newline from lexer.in.cc not just lexer.cc
Evan Jones
2012-01-05
1
-1/+1
|
/
*
Lexer: include leading whitespace in the comment token.
Evan Jones
2012-01-05
1
-1/+1
*
windows: more build fixes
Scott Graham
2012-01-04
1
-0/+1
*
allow hyphen in variable names
Evan Martin
2011-12-30
1
-2/+2
*
make evalstring internals private
Evan Martin
2011-12-30
1
-6/+6
*
build fix
Evan Martin
2011-12-30
1
-0/+2
*
switch the core ninja parser to use re2c for the lexer
Evan Martin
2011-12-29
1
-0/+234