aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade sbt versionsHEADmasterJakob Odersky2018-03-082-4/+4
* Add support for multiple boilerplate source directoriesJakob Odersky2018-03-084-21/+30
* add note that sbt-boilerplate support sbt 0.13 and 1.0Johannes Rudolph2017-08-171-0/+2
* next versionJohannes Rudolph2017-08-171-1/+1
* bump version in README as wellv0.6.1Johannes Rudolph2017-08-171-1/+1
* bump versionJohannes Rudolph2017-08-171-1/+1
* add crossSbtVersions to 0.13.16 and 1.0.0Johannes Rudolph2017-08-171-7/+2
* remove lsEugene Yokota2017-08-052-18/+0
* Travis CIEugene Yokota2017-08-051-0/+26
* cross build to sbt 1.xEugene Yokota2017-08-0512-37/+103
* next versionJohannes Rudolph2016-03-011-1/+1
* add notes for 0.6.0 and adapt READMEJohannes Rudolph2016-03-012-2/+17
* bump versionv0.6.0Johannes Rudolph2016-03-011-1/+1
* sign artifactsJohannes Rudolph2016-03-012-1/+4
* 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 curr...Johannes Rudolph2016-03-011-6/+45
* make this an AutoPlugin, fixes #19Johannes Rudolph2016-03-012-47/+51
* cleanup buildJohannes Rudolph2016-02-293-33/+16
* add ".scala" to output filename automatically if the generated file has no ex...Johannes Rudolph2016-02-292-4/+9
* Make boilerplate generation available in the Test configuration, fixes #17nrinaudo2016-02-291-29/+14
* fix sharp encoding documentationJohannes Rudolph2016-02-241-1/+1
* include complete parsing failure in exception, fixes #15Johannes Rudolph2016-02-242-8/+5
* fix parsing of '#' outside of range (as testified by last commit)Johannes Rudolph2016-02-241-2/+2
* Add tests from marklister's commit 013afd0becf8171c05206e227b2dbe72d98c6344Mark Lister2016-02-242-0/+16
* Fix for issue #12 escape sharpMark Lister2014-09-243-2/+4
* Go back to bintray publishing as we are now included in the official sbt plug...Johannes Rudolph2014-09-086-41/+12
* add caution to README for organization changeJohannes Rudolph2014-09-021-1/+1
* Merge branch 'master' of github.com:sbt/sbt-boilerplateJohannes Rudolph2014-09-021-3/+6
|\
| * Upgrade README to 0.5.9.Johannes Rudolph2014-09-011-4/+7
* | change to sonatype publishing for now and change organization to "net.virtual...v0.5.9-net.virtual-voidJohannes Rudolph2014-09-026-24/+38
|/
* next versionJohannes Rudolph2014-09-011-1/+1
* setup bintray publishingv0.5.9Johannes Rudolph2014-09-013-5/+16
* bump versionJohannes Rudolph2014-09-011-1/+1
* cache parser rules for better performanceJohannes Rudolph2014-09-011-14/+14
* fix infinite parser loop with Scala <= 2.9Johannes Rudolph2014-09-011-2/+4
* allow testing for older sbt/scala versionsJohannes Rudolph2014-07-081-1/+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
* next versionJohannes Rudolph2014-07-081-1/+1
* apply scalariformJohannes Rudolph2014-07-086-21/+43
* 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-083-0/+62
* modernize buildJohannes Rudolph2014-07-081-1/+1
* improve READMEJohannes Rudolph2014-03-171-2/+2
* update sbt-cross-building pluginJohannes Rudolph2013-11-181-1/+1
* Merge branch '0.5.1'Johannes Rudolph2013-10-244-4/+9
|\
| * cross-build for sbt 0.13, fixes #80.5.1Johannes Rudolph2013-10-243-3/+8