1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 20, 2025 — Feb 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
refactor mustache builder code generation into a factory More... over 14 years ago
ignore intervals less than the precision of the measurement More... over 14 years ago
add the total time each operation took More... over 14 years ago
fix some of the tracing stuff More... over 14 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... over 14 years ago
found a bug in inverted -- didnt allow for Future false More... over 14 years ago
add eof for special ambiguous cases at the end of files More... over 14 years ago
merge fix More... over 14 years ago
Unparse a mustache template and output into a Scope More... over 14 years ago
Unparse a mustache template and output into a Scope More... over 14 years ago
massive performance improvement through code elimination and combination. More... over 14 years ago
Much better debug location for MustacheBuilder More... over 14 years ago
more interesting tostring method for scope More... over 14 years ago
Actually finish support for the execute methods that take a Writer rather than a FutureWriter. Also added regression tests for them. More... over 14 years ago
preserve backwards compatibility where developers have used extra whitespace More... over 14 years ago
run the benchmark test for the java7 support module More... over 14 years ago
also add this support to the compiler. i should deprecate and remove it at this point. More... over 14 years ago
_ extension requires a function More... over 14 years ago
allow a initial path to be set for the classpath version More... over 14 years ago
change the way that we find the test resources More... over 14 years ago
add a test for classpath support of templates. we might still want a root classpath package. More... over 14 years ago
squeezed a little more performance out of builder by making some common subcodes inlinable More... over 14 years ago
need to copy the behavior More... over 14 years ago
return the right null/empty More... over 14 years ago
make java7 a purely optional module More... over 14 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... over 14 years ago
close the bufferedreader More... over 14 years ago
use source and target 6 for the runtime compilation More... over 14 years ago
merge conflict fix More... over 14 years ago
notify which objecthandler is enabled More... over 14 years ago