aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add support for multiple boilerplate source directoriesJakob Odersky2018-03-083-20/+29
|
* remove lsEugene Yokota2017-08-051-17/+0
|
* cross build to sbt 1.xEugene Yokota2017-08-057-10/+75
|
* log number of found files with DEBUG levelJohannes Rudolph2016-03-011-1/+2
|
* add signature to all generated files and remove files not regenerated in ↵Johannes Rudolph2016-03-011-6/+45
| | | | current run, fixes #16
* make this an AutoPlugin, fixes #19Johannes Rudolph2016-03-011-40/+45
|
* add ".scala" to output filename automatically if the generated file has no ↵Johannes Rudolph2016-02-291-2/+6
| | | | extension, fixes #18
* Make boilerplate generation available in the Test configuration, fixes #17nrinaudo2016-02-291-29/+14
| | | | As a side effect, the boilerplate source directory is now a setting.
* include complete parsing failure in exception, fixes #15Johannes Rudolph2016-02-242-8/+5
| | | | Also improve error messages a bit.
* fix parsing of '#' outside of range (as testified by last commit)Johannes Rudolph2016-02-241-2/+2
| | | | | - parse '#' as literal character - allow backquoted form "\#" as well
* Add tests from marklister's commit 013afd0becf8171c05206e227b2dbe72d98c6344Mark Lister2016-02-242-0/+16
| | | | Range parsing too eager, encode sharp
* Fix for issue #12 escape sharpMark Lister2014-09-242-2/+3
|
* cache parser rules for better performanceJohannes Rudolph2014-09-011-14/+14
|
* fix infinite parser loop with Scala <= 2.9Johannes Rudolph2014-09-011-2/+4
|
* adapt outside parser to latest changesJohannes Rudolph2014-07-082-3/+8
|
* add support for custom rangesJohannes Rudolph2014-07-084-8/+36
|
* centralize place to define the default separatorJohannes Rudolph2014-07-082-7/+10
|
* apply scalariformJohannes Rudolph2014-07-083-21/+19
|
* refactoring and sprinkle some syntactic sugar for better test writingJohannes Rudolph2014-07-083-39/+22
|
* saner parser and generation modelJohannes Rudolph2014-07-083-27/+21
|
* fix parsing to allow an arbitrary number of elements on the top-level, fixes #3Johannes Rudolph2014-07-083-15/+18
|
* add tests for the current stateJohannes Rudolph2014-07-082-0/+60
|
* Merge branch '0.5.1'Johannes Rudolph2013-10-241-1/+4
|\
| * cross-build for sbt 0.13, fixes #80.5.1Johannes Rudolph2013-10-241-1/+4
| |
* | Modify TemplateParser to reduce parser scope.Mark Lister2013-06-071-3/+20
|/ | | | | | | Template file to parse regions outside [# and #] as FixedString not LiteralString FixedString to match ##nnn... not ##n
* prepare releasev0.5.1Johannes Rudolph2013-06-031-0/+17
|
* Insert patterns for i+1milo-minderbender2013-05-131-1/+3
|
* move from "cc.spray" to "io.spray"Johannes Rudolph2012-10-163-3/+3
|
* licensing mattersJohannes Rudolph2012-10-103-0/+18
|
* be compatible from 0.11.2 to 0.12Johannes Rudolph2012-10-101-1/+1
|
* simplified syntax and provide a proper parserJohannes Rudolph2012-10-103-70/+96
|
* first version of pluginJohannes Rudolph2012-10-102-0/+112