Google Code Exporter

Results 11117 issues of Google Code Exporter

``` What steps will reproduce the problem? 1. build ctemplate with llvm libc++ What is the expected output? What do you see instead? What version of the product are you...

Type-Defect
Priority-Medium
auto-migrated

``` The class TemplateDictionaryPeer (template_test_util.h) is not distributed, includes config.h and cannot be used outside ctemplate domains. All ctemplate documentation suggests that this class is easily available for users to...

Type-Defect
Priority-Medium
auto-migrated

``` It is not possible to avoid copying data in your own implementation of ExpandEmitter because there is no way to manually tune the refcounting on objects. Example of what...

Type-Defect
Priority-Medium
auto-migrated

``` A CMake module that allows the usage of find_package in a CMakeLists.txt Example: find_package(Ctemplate) This could be added to a contrib folder. ``` Original issue reported on code.google.com by...

Type-Defect
Priority-Medium
auto-migrated

``` I want to static link ctemplate, so I write a Makefile(See attachment). My test file is name test.cpp I compile it: cl $(CFLAGS) test.cpp then link:link test.obj libctemplate.lib The...

Type-Defect
Priority-Medium
auto-migrated

``` Just leaving a reminder in order to make it easier for the few unlucky others who need to make this work on this unpleasant platform combination. First one must...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. InTextSegment makes the assumption that everything between _start and data_start is read-only. This is not always the case - I'm running into...

Type-Defect
Priority-Medium
auto-migrated

``` Could you add a function to enable errors/warnings for templates that don't use autoescape? ``` Original issue reported on code.google.com by `olafvdspek` on 22 Jan 2011 at 2:19

Priority-Medium
auto-migrated
Type-Enhancement

``` When I am statically linking the template library into my library, it always gives the warning: warning C4275: non dll-interface class 'std::_Container_base_secure' used as base for dll-interface class 'std::_Container_base_aux_alloc_empty'...

Type-Defect
Priority-Medium
auto-migrated

``` What steps will reproduce the problem? 1. I followed every steps listed in the [wiki][1] 2. started tomcat and waited until the timer kicked off and it did 3....

Priority-Medium
Type-Defect
auto-migrated