summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Add missing Apache license header, fix #1781Jan Niklas Hasse2020-05-251-0/+14
* test: skip non-Windows tests if on WindowsMichael Hirsch, Ph.D2020-04-271-0/+1
* Add output test for 'no work to do.'Jan Niklas Hasse2020-04-241-0/+3
* Replace references to README with README.mdMike Gilbert2020-03-201-1/+1
* Ignore nonexistent .ninja_log/.ninja_deps for restat and recompactJan Niklas Hasse2019-12-231-0/+5
* Run output test in temporary directoryJan Niklas Hasse2019-12-231-4/+7
* Fix test_issue_1418 to pass on 1-core VMBernhard M. Wiedemann2019-09-201-1/+1
* Remove trailing whitespace from all filesJan Niklas Hasse2019-04-171-0/+41
* ninja_syntax.py: remove unused has_path argumentAlex Vallee2019-01-301-1/+1
* Add OSX build on travis (#1502)Takuto Ikuta2018-11-171-1/+5
* Allow disabling of escape code stripping, fix #1475Jan Niklas Hasse2018-11-131-5/+16
* Make output_test.py independent of the environmentJan Niklas Hasse2018-11-071-2/+8
* Add test for #1418 (edge output should match status)Jan Niklas Hasse2018-11-051-0/+21
* Add script to test Ninja's outputJan Niklas Hasse2018-11-051-0/+61
* Merge pull request #1472 from Hi-Angel/masterJan Niklas Hasse2018-11-021-1/+1
|\
| * Fix wrong description of script installationKonstantin Kharlamov2018-09-281-1/+1
* | Misc typo fixes by https://github.com/codespell-project/codespell/Mo Zhou2018-09-062-3/+3
|/
* update ninja.vim version after bff884d55Nico Weber2018-04-051-2/+2
* Merge pull request #1356 from RedBeard0531/vim_syntaxNico Weber2018-04-041-5/+9
|\
| * Improve vim syntax definitionMathias Stearn2017-11-091-5/+9
* | Support pool for Writer.build() in ninja_syntax.pyKareem Khazem2018-02-201-1/+3
|/
* Make zsh completion use explicitly specified ninja filesMathias Stearn2017-05-181-1/+6
* Fix syntax error in misc/write_fake_manifests.pyJames Robinson2016-10-241-2/+2
* enhance write_fake_manifest.pyFrank Benkstein2016-06-231-18/+71
* Make misc/measure.py compatible with python3KiYugadgeter2016-05-041-5/+7
* Add support for implicit outputs in ninja_syntax.py.Nicolas Despres2016-02-062-1/+13
* Teach zsh to complete intermediary targets.Nicolas Despres2015-12-241-3/+2
* Merge pull request #1042 from avallee/masterEvan Martin2015-12-062-2/+9
|\
| * Disable long word wrapping entirely in comments.Alex Vallée2015-11-272-10/+3
| * Fix indent in pull request #1042.Alex Vallee2015-11-111-1/+1
| * Fix wrapping file paths in Writer.commentAlex Vallée2015-10-232-2/+16
* | Merge pull request #1047 from pykello/masterNico Weber2015-11-111-3/+2
|\ \
| * | Speed-up bash target auto-complete.Hadi Moshayedi2015-10-311-3/+2
| |/
* | Merge pull request #1046 from zed0/masterNico Weber2015-11-111-2/+1
|\ \
| * | Speed up zsh target completionBen Falconer2015-10-301-2/+1
| |/
* | Update link to point to ninja-build.orgNico Weber2015-11-111-1/+1
* | Make links point to org pageNico Weber2015-11-112-4/+4
|/
* Add notes on using afl-fuzz to HACKING.Nico Weber2015-03-1917-0/+21
* zsh-completion: remove use of 'head' with negative offsetFraser Cormack2014-12-201-1/+1
* Remove unneeded save-excursion.Fanael Linithien2014-11-241-22/+21
* Use lexical-binding.Fanael Linithien2014-11-231-1/+1
* Add a Emacs 24 requirement.Fanael Linithien2014-11-231-0/+2
* Correctly recognize a comment if the previous line is a comment ending in $.Fanael Linithien2014-11-231-2/+9
* Avoid putting properties past the end of the buffer.Fanael Linithien2014-11-231-1/+4
* Don't use dotted list syntax unless necessary.Fanael Linithien2014-11-231-4/+4
* Remove unnecessary regexp group.Fanael Linithien2014-11-231-2/+2
* Correctly recognize comments.Fanael Linithien2014-11-231-0/+17
* Set up a proper syntax table for ninja-mode.Fanael Linithien2014-11-231-5/+8
* Set comment-start buffer-locally, not globally.Fanael Linithien2014-11-231-1/+1
* Use quasi-quoting instead of list+cons.Fanael Linithien2014-11-231-15/+14