From: Foster B. <fos...@us...> - 2006-01-09 19:31:46
|
Update of /cvsroot/adobe-source/adobe-source/adobe/documentation/sources/structure In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18763/adobe/documentation/sources/structure Modified Files: cvs_howto.dox news.dox Log Message: asl 1.0.12 stragglers Index: cvs_howto.dox =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/documentation/sources/structure/cvs_howto.dox,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** cvs_howto.dox 2 Jun 2005 23:14:16 -0000 1.2 --- cvs_howto.dox 9 Jan 2006 19:31:34 -0000 1.3 *************** *** 10,17 **** \verbatim ! joeuser% cd /local/cvsroot/directory ! joeuser% cvs -d:pserver:ano...@cv...:/cvsroot/adobe-source login ! joeuser% cvs -z3 -d:pserver:ano...@cv...:/cvsroot/adobe-source checkout adobe-source ! joeuser% cvs -d:pserver:ano...@cv...:/cvsroot/adobe-source logout \endverbatim --- 10,17 ---- \verbatim ! cd /local/cvsroot/directory ! cvs -d:pserver:ano...@cv...:/cvsroot/adobe-source login ! cvs -z3 -d:pserver:ano...@cv...:/cvsroot/adobe-source checkout adobe-source ! cvs -d:pserver:ano...@cv...:/cvsroot/adobe-source logout \endverbatim *************** *** 23,30 **** \verbatim ! joeuser% cd /local/cvsroot/directory ! joeuser% cvs -d:pserver:ano...@cv...:80/cvsroot/adobe-source login ! joeuser% cvs -z3 -d:pserver:ano...@cv...:80/cvsroot/adobe-source checkout adobe-source ! joeuser% cvs -d:pserver:ano...@cv...:80/cvsroot/adobe-source logout \endverbatim --- 23,30 ---- \verbatim ! cd /local/cvsroot/directory ! cvs -d:pserver:ano...@cv...:80/cvsroot/adobe-source login ! cvs -z3 -d:pserver:ano...@cv...:80/cvsroot/adobe-source checkout adobe-source ! cvs -d:pserver:ano...@cv...:80/cvsroot/adobe-source logout \endverbatim Index: news.dox =================================================================== RCS file: /cvsroot/adobe-source/adobe-source/adobe/documentation/sources/structure/news.dox,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** news.dox 6 Jan 2006 18:35:20 -0000 1.5 --- news.dox 9 Jan 2006 19:31:34 -0000 1.6 *************** *** 8,12 **** \par January 05, 2005 - ASL 1.0.12 Released Highlights of the 1.0.12 changes include: ! - The Generic Image Library (GIL) has been added. This library allows for writing generic imaging algorithms with performance comparable to hand-coding for a particular image type - Lubomir has been hard at work getting the GIL tutorial and design guide ready for release. We anticipate it within a couple weeks. - ASL now compiles against Boost 1.33.1 --- 8,12 ---- \par January 05, 2005 - ASL 1.0.12 Released Highlights of the 1.0.12 changes include: ! - The \ref asl_gil has been added. This library allows for writing generic imaging algorithms with performance comparable to hand-coding for a particular image type - Lubomir has been hard at work getting the GIL tutorial and design guide ready for release. We anticipate it within a couple weeks. - ASL now compiles against Boost 1.33.1 |