]> code.delx.au - gnu-emacs-elpa/history - company-clang.el
Make a new release
[gnu-emacs-elpa] / company-clang.el
2016-01-03 Dmitry GutovBump copyright years
2016-01-02 Dmitry GutovRename company-clang-obc-templatify to company-template...
2015-10-03 Dmitry GutovSpell "backend" and "frontend" without hyphens
2015-06-21 Dmitry Gutovcompany-clang--start-process: Only erase buffer when...
2015-04-05 Dmitry GutovUpdate company-clang-objc-templatify in line with the...
2015-03-25 Dmitry Gutovstring-prefix-p signals error on nil in Emacs < 25
2015-03-15 Dmitry GutovDon't use `forward-symbol', apparently it's not in...
2015-03-15 Dmitry GutovHandle function pointers in annotation and template...
2015-03-04 Dmitry GutovMerge branch 'release'
2015-02-04 Dmitry GutovMerge branch 'search-hl-fix'
2015-02-02 Dmitry Gutovcompany-clang--start-process: Disable undo in the outpu...
2015-01-30 Dmitry GutovAdd a comment
2015-01-07 Dmitry GutovRemove ineffective change from c6e9fbad312fc62876d40032...
2015-01-07 Dmitry GutovSupport template functions in company-clang annotations
2014-12-07 Dmitry Gutovcompany-clang--start-process: Bind process-adaptive...
2014-10-12 Dmitry Gutovcompany-template-c-like-templatify: Support generics
2014-10-05 Dmitry Gutovcompany-clang-arguments: Fix default element value
2014-06-04 Dmitry GutovAdd package-version property to vars after in 0.7.0
2014-05-18 Dmitry Gutovcompany-clang--annotation: include method qualifiers...
2014-05-17 Dmitry Gutovcompany-clang--build-complete-args: don't call -cc1...
2014-04-29 Dmitry Gutovcompany-clang: tweak the objc args recognition
2014-04-28 Dmitry Gutovcompany-clang: don't mistake scoping operator for objc...
2014-04-14 Dmitry GutovIntroduce company-clang-insert-arguments
2014-04-09 Dmitry GutovMerge pull request #101 from bbatsov/master
2014-04-09 Bozhidar BatsovUse cl-lib
2014-04-04 Dmitry GutovDefine and use `company-grab-symbol-cons'
2014-04-02 Dmitry GutovMerge branch 'clang-async'
2014-04-01 Dmitry GutovMake company-clang work asynchronously
2014-03-21 Dmitry Gutovcompany-clang--build-location: try to be more careful...
2014-03-18 Dmitry Gutovcompany-clang: handle multibyte chars between bol and...
2014-03-18 Dmitry GutovFix #80
2014-02-03 Dmitry GutovDisplay annotations
2013-07-28 Chen BinSeparate executable from arguments in the error output...
2013-05-26 Dmitry GutovSet emacs-lisp-docstring-fill-column to 75,
2013-05-06 Dmitry GutovUpdate company-clang.el
2013-05-06 Dmitry Gutovcompany-clang-begin-after-member-access: include C...
2013-05-06 Dmitry GutovClose #19
2013-05-04 Constantincompany-clang: with 2.9+, use stdin
2013-04-14 Dmitry Gutovcompany-template-c-like-templatify: use "argN" as actua...
2013-04-10 Dmitry Gutovcompany-clang docstring: Clang with capital C
2013-04-10 Dmitry Gutovcompany-clang post-completion: early abort when ObjC...
2013-04-10 Dmitry GutovSupport c++-mode in company-clang; templatify calls...
2013-04-09 Dmitry GutovDefine groups for back-ends; remove explicit :group...
2013-04-09 Dmitry GutovRemove the As
2013-03-23 Dmitry GutovSilence some byte-compilation warnings
2013-03-22 Dmitry GutovAnd another rename. Hopefully, this one will stick.
2013-03-22 Dmitry GutovIntroduce `company--auto-completion', rename 'common...
2013-03-22 Dmitry Gutovcompany-template: Bring closer to yasnippet behavior
2013-03-21 Dmitry GutovAdd experimental backend command 'common
2013-03-21 Dmitry Gutovcompany-clang-objc-templatify: No extra space before...
2013-03-20 Dmitry Gutovcompany-clang: Only initialize in supported major modes
2013-03-20 Dmitry Gutovcompany-clang: Update docstring
2013-03-20 Dmitry GutovFix #3
2013-03-17 Dmitry Gutovcompany-clang: show meta
2013-03-17 Dmitry Gutovcompany-clang-guess-prefix: don't error out when no...
2013-03-17 Dmitry GutovFix #2
2013-03-13 Dmitry GutovRemove leading asterisks from docstrings
2013-03-13 Dmitry GutovMerge changes from the GNU ELPA repository
2011-10-03 Nikolaj SchumacherMore robust clang version check.
2011-06-18 Nikolaj SchumacherRemoved superfluous quotes.
2011-06-18 Nikolaj SchumacherObserve case in clang completions.
2011-06-18 Nikolaj SchumacherInclude macros in clang completions.
2010-02-24 Nikolaj SchumacherBumped version to 0.5.
2010-02-23 Nikolaj SchumacherAdded template insertion for ObjC selectors.
2010-02-23 Nikolaj SchumacherCheck clang version.
2010-02-23 Nikolaj SchumacherBe less verbose when writing files.
2010-02-23 Nikolaj SchumacherDon't auto-save buffers when they haven't been modified.
2010-02-23 Nikolaj SchumacherAdded back-end for clang.