summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | do not delete files from the logs that still exist on diskNico Weber2014-06-201-1/+3
| * | make Stat() a const methodNico Weber2014-06-195-11/+11
|/ /
* | Merge pull request #783 from sgraham/findexinfobasicNico Weber2014-06-191-1/+4
|\ \
| * | use local definition of FindExInfoBasic for earlier sdksScott Graham2014-06-191-1/+4
|/ /
* | Merge pull request #782 from sgraham/warning-on-81sdkNico Weber2014-06-161-0/+3
|\ \
| * | suppress warning on win8.1 sdkScott Graham2014-06-161-0/+3
|/ /
* | Merge pull request #781 from nico/cleanerNico Weber2014-06-162-18/+8
|\ \
| * | simplify statcache code moreNico Weber2014-06-162-18/+8
|/ /
* | Merge pull request #780 from nico/versioncheckNico Weber2014-06-161-2/+13
|\ \
| * | only use FindExInfoBasic on win7+Nico Weber2014-06-161-2/+13
|/ /
* | Merge pull request #779 from nico/statcacheNico Weber2014-06-156-21/+158
|\ \
| * | s/hFind/find_handle/Nico Weber2014-06-151-5/+5
| * | add missing _WIN32 checksNico Weber2014-06-151-0/+2
| * | make bool exist everywhere, for simpler calling codeNico Weber2014-06-152-3/+1
| * | add some statcache testsNico Weber2014-06-154-8/+43
| * | Free cache memory once it's no longer used.Nico Weber2014-06-153-8/+23
| * | error checkingNico Weber2014-06-151-8/+11
| * | on by defaultNico Weber2014-06-152-5/+5
| * | commentNico Weber2014-06-151-1/+7
| * | make win-onlyNico Weber2014-06-152-0/+6
| * | simplify more, move behind flagNico Weber2014-06-154-7/+18
| * | more minor cleanupsNico Weber2014-06-151-10/+6
| * | more minor cleanupsNico Weber2014-06-151-20/+7
| * | minor cleanupsNico Weber2014-06-151-56/+40
| * | Turn on stat cache. Empty builds of chrome on my laptop 4s -> 1.3s (!)Nico Weber2014-06-151-1/+1
| * | Add a stat cache. Demo-quality, and disabled atm.Nico Weber2014-06-153-20/+114
|/ /
* | Merge pull request #778 from nico/spellrspNico Weber2014-06-151-1/+1
|\ \
| * | spellcheck "keeprsp" in -d optionsNico Weber2014-06-151-1/+1
|/ /
* | Merge pull request #777 from nico/winconfNico Weber2014-06-151-1/+1
|\ \
| * | create a slightly nicer build.ninja on windowsNico Weber2014-06-151-1/+1
|/ /
* | Version 1.4 of the vim syntax file was merged.Nico Weber2014-06-121-1/+1
* | Merge pull request #770 from debfx/masterEvan Martin2014-05-301-2/+2
|\ \
| * | Use unversioned gnukfreebsd platform.Felix Geyer2014-05-301-2/+2
|/ /
* | Merge pull request #769 from nico/plusNico Weber2014-05-302-2/+3
|\ \
| * | Allow + in filenames without escapingNico Weber2014-05-302-2/+3
|/ /
* | Merge pull request #768 from nico/vimsynNico Weber2014-05-301-2/+4
|\ \
| * | vim syntax: Correctly highlight $$a as ($$)a instead of $($a).Nico Weber2014-05-131-2/+4
* | | Merge pull request #767 from nico/esc_deprspfileNico Weber2014-05-297-35/+99
|\ \ \
| * | | reword manual for depfile/rspfile escaping changeNico Weber2014-05-241-9/+7
| * | | Make "depfile=$out.d" work if $out contains escaped characters, rspfile too.Nico Weber2014-05-217-32/+98
|/ / /
* | | Merge pull request #766 from nico/cleanupNico Weber2014-05-211-6/+2
|\ \ \
| * | | CleanTest cleanups:Nico Weber2014-05-211-6/+2
|/ / /
* | | Merge pull request #764 from nico/winconsoleNico Weber2014-05-186-24/+25
|\ \ \
| * | | win console wip: Fix comments based on review feedback.Nico Weber2014-05-182-2/+2
| * | | win console wip: resolve FIXMENico Weber2014-05-142-1/+2
| * | | win console wip: ctrl-c should reach commands running in console poolsNico Weber2014-05-131-1/+4
| * | | win console wip: enable testNico Weber2014-05-131-4/+2
| * | | wip for console pool on windowsNico Weber2014-05-135-19/+18
| |/ /
* | | Merge pull request #761 from maximuska/proposed/depfile_parser_fixesNico Weber2014-05-083-6/+10
|\ \ \
| * | | Allow paths with '{' '}' in depfilesMaxim Kalaev2014-05-073-6/+10
|/ / /