MantisBT - CMake | |||||||||||||||
View Issue Details | |||||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||||||||
0013664 | CMake | CMake | public | 2012-11-08 16:13 | 2016-06-10 14:31 | ||||||||||
Reporter | Dave Abrahams | ||||||||||||||
Assigned To | Kitware Robot | ||||||||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||||||||
Status | closed | Resolution | moved | ||||||||||||
Platform | Mac | OS | MacOS X | OS Version | 10.8 | ||||||||||
Product Version | |||||||||||||||
Target Version | Fixed in Version | ||||||||||||||
Summary | 0013664: Emacs integration should be easier | ||||||||||||||
Description | Integrating CMake with compilation-mode is obscenely difficult | ||||||||||||||
Steps To Reproduce | It's not much code, but the fact that we have to load and trawl the cmake_install.cmake file is just... wrong. (defun cmake-project-filename () (let ((filename (match-string-no-properties 1))) (save-match-data (with-temp-buffer (insert-file-contents-literally "cmake_install.cmake") (goto-char (point-min)) (re-search-forward "Install script for directory: \\(.+\\)") (cons filename (match-string-no-properties 1)))))) (push 'cmake compilation-error-regexp-alist) (push '(cmake "^\\(?:CMake Error at \\| \\)\\(.+?\\):\\([0-9]+\\) ([A-Za-z_][A-Za-z0-9_]*)" (cmake-project-filename) 2) compilation-error-regexp-alist-alist) | ||||||||||||||
Additional Information | |||||||||||||||
Tags | No tags attached. | ||||||||||||||
Relationships |
| ||||||||||||||
Attached Files | cmake-init.el (285) 2014-02-28 16:23 https://public.kitware.com/Bug/file/5086/cmake-init.el | ||||||||||||||
Issue History | |||||||||||||||
Date Modified | Username | Field | Change | ||||||||||||
2012-11-08 16:13 | Dave Abrahams | New Issue | |||||||||||||
2013-03-28 01:30 | Dave Abrahams | Note Added: 0032714 | |||||||||||||
2013-03-28 01:40 | Dave Abrahams | Note Added: 0032715 | |||||||||||||
2013-04-01 10:25 | Eric NOULARD | Note Added: 0032737 | |||||||||||||
2013-04-23 04:12 | Eric NOULARD | Relationship added | related to 0014108 | ||||||||||||
2013-04-23 04:14 | Eric NOULARD | Relationship added | parent of 0013548 | ||||||||||||
2014-02-28 16:23 | Orion Poplawski | File Added: cmake-init.el | |||||||||||||
2014-02-28 16:26 | Orion Poplawski | Note Added: 0035222 | |||||||||||||
2016-06-10 14:28 | Kitware Robot | Note Added: 0042146 | |||||||||||||
2016-06-10 14:28 | Kitware Robot | Status | new => resolved | ||||||||||||
2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||||||||||||
2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||||||||||||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|