Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use consistent indentation conventions | Chris Drake | 2014-05-05 | 1 | -17/+17 |
| | |||||
* | Fix getopts barfing over the terminal when trying to complete -f and -C | Taylor Braun-Jones | 2014-04-30 | 1 | -1/+1 |
| | | | | | Note that this is only applicable for when bash_completion is unavailable. | ||||
* | Support completion of arguments to -f and -C options | Taylor Braun-Jones | 2014-04-30 | 1 | -2/+19 |
| | | | | Note: This is only available for bash_completion users. | ||||
* | Style: Fix inconsistent indentation | Taylor Braun-Jones | 2014-04-25 | 1 | -17/+17 |
| | |||||
* | Fix bash-completion support for -C option to expand tilde | Taylor Braun-Jones | 2014-04-25 | 1 | -1/+2 |
| | |||||
* | Expand the -C argument via ‘eval’ in bash completion | Allan Odgaard | 2014-04-15 | 1 | -1/+1 |
| | | | | | | Previously completion would not work for ‘ninja -C $HOME/Source/foo targ‸’. We still do not support using tilde in the directory argument. | ||||
* | Fix bash completion when using command options | Allan Odgaard | 2014-04-15 | 1 | -1/+1 |
| | | | | | | | | By quoting the ‘line’ variable we are making it a single word, but ‘getopts’ wants each option as its own word. Previously bash completion would output an error for a line like: ‘ninja -vn targ‸’. In addition to removing the quotes (to enable word expansion) I also used it as a regular variable, as that is what it is (not an array). | ||||
* | Merge pull request #722 from nico/manifestgen | Nico Weber | 2014-04-14 | 1 | -0/+219 |
|\ | | | | | add a script to generate large synthetic manifests | ||||
| * | add a script to generate large synthetic manifests | Nico Weber | 2014-03-25 | 1 | -0/+219 |
| | | | | | | | | To be used by a manifest parser perf test in a follow-up. | ||||
* | | performance: Writer.build should copy less. | Daniel Bratell | 2014-04-14 | 1 | -5/+4 |
|/ | | | | | | The build method copies the input lists several times. That cost about 0.1s in the gyp generation for the Chromium project for no gain. | ||||
* | ninja-mode: add autoload cookie for the mode itself | Steve Purcell | 2014-01-22 | 1 | -0/+2 |
| | |||||
* | Merge branch 'fix-provide-form' of git://github.com/yasuyk/ninja | Evan Martin | 2014-01-21 | 1 | -2/+2 |
|\ | | | | | | | | | Conflicts: misc/ninja-mode.el | ||||
| * | emacs: Place provide form at end of file | Yasuyuki Oka | 2014-01-21 | 1 | -2/+2 |
| | | | | | | | | | | Any errors in the code after "provide" will leave the feature registered, so it should always be at the end. | ||||
* | | Merge branch 'fix-warning' of git://github.com/yasuyk/ninja | Evan Martin | 2014-01-21 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | Conflicts: misc/ninja-mode.el | ||||
| * | | emacs: Fix a warning | Yasuyuki Oka | 2014-01-21 | 1 | -1/+1 |
| |/ | | | | | | | | | Fix a following byte-compile warning: ninja-mode.el:18:7:Warning: assignment to free variable `ninja-keywords' | ||||
* | | emacs: ELPA compatibility | Yasuyuki Oka | 2014-01-21 | 1 | -0/+8 |
|/ | |||||
* | Note that version 1.3 of the vim syntax file has been sent upstream. | Nico Weber | 2013-04-16 | 1 | -2/+8 |
| | | | | | | | Also fix an issue noticed by Bram during integration: Make sure to set "cpo" correctly. This matches other vim syntax files and is required to make sure that the backslash continuation works with all .vimrc files (see `:help line-continuation`). | ||||
* | make unittest match module name | Evan Martin | 2013-04-10 | 1 | -0/+0 |
| | |||||
* | ninja.vim: add deps as keyword | yannicklm | 2013-04-09 | 1 | -2/+2 |
| | | | | new in ninja 1.3 | ||||
* | rename "special" to "deps" | Evan Martin | 2013-04-08 | 1 | -3/+3 |
| | |||||
* | add "special=gcc" attribute, use to load depslog | Evan Martin | 2013-04-08 | 1 | -1/+3 |
| | |||||
* | Improved bash completion when using tools like '-t clean' | Guilherme Bufolo | 2013-04-06 | 1 | -11/+18 |
| | |||||
* | Removed re2c build dependency from RPM spec file | Petr Hosek | 2013-01-21 | 1 | -1/+1 |
| | |||||
* | Use correct Fedora versioning scheme | Petr Hosek | 2013-01-15 | 1 | -4/+4 |
| | |||||
* | RPM spec file should use correct versioning scheme and list all build ↵ | Petr Hosek | 2013-01-14 | 1 | -1/+3 |
| | | | | dependencies | ||||
* | ninja_syntax.py: don't add trailing space when build has no inputs | Evan Martin | 2012-12-29 | 1 | -3/+2 |
| | | | | Seen in Ninja's configure.py where it creates an "rpmbuild" command. | ||||
* | Update version number in ninja.vim after recent changes. | Nico Weber | 2012-12-15 | 1 | -2/+2 |
| | |||||
* | Merge pull request #471 from riannucci/fix_vim_syntax | Evan Martin | 2012-12-14 | 1 | -1/+7 |
|\ | | | | | Fix vim syntax | ||||
| * | Add missing rspfile and rspfile_content | Robert Iannucci | 2012-12-14 | 1 | -1/+1 |
| | | |||||
| * | Add ninja.vim syntax for pool | Robert Iannucci | 2012-12-14 | 1 | -1/+7 |
| | | |||||
* | | Merge pull request #472 from riannucci/add_python_pool_syntax | Evan Martin | 2012-12-14 | 1 | -1/+8 |
|\ \ | | | | | | | Add python ninja_syntax.py support for pool | ||||
| * | | Add python ninja_syntax.py support for pool | Robert Iannucci | 2012-12-14 | 1 | -1/+8 |
| |/ | |||||
* | | Add missing default keyword | Robert Iannucci | 2012-12-14 | 1 | -1/+1 |
| | | |||||
* | | Add pool | Robert Iannucci | 2012-12-14 | 1 | -1/+2 |
|/ | |||||
* | Add support for reading directory for bash completion. | Tommy Nyquist | 2012-10-30 | 1 | -2/+10 |
| | | | | | | Currently ninja bash completion only works in the directory where the build.ninja files is located. This adds support for using the -C argument to ninja. | ||||
* | Add support for Python 3 | Zaheer Chothia | 2012-10-18 | 2 | -2/+6 |
| | |||||
* | packaging: refactored rpm building | Maxim Kalaev | 2012-09-23 | 2 | -7/+43 |
| | | | | Now passing through a valid SRPM, working in a standard way. | ||||
* | packaging: added basic RPM building | Maxim Kalaev | 2012-07-27 | 1 | -0/+33 |
| | |||||
* | ninja_syntax: escape colons in paths | Evan Martin | 2012-07-17 | 1 | -6/+6 |
| | |||||
* | Rename parsers.* to manifest_parser.* | Thiago Farina | 2012-07-09 | 1 | -3/+3 |
| | | | | | | So it matches with the class name in there. Signed-off-by: Thiago Farina <tfarina@chromium.org> | ||||
* | Make `:set spell` only check spelling in comments. Patch from Thilo Six ↵ | Nico Weber | 2012-06-01 | 1 | -4/+4 |
| | | | | <T.Six@gmx.de>! | ||||
* | vim syntax file: Highlight ninja comments. | Nico Weber | 2012-05-14 | 1 | -3/+6 |
| | |||||
* | Fix layout width in ninja_syntax.py. | Nico Weber | 2012-05-02 | 2 | -1/+13 |
| | | | | | | | The last line would sometimes be needlessly longer than the layout width. One example is line 67 in the build.ninja generated by ninja's own configure.py: Before this patch, ninja_syntax would create a 81 character line. | ||||
* | emacs: hook up ninja-mode to extension | Evan Martin | 2012-04-28 | 1 | -0/+4 |
| | |||||
* | add rspfile and rspfile_content to ninja_syntax | Scott Graham | 2012-03-27 | 1 | -1/+5 |
| | |||||
* | Explicitly turn input/output lists into list objects. | Scott Franklin | 2012-01-28 | 1 | -2/+2 |
| | | | | Python 3 does not support map.append/extend. | ||||
* | Merge pull request #185 from nico/vim | Evan Martin | 2012-01-05 | 1 | -0/+66 |
|\ | | | | | Add a ninja syntax file for vim. | ||||
| * | Add a ninja syntax file for vim. | Nico Weber | 2012-01-04 | 1 | -0/+66 |
| | | |||||
* | | ninja_syntax.py: Fix a bug when passing dict variables to Writer.build() | Evan Jones | 2012-01-04 | 2 | -1/+27 |
|/ | | | | Add a test to cover both dict and list variables. | ||||
* | add script for measuring build performance | Evan Martin | 2011-12-29 | 1 | -0/+54 |
| |