1
0
mirror of https://github.com/OlafvdSpek/ctemplate.git synced 2025-09-28 19:05:49 +08:00
ctemplate/contrib
csilvers a9b9d3190b Mon Oct 19 11:42:57 2009 Google Inc. <opensource@google.com>
* ctemplate: version 0.96 release
	* Support multiple template root directories (williasr)
	* Remove TemplateContext from TemplateToString (jad)
	* Remove programmatic auto-escape code (jad)
	* Speedup: use linker to detect immutable TemplateStrings (csilvers)
	* Implement ShowTemplateGlobalSection (williasr)
	* Change SetIntValue to accept longs (omoikane)
	* Allow TemplateDictionary c'tor to take a TemplateString (csilvers)
	* Make Mutex safer to run during global destructors (csilvers)
	* BUILD: don't set TMPDIR when building; ar reads it (csilvers)
	* BUILD: fix compiling of C (as opposed to C++) test file (csilvers)
	* BUILD: remove bash-specific 'test x == y' from configure.ac (csilvers)
	* BUGFIX: use AllocAligned when allocating non-char objects (csilvers)
	* PORTING: remove obsolete MSVC Detect64BitPortabilityProblems (csilvers)
	* Updated from autoconf 2.61 to 2.62
2009-10-20 17:29:07 +00:00
..
convert_to_95.pl Fri Jun 12 08:13:35 2009 Google Inc. <opensource@google.com> 2009-06-13 00:30:27 +00:00
highlighting.vim ctemplate 0.3 2007-03-21 23:20:57 +00:00
README.contrib ctemplate 0.3 2007-03-21 23:20:57 +00:00
tpl-mode.el Mon Oct 19 11:42:57 2009 Google Inc. <opensource@google.com> 2009-10-20 17:29:07 +00:00

All files under this contrib directory are UNSUPPORTED; use at your
own risk.  They were provided by users of ctemplate and were not
tested by the authors of ctemplate.  These files are not owned by
Google.  Please contact the authors of the contributions for help
about these, not the ctemplate authors. Thanks!, and enjoy.

highlighting.vim    by Patrick Lacasse <patlac@borabora.crchul.ulaval.ca>
   How to set up syntax highlighting (colorization) for ctemplate .tpl
   files, using vim.  A shar file; see top-of-file for how to extract.

tpl-mode.el   by Tony Gentilcore
   Elisp file for syntax highlighting (colorization) for ctemplate
   .tpl files, using emacs.  See top-of-file for how to use.