summaryrefslogtreecommitdiffstats
path: root/Docs/cmake-mode.el
Commit message (Collapse)AuthorAgeFilesLines
* Add cmake-help-command function.Bill Hoffman2009-09-301-0/+84
|
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-9/+7
| | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range.
* BUG: Fix cmake-mode.el indentation cursor motionBrad King2009-02-261-29/+45
| | | | | This makes cursor motion in the indent function consistent with emacs conventions. Patch from Mike Wittman. See issue #8625.
* ENH: add simple function to convert all CMake commands to lowercaseSebastien Barre2008-03-111-0/+20
|
* ENH: Enable indentation of FUNCTION/ENDFUNCTION blocks in emacs.Brad King2008-01-021-2/+2
|
* ENH: Adding elseif indentation. See bug#3781.Brad King2006-09-231-2/+2
|
* BUG: In example .emacs code use \' for end-of-string instead of $ for ↵Brad King2006-04-261-2/+2
| | | | end-of-line.
* BUG: Mode should only be used if CMakeLists.txt is at the end of the buffer ↵Brad King2006-04-261-1/+1
| | | | name.
* BUG: Tabs around a function name are allowed.Brad King2006-04-261-2/+2
|
* ENH: Using suggestion from Stuart Herring to avoid needing a list of command ↵Brad King2006-04-261-27/+4
| | | | names in the highlighting table.
* ENH: Cleaned-up mode in preparation for inclusion in emacs upstream.Brad King2006-04-251-37/+89
|
* ENH: Added highlighting for LIST command.Brad King2006-02-101-2/+2
|
* ENH: Added INSTALL command as a placeholder for a future generic install ↵Brad King2006-02-101-2/+2
| | | | specification interface. Currently it supports only a SCRIPT option specifying a script to run during the install stage.
* ENH: Adding new EXECUTE_PROCESS command that interfaces to KWSys Process ↵Brad King2006-02-031-2/+3
| | | | Execution.
* ENH: missing get_directory_property commandKen Martin2005-09-131-2/+2
|
* ENH: added while commandKen Martin2005-06-301-4/+4
|
* ENH: added while commandKen Martin2005-06-301-2/+2
|
* ENH: updated emacs mode to include lowercase commands and missing command ↵Ken Martin2005-06-201-3/+2
| | | | ENDMACRO
* ENH: Experimenting with auto-dated copyright.Brad King2005-06-081-4/+1
|
* ENH: updated commandsKen Martin2005-06-021-2/+2
|
* ENH: updated to remove ABSTRACT_FILES and add ADD_SUBDIRECTORYKen Martin2005-06-021-2/+3
|
* BUG: Only count block open tokens if they are followed by an open paren.Brad King2004-08-261-2/+5
|
* BUG: Fixed parsing of unquoted arguments to allow double-quotes within the ↵Brad King2004-06-181-1/+1
| | | | argument.
* BUG: Fixed identification of ( and ) tokens to avoid finding them in string ↵Brad King2004-02-191-2/+2
| | | | literals.
* ENH: New indentation implementation to support multi-line strings.Brad King2003-12-051-64/+88
|
* STYLE: Removed trailing whitespace.Brad King2003-12-041-14/+14
|
* ENH: Added comment-region support.Brad King2003-06-301-1/+4
|
* BUG: fix highlight for comments in multiple buffersBill Hoffman2003-06-201-15/+10
|
* add a commentBill Hoffman2003-06-191-0/+4
|
* Added copyright.Brad King2003-06-191-1/+16
|
* Minor tweaks for anal cases of indentation.Brad King2003-06-191-3/+4
|
* BUG: Don't open a block if a command starts with IF in its name.Brad King2003-06-191-4/+4
|
* fix to use function-nameKen Martin2003-06-191-2/+2
|
* Fixed slow regex for indentation.Brad King2003-06-191-23/+34
|
* ENH: Wrote more robust regular expressions for indenting.Brad King2003-06-191-2/+12
|
* emacs modeKen Martin2003-06-191-0/+128