Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup: Fix 'hasIdent' variable name/style. | Thiago Farina | 2015-01-10 | 1 | -4/+4 |
* | Merge pull request #884 from nico/sshh | Nico Weber | 2014-12-25 | 6 | -13/+2 |
|\ | |||||
| * | Remove 'Recompacting...' messages. | Nico Weber | 2014-12-18 | 6 | -13/+2 |
* | | Merge pull request #885 from frasercrmck/zsh_comp_modes | Nico Weber | 2014-12-22 | 1 | -1/+1 |
|\ \ | |||||
| * | | zsh-completion: remove use of 'head' with negative offset | Fraser Cormack | 2014-12-20 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #882 from mathstuf/verbose-configure | Nico Weber | 2014-12-11 | 1 | -4/+13 |
|\ \ | |/ |/| | |||||
| * | configure: add a verbose mode | Ben Boeckel | 2014-12-11 | 1 | -4/+13 |
|/ | |||||
* | Merge pull request #881 from nico/depscancycles | Nico Weber | 2014-12-09 | 3 | -4/+89 |
|\ | |||||
| * | Let DependencyScan::RecomputeDirty() work correclty with cyclic graphs. | Nico Weber | 2014-12-08 | 3 | -4/+89 |
|/ | |||||
* | Rename a few iterators. No behavior change. | Nico Weber | 2014-12-07 | 2 | -67/+67 |
* | remove two unneeded `explicit`s | Nico Weber | 2014-12-07 | 2 | -3/+3 |
* | Merge pull request #703 from ovinn/master | Nico Weber | 2014-12-04 | 1 | -0/+1 |
|\ | |||||
| * | Added *.obj ignore | Oliver Vinn | 2014-01-13 | 1 | -0/+1 |
* | | Merge pull request #835 from rainlabs-eu/fix-cygwin-compatibility | Nico Weber | 2014-12-04 | 1 | -1/+4 |
|\ \ | |||||
| * | | Fixed cygwin compatibility (issue #806) | kwesolowski | 2014-10-25 | 1 | -1/+4 |
* | | | Rename num_collisions to collision_count. | Nico Weber | 2014-12-04 | 1 | -3/+3 |
* | | | Merge pull request #868 from Fanael/ninja-mode.el-refactor | Nico Weber | 2014-12-04 | 1 | -22/+21 |
|\ \ \ | |||||
| * | | | Remove unneeded save-excursion. | Fanael Linithien | 2014-11-24 | 1 | -22/+21 |
* | | | | Merge pull request #809 from andrey-malets/doc-for-first-output | Nico Weber | 2014-12-04 | 1 | -0/+6 |
|\ \ \ \ | |||||
| * | | | | Document target^ syntax. | Andrey Malets | 2014-09-06 | 1 | -0/+6 |
* | | | | | Merge pull request #879 from nico/rev | Nico Weber | 2014-12-04 | 1 | -5/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Revert #223, fixes #874. | Nico Weber | 2014-12-04 | 1 | -5/+4 |
|/ / / / / | |||||
* | | | | | Merge pull request #878 from nico/py3 | Nico Weber | 2014-12-03 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Make configure.py work with Python. Fixes issue #877. | Nico Weber | 2014-12-03 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #873 from nico/full | Nico Weber | 2014-12-02 | 1 | -7/+4 |
|\ \ \ \ \ | |||||
| * | | | | | win: Use full console width for status messages. | Nico Weber | 2014-12-02 | 1 | -7/+4 |
|/ / / / / | |||||
* | | | | | Merge pull request #872 from nico/vec | Nico Weber | 2014-12-02 | 1 | -8/+4 |
|\ \ \ \ \ | |||||
| * | | | | | win/lineprinter: Use a vector instead of manual memory management. | Nico Weber | 2014-12-02 | 1 | -8/+4 |
|/ / / / / | |||||
* | | | | | Merge pull request #871 from nico/ctrls | Nico Weber | 2014-12-02 | 1 | -10/+5 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | win: Let the "Pause" key or Ctrl-S pause output. | Nico Weber | 2014-12-02 | 1 | -10/+5 |
|/ / / / | |||||
* | | | | mark this 1.5.3.git | Nico Weber | 2014-11-24 | 1 | -1/+1 |
* | | | | Merge pull request #864 from Fanael/ninja-mode.el-refactor | Evan Martin | 2014-11-24 | 1 | -23/+52 |
|\ \ \ \ | |||||
| * | | | | 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 |
* | | | | | Merge pull request #866 from nico/winfix | Nico Weber | 2014-11-22 | 1 | -1/+1 |
|\ \ \ \ \ |