summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | browse: support --port and --no-browser optionsPeter Wu2016-03-114-17/+34
| * | browse.py: Python 3 compatibilityPeter Wu2016-03-111-2/+5
| * | browse.py: allow port override via environment variablePeter Wu2016-02-251-1/+1
* | | Revert #910.Nico Weber2016-03-052-31/+3
* | | Remove StatIfNecessary call that is never necessaryBrad King2016-02-251-2/+1
|/ /
* | Fix ambiguous call to set_terminate on Windows platformg4m42016-02-171-1/+1
|/
* Merge pull request #1033 from colincross/failedNico Weber2016-02-031-2/+9
|\
| * Print output file on failureColin Cross2015-10-051-2/+9
* | Merge pull request #989 from bradking/implicit-outputsNico Weber2016-02-036-2/+122
|\ \
| * | Add support for build statement implicit outputsBrad King2016-02-036-2/+122
* | | Merge pull request #1060 from bradking/deduplicate-disk-interfaceNico Weber2016-02-0312-91/+99
|\ \ \
| * | | Replace ManifestParser::FileReader with general FileReaderBrad King2016-02-035-63/+32
| * | | Expose more details in FileReader::ReadFile signatureBrad King2016-02-037-24/+59
| * | | Factor a `FileReader` base class out of `DiskInterface`Brad King2016-02-031-6/+10
* | | | Merge pull request #1099 from bradking/fix-perftest-compilationNico Weber2016-02-032-2/+2
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | perftest: fix compilation after dupe_edge_should_err changeBrad King2016-02-022-2/+2
* | | Merge pull request #1076 from colincross/canonicalizeNico Weber2016-02-022-18/+18
|\ \ \ | |/ / |/| |
| * | Canonicalize "." to "."Colin Cross2015-12-162-18/+18
* | | Merge pull request #1096 from sgraham/dupe-edge-actionNico Weber2016-01-295-54/+61
|\ \ \
| * | | dupe_edge_should_err from bool to enumScott Graham2016-01-275-54/+61
* | | | Add -d keepdepfile to preserve depfilesShinichiro Hamaji2016-01-284-8/+19
|/ / /
* | | Make dupbuild=err work in subninjaScott Graham2016-01-274-47/+63
* | | Remove unnecessary `std::`Tetsuo Kiso2016-01-105-11/+11
* | | Do not attempt to rebuild infinitely in dry-run mode.Nicolas Despres2015-12-091-0/+4
* | | Merge pull request #1062 from tfarina/bindings-typedefEvan Martin2015-12-062-3/+3
|\ \ \
| * | | make use of Bindings typedefThiago Farina2015-12-042-3/+3
| |/ /
* | | add "msvc_deps_prefix" to Rule::IsReservedBinding()Niklas Rosenstein2015-12-061-1/+2
|/ /
* | Merge pull request #1007 from mikesep/aixEvan Martin2015-11-127-4/+31
|\ \
| * | Fix getopt for AIXMike Seplowitz2015-08-194-0/+10
| * | Implement GetLoadAverage on AIX using libperfstatMike Seplowitz2015-08-191-0/+12
| * | Fix AIX compilation error related to printf macrosMike Seplowitz2015-08-191-3/+8
| * | Strip tabs from od's outputMike Seplowitz2015-08-191-1/+1
* | | Merge pull request #999 from colincross/dumbstatusNico Weber2015-11-121-2/+3
|\ \ \
| * | | Print status when edge finishes on dumb terminalsColin Cross2015-07-311-2/+3
* | | | Merge pull request #964 from nicolasdespres/sighupNico Weber2015-11-123-1/+36
|\ \ \ \
| * | | | Cleanup build on SIGHUP.Nicolas Despres2015-09-203-1/+36
| | |_|/ | |/| |
* | | | Merge pull request #763 from drbo/masterNico Weber2015-11-123-31/+38
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master'Demetri Obenour2014-05-3112-60/+124
| |\ \ \ \
| * | | | | Added test of international character supportDemetri Obenour2014-05-082-29/+36
| * | | | | Added support for international characters in makefile dependency namesDemetri Obenour2014-05-081-2/+2
* | | | | | Make links point to org pageNico Weber2015-11-114-8/+8
* | | | | | Fix typo.Nicolas Despres2015-09-241-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #1014 from moroten/optimize-stringpieceNico Weber2015-09-071-1/+1
|\ \ \ \ \
| * | | | | Optimize StringPiece hash mapFredrik Medley2015-09-031-1/+1
| | |_|_|/ | |/| | |
* | | | | Merge LLVM r242069, make spell checking allocate less memory.Nico Weber2015-09-071-18/+20
|/ / / /
* | | | Remove accidental changesScott Graham2015-08-102-1105/+1105
* | | | Some mucking with std:: for set_terminate and terminate_handlerScott Graham2015-08-104-1109/+1108
* | | | Make sure not to re-define __STDC_FORMAT_MACROS.Lindley French2015-07-311-0/+2
| |_|/ |/| |
* | | Correct order of ASSERT_EQ argumentsMike Seplowitz2015-07-301-2/+2
* | | Merge pull request #988 from nico/slashesNico Weber2015-07-103-7/+13
|\ \ \