0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 20 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Styling changes More... about 12 years ago
Updated README to include where to get it from Maven Central More... about 12 years ago
Move on after release 3.0 More... about 12 years ago
Release 3.0 More... about 12 years ago
Fill out the helper object More... about 12 years ago
Added TemplateEngine implementation Fixed benchmark runner Added misc license and some documentation More... about 12 years ago
Organized classes into different packages. Created base interfaces for the main package. Renamed HoganPage to HoganTemplate Make HoganTemplate implement groovy.text.Template for TemplateEngine implementation More... about 12 years ago
Add license More... about 12 years ago
Update build file to support uploading to Sonatype OSS Maven Repository More... about 12 years ago
Removed generated source code from compiled object Removed generated sourceSet from build script More... about 12 years ago
Added mustache.java to benchmark. Also fixed benchmark because Hogan.groovy was compiling the partial templates in the benchmark loop while the others had them precompiled. Groovy is still slower than Java, but only 10x instead of something like 400x. Also Groovy is now faster than Rhino, which makes sense. It was slower before because even though Hogan.js on Rhino didn't precompile the templates, it did cache the templates once compiled, while Hogan.groovy will leave caching to a higher level. More... about 12 years ago
Added import statement to example because I hate it when other projects don't tell you the package name. More... about 12 years ago
Moved to groupId com.github.plecong More... about 12 years ago
Modify references to compiler to use one created in setup() More... about 12 years ago
Fix unroll output for spock 0.6 More... about 12 years ago
Fix readme example More... about 12 years ago
Update the gradle wrapper to 1.0-rc-1 More... about 12 years ago
Added wrapper More... about 12 years ago
Added hogan.js submodule and ability to reference js files in Rhino Added performance test harness using gbench Updated readme to include references to much faster Java implementations Upgraded to spock 0.6 Minor changes to make it compatible with Groovy++ More... about 12 years ago
Added benchmarking against JMustache. Groovy is da slow. More... about 12 years ago
Update readme to include Groovy closure example Add test to make sure the readme example works Upgrade Groovy to 1.8.6 More... about 12 years ago
Fix readme More... about 12 years ago
Fix syntax error in README Add license to source files. More... about 12 years ago
Added readme, removed unused parameter from MustacheSpec.groovy More... about 12 years ago
Updated version to 2.0 to match latest in Hogan.js git 851b6e39291bfc8278e518433ee5297bf54e9fd7 More... about 12 years ago
Change package name to not be confused that this is coming from Twitter More... about 12 years ago
Added mustache-spec submodule Fixed some small scanner problems and pass template source More... about 12 years ago
First check-in with most tests More... about 12 years ago