Google Code Exporter

Results 21406 comments of Google Code Exporter

``` I'm sorry, I'm not going to add this to ctemplate (of course, you're welcome to hack it into your own version yourself). This is correctly done, by the people...

``` Hacking is not an option. :p How do I verify (without modifying ctemplate), that every template uses auto escaping? ``` Original comment by `olafvdspek` on 4 Oct 2011 at...

``` Just analyze the template files using the tool of your choice. I don't know windows, so I don't know what that tool would be, but there must be something...

``` That'd be hacking again. And bad software engineering. The solution should be simple and cross-platform. ``` Original comment by `olafvdspek` on 5 Oct 2011 at 11:02

Original comment by `olafvdspek` on 12 Feb 2012 at 2:31

Original comment by `olafvdspek` on 12 Feb 2012 at 2:32 - Changed state: **New**

``` Sorry for the tardy reply; for some reason I didn't get any mail when this issue was filed, so I just saw it now. I don't know anything about...

``` It's been a while and I haven't heard any more from this. I'm going to close the bug. Feel free to reopen if you have more information. ``` Original...

``` I think the problem is here? http://code.google.com/p/google-ctemplate/source/browse/trunk/src/windows/ctempl ate/template_cache.h In this file, even when CTEMPLATE_DLL_DECL is defined to be empty, __declspec(dllexport) gets used. ``` Original comment by `[email protected]` on 16...

``` Hmm, that's plausible. I'm seeing more of these errors in the new release I'm preparing and would love to figure out how to suppress them (without having to understand...