summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Provide an error message on malformed lets. Fixes #807.Nico Weber2014-09-042-1/+10
* add some parens to silence a gcc warningEvan Martin2014-08-041-1/+1
* Remove extra info from Usage()kwesolowski2014-07-261-3/+0
* Changed implementation to provide load from 0 to ProcessorCountkwesolowski2014-07-261-4/+6
* Fixed naming convention in GetLoadAverage support functions.kwesolowski2014-07-261-25/+25
* Improved load calculationkwesolowski2014-07-251-9/+20
* Small usage info fix for windowskwesolowski2014-07-251-1/+1
* Fixes for windows CalculateProcessorLoadkwesolowski2014-07-251-1/+4
* Fixed/improved -l N documentation For windowskwesolowski2014-07-251-1/+1
* Prepared load (-l N) support for windows.kwesolowski2014-07-251-3/+44
* Merge pull request #755 from zmodem/working_dir_vs_msvc_toolNico Weber2014-06-291-8/+9
|\
| * Process the -C option before running RUN_AFTER_FLAGS tools.Hans Wennborg2014-05-031-8/+9
* | mark this 1.5.1.gitNico Weber2014-06-271-1/+1
* | Merge pull request #792 from nico/statdirNico Weber2014-06-272-2/+21
|\ \
| * | try to fix stat()ing directories on windowsNico Weber2014-06-271-2/+0
| * | add more tests for stat()ing a directoryNico Weber2014-06-271-1/+16
| * | add a test for stat()ing a directoryNico Weber2014-06-271-0/+6
* | | mark this 1.5.0.git, update RELEASINGNico Weber2014-06-271-1/+1
|/ /
* | Rename -d nowinstatcache to -d nostatcache; might become useful elsewhere (#787)Nico Weber2014-06-273-7/+7
* | Merge pull request #785 from nico/unusedNico Weber2014-06-251-1/+5
|\ \
| * | Fix -Wunused-result warning for chdir on linux.Nico Weber2014-06-251-1/+5
* | | 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
|/ /
* | use local definition of FindExInfoBasic for earlier sdksScott Graham2014-06-191-1/+4
* | suppress warning on win8.1 sdkScott Graham2014-06-161-0/+3
* | simplify statcache code moreNico Weber2014-06-162-18/+8
* | only use FindExInfoBasic on win7+Nico Weber2014-06-161-2/+13
* | 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
* | spellcheck "keeprsp" in -d optionsNico Weber2014-06-151-1/+1
* | Allow + in filenames without escapingNico Weber2014-05-302-2/+3
* | Make "depfile=$out.d" work if $out contains escaped characters, rspfile too.Nico Weber2014-05-216-30/+94
* | CleanTest cleanups:Nico Weber2014-05-211-6/+2
* | Merge pull request #764 from nico/winconsoleNico Weber2014-05-185-22/+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