summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #802 from martine/parensNico Weber2014-08-051-1/+1
|\ \ \ | |/ / |/| |
| * | add some parens to silence a gcc warningEvan Martin2014-08-041-1/+1
|/ /
* | Merge pull request #798 from kwesolowski/masterNico Weber2014-07-272-6/+60
|\ \
| * | 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 #799 from ryo-on/netbsd-supportNico Weber2014-07-261-1/+6
|\ \ \ | |/ / |/| |
| * | Add NetBSD support.Ryo ONODERA2014-07-191-1/+6
|/ /
* | Merge pull request #788 from donkopotamus/patch-2Nico Weber2014-06-301-1/+5
|\ \
| * | Add highlighting of rule in build statementsdonkopotamus2014-06-271-1/+5
* | | 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
* | | | | Merge pull request #791 from nico/relmoreNico Weber2014-06-271-5/+4
|\ \ \ \ \
| * | | | | also note that branch release needs to be pushedNico Weber2014-06-271-5/+4
|/ / / / /
* | | | | Merge pull request #790 from nico/relnotes2Nico Weber2014-06-271-1/+7
|\ \ \ \ \
| * | | | | expand RELEASING a bitNico Weber2014-06-271-1/+7
|/ / / / /
* | | | | mark this 1.5.0.git, update RELEASINGNico Weber2014-06-272-9/+10
|/ / / /
* | | | Merge pull request #789 from nico/dontwinNico Weber2014-06-273-7/+7
|\ \ \ \ | |_|/ / |/| | |
| * | | Rename -d nowinstatcache to -d nostatcache; might become useful elsewhere (#787)Nico Weber2014-06-273-7/+7
|/ / /
* | | Merge pull request #786 from donkopotamus/patch-1Nico Weber2014-06-261-1/+1
|\ \ \
| * | | Update ninja-mode for emacs to handle hyphens in rule namesdonkopotamus2014-06-261-1/+1
|/ / /
* | | 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
* | | | Merge pull request #784 from nico/statkeepNico Weber2014-06-206-12/+14
|\ \ \ \ | |/ / / |/| | |
| * | | 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