1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-10-26 21:49:17 +08:00

Wed Nov 12 11:24:33 2008 Google Inc. <opensource@google.com>

* ctemplate: version 0.92 release
	* BUG FIX: affecting an included string-template with autoescaping (jad)
	* BUG FIX: long-name cmdline flag in diff_tpl_auto_escape (jad)
	* Do include-template indenting after applying modifiers (jad)
	* Add human-readable error messages to the html parser (falmeida)
	* Create an abstract base class for TemplateDictionary (williasr)
	* PORTING: Be more careful about Windows #defines and types (csilvers)
	* PORTING: Make unittest scripts more sh-compatible (falmeida)
	* Show missing includes in annotated output (ribrdb)
	* Improvements to javascript escaping (escape \f) (jad)
	* Improvements to json escaping (escape <>&) (jad)
	* Avoid raciness by preferring cached to new template-strings (csilvers)
This commit is contained in:
csilvers
2008-11-12 21:32:29 +00:00
parent 6f67ee04f6
commit 694b12caba
75 changed files with 4240 additions and 1227 deletions

View File

@@ -170,6 +170,9 @@
<File
RelativePath="..\..\src\windows\google\template_dictionary.h">
</File>
<File
RelativePath="..\..\src\windows\google\template_dictionary_interface.h">
</File>
<File
RelativePath="..\..\src\windows\google\per_expand_data.h">
</File>