aboutsummaryrefslogtreecommitdiffstats
path: root/extras/emacs/all-skel.el
AgeCommit message (Collapse)AuthorFilesLines
2019-10-03emacs: track improvements in vppapigenDave Barach1-2/+0
Remove boilerplate which is now generated by vppapigen Type: refactor Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: I36bff1a651ac48caa969ed76d963b0a733ef5532
2018-10-03LISP ONLY: maintain the emacs lisp plugin generatorDave Barach1-1/+1
Add a generator for CMakeLists.txt, remove autotools input generator. Add missing extern declarations for node registrations in <plugin-name>.h. Remove extern from the <plugin-name>_main_t declaration in <plugin-name>.c, so it won't come up undefined at runtime. Reposition forward node declaration relative to CLIB_MARCH_VARIANT conditional, to avoid multiple definition / "<plugin-name>_node changed size from X to Y" warnings. Change-Id: I8cc00bca5c40fa3ea00549411a3a9027f97a4826 Signed-off-by: Dave Barach <dave@barachs.net>
2018-08-11emacs skeletons: add quad/single, avx2/avx512 supportDave Barach1-0/+2
Change-Id: Ib8095ad69620308d6199ab030a754ee45f92e59b Signed-off-by: Dave Barach <dave@barachs.net>
2018-05-01Add plugin periodic function elisp skeletonDave Barach1-0/+1
Change-Id: Ide4e2d2a06dff20c94ae5436ba6361b246052867 Signed-off-by: Dave Barach <dave@barachs.net>
2017-04-24Move emacs stuff to extras/Damjan Marion1-0/+40
Change-Id: Ibbb7d8500e9064215cf912bd00bdf72a748f8a27 Signed-off-by: Damjan Marion <damarion@cisco.com>