summaryrefslogtreecommitdiff
path: root/Cask
Commit message (Collapse)AuthorAge
* [Fix #2199] Implement elisp-lint.el in CINeil Okamoto2018-03-05
|
* Fontify Grimoire code blocks if possibleTianxiang Xiong2017-06-13
| | | | Fixes #1959.
* Remove redundant noflet dependencyBozhidar Batsov2016-04-29
|
* [#1650] Start writing tests using buttercup (#1659)Chaitanya Koparkar2016-04-13
|
* Include cider-test.el in package.Michael Griffiths2014-06-16
|
* Remove ert dev dependencyBozhidar Batsov2013-11-06
|
* Refactor package generation codeBozhidar Batsov2013-10-29
| | | | | | cider-pkg.el is now auto-generated by cask. Special thanks to @lunaryorn for suggesting this.
* Rename project to CIDERBozhidar Batsov2013-10-17
|
* Add missing pkg-info dep to CaskBozhidar Batsov2013-08-22
|
* Rotate and display nrepl connectionJon Pither2013-08-18
|
* Simplify test infrastructureBozhidar Batsov2013-08-15
* Manage dependencies with Cask * Add a Vagrantfile and a shell script for provisioning * Simplify Makefile * Add a script for running the tests in batch mode The one thing that remains to be done is to reintegrate the batch checkdoc check.