summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | merge platform_helper into configure scriptEvan Martin2014-11-182-95/+76
|/ /
* | drop leftover references to bootstrap.pyEvan Martin2014-11-182-7/+4
* | Merge pull request #858 from martine/travis-bootstrapEvan Martin2014-11-181-1/+1
|\ \
| * | switch travis to use new --bootstrap mode for buildingEvan Martin2014-11-181-1/+1
* | | Merge pull request #813 from cdlm/emacs-mode-require-newlineEvan Martin2014-11-181-2/+2
|\ \ \
| * | | Emacs mode: inherit from prog-modeDamien Pollet2014-09-161-2/+2
* | | | Merge pull request #836 from nocnokneo/patch-1Evan Martin2014-11-181-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Mention optional files in installation instructionsTaylor Braun-Jones2014-10-281-2/+4
* | | | Merge pull request #854 from martine/bootstrapEvan Martin2014-11-187-172/+189
|\ \ \ \
| * | | | drop NINJA_BOOTSTRAP defineEvan Martin2014-11-182-4/+3
| * | | | drop bootstrap.pyEvan Martin2014-11-182-150/+9
| * | | | add a --bootstrap mode for configure.pyEvan Martin2014-11-182-18/+136
| * | | | add an "expand" function to ninja_syntaxEvan Martin2014-11-182-0/+41
* | | | | Merge pull request #857 from martine/travis-python-testEvan Martin2014-11-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | also test ninja_syntax.py in travisEvan Martin2014-11-181-1/+1
|/ / / /
* | | | Merge pull request #856 from nico/TABSNico Weber2014-11-171-2/+2
|\ \ \ \
| * | | | emacs: Remove an empty line, wrap a comment.Nico Weber2014-11-171-2/+2
|/ / / /
* | | | Merge pull request #842 from nico/solarisNico Weber2014-11-142-5/+2
|\ \ \ \
| * | | | Fix building on Solaris.Nico Weber2014-11-012-5/+2
* | | | | Merge pull request #852 from nico/browseNico Weber2014-11-142-3/+7
|\ \ \ \ \
| * | | | | Make sure configure.py and ninja.cc always agree on if -t browse is included.Nico Weber2014-11-142-3/+7
|/ / / / /
* | | | | Merge pull request #851 from nico/cleanupNico Weber2014-11-141-4/+1
|\ \ \ \ \
| * | | | | Remove unused variables.Nico Weber2014-11-141-4/+1
* | | | | | Merge pull request #850 from sgraham/ocdNico Weber2014-11-123-19/+22
|\ \ \ \ \ \
| * | | | | | whitespace/comment/wrap fixes, no intended functionality changeScott Graham2014-11-123-19/+22
| |/ / / / /