aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-uid-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Fixing the license text.Ettore Perazzoli2001-10-281-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* If CAMEL_DEBUG is defined, print some useful ref/unref info.Jeffrey Stedfast2001-10-171-1/+30
* Removed charset/locale charset lookup and iconv_open/close functions,12001-10-121-2/+2
* We now use a structure as the bucket data rather than just a cache levelJeffrey Stedfast2001-07-131-20/+68
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Plug leaks.Dan Winship2001-04-141-2/+5
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-301-2/+5
* New code to keep an on-disk cache of what UIDs have been seen in a folder.Dan Winship2000-08-091-0/+186
span class='column1'>| | | | | | | | | loader.cpp:899:12: error: cannot initialize return object of type 'CalCoreKeyframe *' with an rvalue of type 'bool' return false; ^~~~~ loader.cpp:1448:11: error: no viable conversion from returned value of type 'bool' to function return type 'CalCoreSkeletonPtr' (aka 'RefPtr<CalCoreSkeleton>') return false; ^~~~~ ../../src/cal3d/refptr.h:16:9: note: candidate constructor not viable: no known conversion from 'bool' to 'CalCoreSkeleton *' for 1st argument RefPtr(T* ptr = 0) ^ ../../src/cal3d/refptr.h:22:9: note: candidate constructor not viable: no known conversion from 'bool' to 'const RefPtr<CalCoreSkeleton> &' for 1st argument RefPtr(const RefPtr<T>& ptr) ^ Reported by: pkg-fallout (blocks 5 ports) Approved by: portmgr blanket * Use USES=pathfix where applicable.mat2016-10-211-1/+0 | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 * - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-1/+1 | | | | Approved by: portmgr blanket * Contract graphics/cal3d-devel into graphics/cal3dmarino2015-11-023-9/+16 | | | | | | | | | | | | | | | | | | | | The development of cal3d stopped in July 2006, about a week or two after the last release (0.11.0). It makes no sense to have both cal3d and cal3d-devel, so let's copy over the -devel port over to the stable one and remove the -devel port. There's no reason to set a deprecation period in this case. While here: * remove conflicts * Update the WWW to the new home page I've given graphics/cal3d a "fake" version of 0.11.1 to convey that it is an update to the previous version of 0.11.0 rather than to completely change the version scheme. PR: 203135 Approved by: maintainer timeout Discussed: portmgr (bapt) * graphics/cal3d(-devel): Fix build on gcc5marino2015-09-161-0/+10 | | | | Trivial addition of <string.h>, approved by blanket * - Strip libraryamdmi32014-12-151-0/+1 | | | | Approved by: bapt * Cleanup plistbapt2014-10-211-1/+0 | * Remove patches and patch Makefile.in instead of Makefile.am to avoidtijl2014-10-053-33/+2 | | | | USE_AUTOTOOLS * - Switch to USES=libtool, drop .la filesamdmi32014-07-08