| Commit message (Expand) | Author | Age | Files | Lines |
* | Add OSX build on travis (#1502) | Takuto Ikuta | 2018-11-17 | 1 | -1/+5 |
|
|
* | Allow disabling of escape code stripping, fix #1475 | Jan Niklas Hasse | 2018-11-13 | 1 | -5/+16 |
|
|
* | Make output_test.py independent of the environment | Jan Niklas Hasse | 2018-11-07 | 1 | -2/+8 |
|
|
* | Add test for #1418 (edge output should match status) | Jan Niklas Hasse | 2018-11-05 | 1 | -0/+21 |
|
|
* | Add script to test Ninja's output | Jan Niklas Hasse | 2018-11-05 | 1 | -0/+61 |
|
|
* | Merge pull request #1472 from Hi-Angel/master | Jan Niklas Hasse | 2018-11-02 | 1 | -1/+1 |
|\ |
|
| * | Fix wrong description of script installation | Konstantin Kharlamov | 2018-09-28 | 1 | -1/+1 |
|
|
* | | Misc typo fixes by https://github.com/codespell-project/codespell/ | Mo Zhou | 2018-09-06 | 2 | -3/+3 |
|/ |
|
* | update ninja.vim version after bff884d55 | Nico Weber | 2018-04-05 | 1 | -2/+2 |
|
|
* | Merge pull request #1356 from RedBeard0531/vim_syntax | Nico Weber | 2018-04-05 | 1 | -5/+9 |
|\ |
|
| * | Improve vim syntax definition | Mathias Stearn | 2017-11-09 | 1 | -5/+9 |
|
|
* | | Support pool for Writer.build() in ninja_syntax.py | Kareem Khazem | 2018-02-20 | 1 | -1/+3 |
|/ |
|
* | Make zsh completion use explicitly specified ninja files | Mathias Stearn | 2017-05-18 | 1 | -1/+6 |
|
|
* | Fix syntax error in misc/write_fake_manifests.py | James Robinson | 2016-10-25 | 1 | -2/+2 |
|
|
* | enhance write_fake_manifest.py | Frank Benkstein | 2016-06-23 | 1 | -18/+71 |
|
|
* | Make misc/measure.py compatible with python3 | KiYugadgeter | 2016-05-04 | 1 | -5/+7 |
|
|
* | Add support for implicit outputs in ninja_syntax.py. | Nicolas Despres | 2016-02-06 | 2 | -1/+13 |
|
|
* | Teach zsh to complete intermediary targets. | Nicolas Despres | 2015-12-24 | 1 | -3/+2 |
|
|
* | Merge pull request #1042 from avallee/master | Evan Martin | 2015-12-06 | 2 | -2/+9 |
|\ |
|
| * | Disable long word wrapping entirely in comments. | Alex Vallée | 2015-11-27 | 2 | -10/+3 |
|
|
| * | Fix indent in pull request #1042. | Alex Vallee | 2015-11-12 | 1 | -1/+1 |
|
|
| * | Fix wrapping file paths in Writer.comment | Alex Vallée | 2015-10-23 | 2 | -2/+16 |
|
|
* | | Merge pull request #1047 from pykello/master | Nico Weber | 2015-11-12 | 1 | -3/+2 |
|\ \ |
|
| * | | Speed-up bash target auto-complete. | Hadi Moshayedi | 2015-10-31 | 1 | -3/+2 |
| |/ |
|
* | | Merge pull request #1046 from zed0/master | Nico Weber | 2015-11-12 | 1 | -2/+1 |
|\ \ |
|
| * | | Speed up zsh target completion | Ben Falconer | 2015-10-30 | 1 | -2/+1 |
| |/ |
|
* | | Update link to point to ninja-build.org | Nico Weber | 2015-11-11 | 1 | -1/+1 |
|
|
* | | Make links point to org page | Nico Weber | 2015-11-11 | 2 | -4/+4 |
|/ |
|
* | Add notes on using afl-fuzz to HACKING. | Nico Weber | 2015-03-19 | 17 | -0/+21 |
|
|
* | zsh-completion: remove use of 'head' with negative offset | Fraser Cormack | 2014-12-20 | 1 | -1/+1 |
|
|
* | Remove unneeded save-excursion. | Fanael Linithien | 2014-11-24 | 1 | -22/+21 |
|
|
* | Use lexical-binding. | Fanael Linithien | 2014-11-23 | 1 | -1/+1 |
|
|
* | Add a Emacs 24 requirement. | Fanael Linithien | 2014-11-23 | 1 | -0/+2 |
|
|
* | Correctly recognize a comment if the previous line is a comment ending in $. | Fanael Linithien | 2014-11-23 | 1 | -2/+9 |
|
|
* | Avoid putting properties past the end of the buffer. | Fanael Linithien | 2014-11-23 | 1 | -1/+4 |
|
|
* | Don't use dotted list syntax unless necessary. | Fanael Linithien | 2014-11-23 | 1 | -4/+4 |
|
|
* | Remove unnecessary regexp group. | Fanael Linithien | 2014-11-23 | 1 | -2/+2 |
|
|
* | Correctly recognize comments. | Fanael Linithien | 2014-11-23 | 1 | -0/+17 |
|
|
* | Set up a proper syntax table for ninja-mode. | Fanael Linithien | 2014-11-23 | 1 | -5/+8 |
|
|
* | Set comment-start buffer-locally, not globally. | Fanael Linithien | 2014-11-23 | 1 | -1/+1 |
|
|
* | Use quasi-quoting instead of list+cons. | Fanael Linithien | 2014-11-23 | 1 | -15/+14 |
|
|
* | Reindent ninja-mode.el using Emacs. | Fanael Linithien | 2014-11-23 | 1 | -16/+16 |
|
|
* | Use double semicolon comments. | Fanael Linithien | 2014-11-23 | 1 | -2/+2 |
|
|
* | Don't leave lone closing parens. | Fanael Linithien | 2014-11-23 | 1 | -4/+2 |
|
|
* | no subshell | Elan Ruusamäe | 2014-11-23 | 1 | -1/+1 |
|
|
* | Merge pull request #772 from drbo/syntax_bugfix | Evan Martin | 2014-11-23 | 1 | -0/+1 |
|\ |
|
| * | Removed tab and added . in variable name regexp | Demetri Obenour | 2014-06-01 | 1 | -1/+1 |
|
|
| * | Added highlighting in Emacs for ${...} variables | Demetri Obenour | 2014-06-01 | 1 | -0/+1 |
|
|
* | | drop leftover references to bootstrap.py | Evan Martin | 2014-11-18 | 1 | -1/+1 |
|
|
* | | Merge pull request #813 from cdlm/emacs-mode-require-newline | Evan Martin | 2014-11-18 | 1 | -2/+2 |
|\ \ |
|