summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
...
* | | emacs: Remove an empty line, wrap a comment.Nico Weber2014-11-171-2/+2
* | | CanonicalizePath handles \ on WindowsScott Graham2014-10-301-1/+1
* | | Add zsh completion for targets in conjunction with -CFraser Cormack2014-10-241-1/+8
|/ /
* | Add highlighting of rule in build statementsdonkopotamus2014-06-271-1/+5
* | Update ninja-mode for emacs to handle hyphens in rule namesdonkopotamus2014-06-261-1/+1
* | Version 1.4 of the vim syntax file was merged.Nico Weber2014-06-121-1/+1
|/
* Merge pull request #768 from nico/vimsynNico Weber2014-05-301-2/+4
|\
| * vim syntax: Correctly highlight $$a as ($$)a instead of $($a).Nico Weber2014-05-131-2/+4
* | Merge pull request #756 from ronnychevalier/rc/zsh_completionNico Weber2014-05-051-3/+44
|\ \
| * | improve zsh completionRonny Chevalier2014-05-041-3/+44
| |/
* | Get rid of unused importChris Drake2014-05-051-1/+0
* | Use consistent indentation conventionsChris Drake2014-05-051-17/+17
|/
* Fix getopts barfing over the terminal when trying to complete -f and -CTaylor Braun-Jones2014-04-301-1/+1
* Support completion of arguments to -f and -C optionsTaylor Braun-Jones2014-04-301-2/+19
* Style: Fix inconsistent indentationTaylor Braun-Jones2014-04-251-17/+17
* Fix bash-completion support for -C option to expand tildeTaylor Braun-Jones2014-04-251-1/+2
* Expand the -C argument via ‘eval’ in bash completionAllan Odgaard2014-04-151-1/+1
* Fix bash completion when using command optionsAllan Odgaard2014-04-151-1/+1
* Merge pull request #722 from nico/manifestgenNico Weber2014-04-141-0/+219
|\
| * add a script to generate large synthetic manifestsNico Weber2014-03-251-0/+219
* | performance: Writer.build should copy less.Daniel Bratell2014-04-141-5/+4
|/
* ninja-mode: add autoload cookie for the mode itselfSteve Purcell2014-01-221-0/+2
* Merge branch 'fix-provide-form' of git://github.com/yasuyk/ninjaEvan Martin2014-01-211-2/+2
|\
| * emacs: Place provide form at end of fileYasuyuki Oka2014-01-211-2/+2
* | Merge branch 'fix-warning' of git://github.com/yasuyk/ninjaEvan Martin2014-01-211-1/+1
|\ \
| * | emacs: Fix a warningYasuyuki Oka2014-01-211-1/+1
| |/
* | emacs: ELPA compatibilityYasuyuki Oka2014-01-211-0/+8
|/
* Note that version 1.3 of the vim syntax file has been sent upstream.Nico Weber2013-04-161-2/+8
* make unittest match module nameEvan Martin2013-04-101-0/+0
* ninja.vim: add deps as keywordyannicklm2013-04-091-2/+2
* rename "special" to "deps"Evan Martin2013-04-081-3/+3
* add "special=gcc" attribute, use to load depslogEvan Martin2013-04-081-1/+3
* Improved bash completion when using tools like '-t clean'Guilherme Bufolo2013-04-061-11/+18
* Removed re2c build dependency from RPM spec filePetr Hosek2013-01-211-1/+1
* Use correct Fedora versioning schemePetr Hosek2013-01-151-4/+4
* RPM spec file should use correct versioning scheme and list all build depende...Petr Hosek2013-01-141-1/+3
* ninja_syntax.py: don't add trailing space when build has no inputsEvan Martin2012-12-291-3/+2
* Update version number in ninja.vim after recent changes.Nico Weber2012-12-151-2/+2
* Merge pull request #471 from riannucci/fix_vim_syntaxEvan Martin2012-12-141-1/+7
|\
| * Add missing rspfile and rspfile_contentRobert Iannucci2012-12-141-1/+1
| * Add ninja.vim syntax for poolRobert Iannucci2012-12-141-1/+7
* | Merge pull request #472 from riannucci/add_python_pool_syntaxEvan Martin2012-12-141-1/+8
|\ \
| * | Add python ninja_syntax.py support for poolRobert Iannucci2012-12-141-1/+8
| |/
* | Add missing default keywordRobert Iannucci2012-12-141-1/+1
* | Add poolRobert Iannucci2012-12-141-1/+2
|/
* Add support for reading directory for bash completion.Tommy Nyquist2012-10-301-2/+10
* Add support for Python 3Zaheer Chothia2012-10-182-2/+6
* packaging: refactored rpm buildingMaxim Kalaev2012-09-232-7/+43
* packaging: added basic RPM buildingMaxim Kalaev2012-07-271-0/+33
* ninja_syntax: escape colons in pathsEvan Martin2012-07-171-6/+6