1
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jan 27, 2025 — Jan 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
wrap all passed in lists with an InternalArrayList to avoid mutations. fix long time deferred race condition. More... over 9 years ago
accept immutable lists More... over 9 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... over 9 years ago
chained inheritance example More... over 9 years ago
make the test a little more obvious More... over 9 years ago
add test metadata collection More... almost 10 years ago
change to jdk8 More... almost 10 years ago
Create circle.yml More... almost 10 years ago
used the wrong stream More... almost 10 years ago
pull the warning message out More... almost 10 years ago
show how to customize valuecode to do things differently More... almost 10 years ago
add a test that implements dyanmic partial behavior More... almost 10 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... almost 10 years ago
cleaning up some nits More... almost 10 years ago
more repeatable compilation benchmark More... almost 10 years ago
enable all the benchmarks More... almost 10 years ago
take advantage of an optimization we can make when a mustache is not recursive which is very common More... almost 10 years ago
improve performance across the board for escaping More... almost 10 years ago
initial version of the benchmark More... almost 10 years ago
post compilation we can remove the thread local partial cache as it is only needed to handle recursion during the compilation step More... almost 10 years ago
remove a couple warnings from compilation More... almost 10 years ago
Merge pull request #160 from jwils/master More... about 10 years ago
fix up some duplicate code More... about 10 years ago
do some minor refactorings More... about 10 years ago
reversed these by accident More... about 10 years ago
Add additional escape characters for non-standard quotes or no quotes for attributes More... about 10 years ago
Add support for renaming tags in translations More... about 10 years ago
#134 Add URIResolver More... over 10 years ago
remove codegen and indy from the mainline. they arent used and dont perform sufficiently differently from the normal compiler to continue to maintain them. More... over 10 years ago
Merge branch 'master' of github.com:spullara/mustache.java More... over 10 years ago