Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed-up bash target auto-complete. | Hadi Moshayedi | 2015-10-31 | 1 | -3/+2 |
| | | | | | | | | These speed-ups include: * Let compgen do the command substitution. Similar to https://lists.gnu.org/archive/html/bug-bash/2012-03/msg00115.html * Use "cut" instead of "awk" for separating fields. | ||||
* | Merge pull request #1015 from moroten/docs-relpath | Nico Weber | 2015-10-22 | 1 | -0/+8 |
|\ | | | | | Describe why to use relative paths | ||||
| * | Describe why to use relative paths | Fredrik Medley | 2015-09-03 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | Ninja does resolve relative paths and file system links in paths. Therefore, such paths pointing to the same file will not match and may lead to an invalid dependency graph. Signed-off-by: Fredrik Medley <fredrik.medley@gmail.com> | ||||
* | | Merge pull request #1040 from peter1000/patch-1 | Nico Weber | 2015-10-22 | 1 | -1/+1 |
|\ \ | | | | | | | Fixes typo | ||||
| * | | Fixes typo | peter1000 | 2015-10-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1029 from nicolasdespres/fix-doc-typo | Nico Weber | 2015-10-21 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Fix typo. | ||||
| * | | Fix typo. | Nicolas Despres | 2015-09-24 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #1014 from moroten/optimize-stringpiece | Nico Weber | 2015-09-07 | 1 | -1/+1 |
|\ \ | | | | | | | Optimize StringPiece hash map | ||||
| * | | Optimize StringPiece hash map | Fredrik Medley | 2015-09-03 | 1 | -1/+1 |
| |/ | | | | | | | | | | | Replace strncmp with memcmp to improve performance. Signed-off-by: Fredrik Medley <fredrik.medley@gmail.com> | ||||
* | | Merge pull request #1018 from nico/spell | Nico Weber | 2015-09-07 | 1 | -18/+20 |
|\ \ | |/ |/| | Merge LLVM r242069, make spell checking allocate less memory. | ||||
| * | Merge LLVM r242069, make spell checking allocate less memory. | Nico Weber | 2015-09-07 | 1 | -18/+20 |
|/ | |||||
* | Merge pull request #1009 from sgraham/fix-null.o | Nico Weber | 2015-08-27 | 1 | -1/+2 |
|\ | | | | | Don't output null.o during configure | ||||
| * | Don't output null.o during configure | Scott Graham | 2015-08-27 | 1 | -1/+2 |
|/ | |||||
* | Merge pull request #1003 from sgraham/2015-compile | Nico Weber | 2015-08-10 | 3 | -4/+4 |
|\ | | | | | Fix compile on VS2015 | ||||
| * | Remove accidental changes | Scott Graham | 2015-08-10 | 2 | -1105/+1105 |
| | | |||||
| * | Some mucking with std:: for set_terminate and terminate_handler | Scott Graham | 2015-08-10 | 4 | -1109/+1108 |
| | | |||||
| * | Set _HAS_EXCEPTIONS=0 on MSVC | Scott Graham | 2015-08-10 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #998 from LindleyF/stdc-format-macros | Nico Weber | 2015-08-03 | 1 | -0/+2 |
|\ | | | | | Make sure not to re-define __STDC_FORMAT_MACROS. | ||||
| * | Make sure not to re-define __STDC_FORMAT_MACROS. | Lindley French | 2015-07-31 | 1 | -0/+2 |
|/ | |||||
* | Merge pull request #997 from mikesep/assert-arg-order | Nico Weber | 2015-07-30 | 1 | -2/+2 |
|\ | | | | | Correct order of ASSERT_EQ arguments | ||||
| * | Correct order of ASSERT_EQ arguments | Mike Seplowitz | 2015-07-30 | 1 | -2/+2 |
|/ | | | | The correct order is ASSERT_EQ(expected, actual). | ||||
* | Merge pull request #988 from nico/slashes | Nico Weber | 2015-07-10 | 3 | -7/+13 |
|\ | | | | | win: print right slashes in 'unknown target' message | ||||
| * | win: print right slashes in 'unknown target' message | Nico Weber | 2015-07-10 | 3 | -7/+13 |
| | | |||||
* | | Merge pull request #973 from sgraham/canonicalize-fix | Nico Weber | 2015-07-05 | 8 | -63/+149 |
|\ \ | | | | | | | Fix crash in attempting to canonicalize paths longer than _MAX_PATH | ||||
| * | | don't alias input/output in ExtractDeps (i.e. actually works now) | Scott Graham | 2015-06-18 | 3 | -3/+8 |
| | | | |||||
| * | | propagate include normalization failure to caller instead | Scott Graham | 2015-06-18 | 5 | -25/+30 |
| | | | |||||
| * | | Error+exit -> Fatal | Scott Graham | 2015-06-18 | 1 | -2/+1 |
| | | | |||||
| * | | don't abort() | Scott Graham | 2015-06-09 | 1 | -3/+3 |
| | | | |||||
| * | | push error to caller and abort on failure | Scott Graham | 2015-06-09 | 4 | -47/+73 |
| | | | |||||
| * | | Fix crash in attempting to canonicalize paths longer than _MAX_PATH | Scott Graham | 2015-06-08 | 2 | -1/+52 |
| | | | |||||
* | | | Merge pull request #979 from stinb/bootstrap-out-of-source | Nico Weber | 2015-07-05 | 2 | -9/+19 |
|\ \ \ | | | | | | | | | Bootstrap out of source | ||||
| * | | | Fix bootstrap from a source path containing spaces. | Jason Haslam | 2015-06-22 | 1 | -2/+6 |
| | | | | |||||
| * | | | Search for generated headers relative to build dir. | Jason Haslam | 2015-06-22 | 2 | -1/+4 |
| | | | | |||||
| * | | | Allow configure script to bootstrap out of source. | Jason Haslam | 2015-06-22 | 1 | -7/+10 |
| | |/ | |/| | |||||
* | | | fix typos, punctuation, redundant words in HACKING.md | Nico Weber | 2015-07-02 | 1 | -5/+4 |
| | | | |||||
* | | | Merge pull request #984 from martine/vcvars | Nico Weber | 2015-07-01 | 2 | -7/+24 |
|\ \ \ | | | | | | | | | point people at more detailed build docs if they're on Windows | ||||
| * | | | point people at more detailed build docs if they're on Windows | Evan Martin | 2015-06-30 | 2 | -7/+24 |
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | It's a hard balance between "most people want to run configure --bootstrap" and "here's a massive wall of text of every detail about building". I think the balance in this change is better than it was before -- most people on Windows don't want to build their own binary. Fixes #983. | ||||
* | | | mark this 1.6.0.git | Nico Weber | 2015-06-29 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #978 from martine/revert-971-bootstrap-out-of-source | Nico Weber | 2015-06-22 | 2 | -14/+8 |
|\ \ | | | | | | | Revert "Bootstrap out of source" | ||||
| * | | Revert "Bootstrap out of source" | Nico Weber | 2015-06-22 | 2 | -14/+8 |
|/ / | |||||
* | | Merge pull request #975 from nico/docs | Nico Weber | 2015-06-19 | 1 | -1/+4 |
|\ \ | | | | | | | Document the change from #921 in the manual. | ||||
| * | | Document the change from #921 in the manual. | Nico Weber | 2015-06-19 | 1 | -1/+4 |
|/ / | |||||
* | | Merge pull request #971 from stinb/bootstrap-out-of-source | Nico Weber | 2015-06-18 | 2 | -8/+14 |
|\ \ | | | | | | | Bootstrap out of source | ||||
| * | | Search for generated headers relative to build dir. | Jason Haslam | 2015-05-26 | 2 | -1/+4 |
| | | | |||||
| * | | Allow configure script to bootstrap out of source. | Jason Haslam | 2015-05-26 | 1 | -7/+10 |
| |/ | |||||
* | | Merge pull request #970 from nico/explain | Nico Weber | 2015-06-18 | 1 | -1/+7 |
|\ \ | | | | | | | Add a missing EXPLAIN() call. | ||||
| * | | Add a missing EXPLAIN() call. | Nico Weber | 2015-05-15 | 1 | -1/+7 |
| |/ | |||||
* | | Merge pull request #974 from bradking/add-missing-initializer | Nico Weber | 2015-06-18 | 1 | -1/+2 |
|\ \ | |/ |/| | Add missing member initializer in Edge constructor | ||||
| * | Add missing member initializer in Edge constructor | Brad King | 2015-06-16 | 1 | -1/+2 |
|/ | | | | | | In commit v1.1.0^2~15^2~20 (stub out an api and de-constify Pool, 2012-10-03) the Edge "pool_" member was added as a raw pointer but the initializer was accidentally left out of the constructor. Add it now. | ||||
* | Fix typo in comment. | Nico Weber | 2015-05-02 | 1 | -1/+1 |
| |