aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/spray/boilerplate
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Fix for issue #12 escape sharpMark Lister2014-09-241-1/+2
|
* 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-081-2/+3
|
* add support for custom rangesJohannes Rudolph2014-07-082-8/+21
|
* centralize place to define the default separatorJohannes Rudolph2014-07-081-2/+5
|
* apply scalariformJohannes Rudolph2014-07-083-21/+19
|
* refactoring and sprinkle some syntactic sugar for better test writingJohannes Rudolph2014-07-082-36/+19
|
* saner parser and generation modelJohannes Rudolph2014-07-082-24/+12
|
* fix parsing to allow an arbitrary number of elements on the top-level, fixes #3Johannes Rudolph2014-07-081-8/+14
|
* 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
* Insert patterns for i+1milo-minderbender2013-05-131-1/+3
|
* move from "cc.spray" to "io.spray"Johannes Rudolph2012-10-163-0/+156