mirror of
https://github.com/OlafvdSpek/ctemplate.git
synced 2025-10-05 19:16:54 +08:00

* ctemplate: version 0.98 release * Add new image URL modifier: :I=html, :I=css, etc (jshneier, dougy) * Allow lowercase words in pragma contexts (csilvers) * Enable full-word matching for tpl filenames (aneeshnaman) * Performance improvements for small_map (wonchun) * Avoid some compiler warnings (mac) * Fix a c++ conformance bug involving const (chandlerc) * BUGFIX: never reload string templates (panicker) * BUGFIX: Fix refcounting to avoid accessing freed memory (panicker) * PORTING: Avoid SIBGUS on sparc by aligning memory more (csilvers) * PORTING: Use isascii_is*() to avoid langtype issues (csilvers) * PORTING: Fix 'class not properly dll-epxorted' warnings (csilvers) * PORTING: Rename README.windows to README_windows.txt (csilvers) * Made NEWS file non-empty. * Added ctemplate.pc + ctemplate_nothreads.pc for pkg-config (csilvers)
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
usr/include/ctemplate/*
|
|
usr/lib/lib*.so
|
|
usr/lib/lib*.a
|
|
usr/lib/lib*.la
|
|
usr/bin/*
|
|
usr/lib/pkgconfig/*
|
|
debian/tmp/usr/include/ctemplate/*
|
|
debian/tmp/usr/lib/lib*.so
|
|
debian/tmp/usr/lib/lib*.a
|
|
debian/tmp/usr/lib/lib*.la
|
|
debian/tmp/usr/bin/*
|
|
debian/tmp/usr/lib/pkgconfig/*
|