gg

gg:fast-preprocess-wip

Last commit made on 2018-09-04
Get this branch:
git clone -b fast-preprocess-wip https://git.launchpad.net/gg

Branch merges

Branch information

Name:
fast-preprocess-wip
Repository:
lp:gg

Recent commits

6abfe27... by Sadjad Fouladi

preprocessor.cc: Don't always check for include_next.

710b1de... by Sadjad Fouladi

Add an option to do fast dependency inference.

03c907f... by Sadjad Fouladi

Scan strings.

cf64f1a... by Sadjad Fouladi

preprocessor.cc: Run both fast and slow ways and compare the results.

e5dcb59... by Sadjad Fouladi

gcc-args.cc: Add support for -msse.

fbcaa42... by Sadjad Fouladi

preprocessor.cc: Check if #include is inside a comment.

dc05b8c... by Sadjad Fouladi

preprocessor.cc: Add an option to turn on/off fast deps.

ad67bfc... by Sadjad Fouladi

preprocessor.cc: Fix a bug with paths start with ./

a66f4d6... by Sadjad Fouladi

preprocessor.cc: Fix a few bugs in fast dependency generation.

dba1e6c... by Keith Winstein

preprocessor.cc: Implement scan_dependencies_recursive from scratch.