summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rename a few iterators. No behavior change.Nico Weber2014-12-072-67/+67
* remove two unneeded `explicit`sNico Weber2014-12-072-3/+3
* Merge pull request #703 from ovinn/masterNico Weber2014-12-041-0/+1
|\
| * Added *.obj ignoreOliver Vinn2014-01-131-0/+1
* | Merge pull request #835 from rainlabs-eu/fix-cygwin-compatibilityNico Weber2014-12-041-1/+4
|\ \
| * | Fixed cygwin compatibility (issue #806)kwesolowski2014-10-251-1/+4
* | | Rename num_collisions to collision_count.Nico Weber2014-12-041-3/+3
* | | Merge pull request #868 from Fanael/ninja-mode.el-refactorNico Weber2014-12-041-22/+21
|\ \ \
| * | | Remove unneeded save-excursion.Fanael Linithien2014-11-241-22/+21
* | | | Merge pull request #809 from andrey-malets/doc-for-first-outputNico Weber2014-12-041-0/+6
|\ \ \ \
| * | | | Document target^ syntax.Andrey Malets2014-09-061-0/+6
* | | | | Merge pull request #879 from nico/revNico Weber2014-12-041-5/+4
|\ \ \ \ \
| * | | | | Revert #223, fixes #874.Nico Weber2014-12-041-5/+4
|/ / / / /
* | | | | Merge pull request #878 from nico/py3Nico Weber2014-12-031-1/+1
|\ \ \ \ \
| * | | | | Make configure.py work with Python. Fixes issue #877.Nico Weber2014-12-031-1/+1
|/ / / / /
* | | | | Merge pull request #873 from nico/fullNico Weber2014-12-021-7/+4
|\ \ \ \ \
| * | | | | win: Use full console width for status messages.Nico Weber2014-12-021-7/+4
|/ / / / /
* | | | | Merge pull request #872 from nico/vecNico Weber2014-12-021-8/+4
|\ \ \ \ \
| * | | | | win/lineprinter: Use a vector instead of manual memory management.Nico Weber2014-12-021-8/+4
|/ / / / /
* | | | | Merge pull request #871 from nico/ctrlsNico Weber2014-12-021-10/+5
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | win: Let the "Pause" key or Ctrl-S pause output.Nico Weber2014-12-021-10/+5
|/ / / /
* | | | mark this 1.5.3.gitNico Weber2014-11-241-1/+1
* | | | Merge pull request #864 from Fanael/ninja-mode.el-refactorEvan Martin2014-11-241-23/+52
|\ \ \ \
| * | | | 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
| * | | | Reindent ninja-mode.el using Emacs.Fanael Linithien2014-11-231-16/+16
| * | | | Use double semicolon comments.Fanael Linithien2014-11-231-2/+2
| * | | | Don't leave lone closing parens.Fanael Linithien2014-11-231-4/+2
|/ / / /
* | | | no subshellElan Ruusamäe2014-11-231-1/+1
* | | | Merge pull request #772 from drbo/syntax_bugfixEvan Martin2014-11-231-0/+1
|\ \ \ \
| * | | | Removed tab and added . in variable name regexpDemetri Obenour2014-06-011-1/+1
| * | | | Added highlighting in Emacs for ${...} variablesDemetri Obenour2014-06-011-0/+1
* | | | | Merge pull request #866 from nico/winfixNico Weber2014-11-221-1/+1
|\ \ \ \ \
| * | | | | Fix Windows build after #862. Thanks to @harig for the report.Nico Weber2014-11-221-1/+1
|/ / / / /
* | | | | Merge pull request #862 from nico/browseNico Weber2014-11-221-4/+5
|\ \ \ \ \
| * | | | | Make browse detection consistent with other platform checks.Nico Weber2014-11-211-4/+5
* | | | | | Merge pull request #863 from nico/nopthreadNico Weber2014-11-221-4/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove now-unused variable test_libs.Nico Weber2014-11-221-2/+1
| * | | | | Stop linking pthread.Nico Weber2014-11-221-2/+0
|/ / / / /
* | | | | Merge pull request #861 from nico/nosubNico Weber2014-11-211-1/+0
|\ \ \ \ \
| * | | | | Remove duplicate import. No behavior change.Nico Weber2014-11-211-1/+0
|/ / / / /
* | | | | Merge pull request #859 from martine/platform-helperEvan Martin2014-11-182-95/+76
|\ \ \ \ \