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

Fri Jun 12 08:13:35 2009 Google Inc. <opensource@google.com>

* ctemplate: version 0.95 release
	* Change default namespace from google to ctemplate
	* Rename include directory from google to ctemplate
	* Remove deprecated code: template_from_string.{h,cc}
	* Remove deprecated code: modifiers in TemplateDictionary class
	* Remove last arg from StringToTemplate; use autoescape pragma instead
	* Remove template_modifiers namespace
	* Provide a script to help convert namespaces and #includes
	* TemplateDictionary constructor takes TemplateString, not string
This commit is contained in:
csilvers
2009-06-13 00:30:27 +00:00
parent 22c754e555
commit fcfb32dcf4
77 changed files with 1662 additions and 1637 deletions

View File

@@ -165,34 +165,34 @@
RelativePath="..\..\src\windows\port.h">
</File>
<File
RelativePath="..\..\src\windows\google\template.h">
RelativePath="..\..\src\windows\ctemplate\template.h">
</File>
<File
RelativePath="..\..\src\windows\google\template_dictionary.h">
RelativePath="..\..\src\windows\ctemplate\template_dictionary.h">
</File>
<File
RelativePath="..\..\src\windows\google\template_dictionary_interface.h">
RelativePath="..\..\src\windows\ctemplate\template_dictionary_interface.h">
</File>
<File
RelativePath="..\..\src\windows\google\per_expand_data.h">
RelativePath="..\..\src\windows\ctemplate\per_expand_data.h">
</File>
<File
RelativePath="..\..\src\windows\google\template_emitter.h">
RelativePath="..\..\src\windows\ctemplate\template_emitter.h">
</File>
<File
RelativePath="..\..\src\windows\google\template_enums.h">
RelativePath="..\..\src\windows\ctemplate\template_enums.h">
</File>
<File
RelativePath="..\..\src\windows\google\template_from_string.h">
RelativePath="..\..\src\windows\ctemplate\template_from_string.h">
</File>
<File
RelativePath="..\..\src\windows\google\template_modifiers.h">
RelativePath="..\..\src\windows\ctemplate\template_modifiers.h">
</File>
<File
RelativePath="..\..\src\windows\google\template_namelist.h">
RelativePath="..\..\src\windows\ctemplate\template_namelist.h">
</File>
<File
RelativePath="..\..\src\windows\google\template_pathops.h">
RelativePath="..\..\src\windows\ctemplate\template_pathops.h">
</File>
<File
RelativePath="..\..\src\tests\template_test_util.h">