<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- generator="FeedCreator 1.6" -->
<rss version="2.0">
    <channel>
        <title>gpucv</title>
        <description>WebSVN RSS feed - gpucv</description>
        <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;</link>
        <lastBuildDate>Wed, 19 Jun 2013 16:31:31 +0100</lastBuildDate>
        <generator>FeedCreator 1.6</generator>
        <item>
            <title>   * global:
      ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=138&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 138 - allusse&lt;/strong&gt; (42 file(s) modified)&lt;/div&gt;&lt;div&gt;   * global:&lt;br /&gt;
      * check all the includes between the library layer, clean unnecessary includes.&lt;br /&gt;
      * CvgArr::_RemoveLocation: correct a bug that was not removing location correctly&lt;br /&gt;
   * operators:&lt;br /&gt;
   * GPUCVConsole:&lt;br /&gt;
      * runGpuToCpu()/runCpuToGpu(): update to be sure that we are really doing the image transfers.&lt;br /&gt;
   * rename/remove:&lt;br /&gt;
      *  CL_Texture::GetTexIDStr() and CvgArr::GetTexIDStr() rename in XXX::GetValStr() to be compatible with SGE::CL_BASE_OBJ::GetValStr().&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Tue, 09 Oct 2007 16:35:24 +0100</pubDate>
        </item>
        <item>
            <title>- doc: update link to reference the new OpenCV documentation ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=133&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 133 - allusse&lt;/strong&gt; (69 file(s) modified)&lt;/div&gt;&lt;div&gt;- doc: update link to reference the new OpenCV documentation location on the SVN/web.&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Fri, 05 Oct 2007 17:15:04 +0100</pubDate>
        </item>
        <item>
            <title>- global:
   - remove lot of old code ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=126&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 126 - allusse&lt;/strong&gt; (42 file(s) modified)&lt;/div&gt;&lt;div&gt;- global:&lt;br /&gt;
   - remove lot of old code that was not used any more.&lt;br /&gt;
   - add options: GPUCV_SETTINGS_CHECK_SHADER_UPDATE and GPUCV_SETTINGS_GLOBAL_NOTICE to GpuCVSettings =&amp;gt; shader file control is now dynamic at runtime&lt;br /&gt;
- operators:&lt;br /&gt;
   - move cvgSetCpuReturn/cvgUnsetCpuReturn to misc&lt;br /&gt;
   - move some beta operators to CvgOperators.cpp&lt;br /&gt;
- GPUCVConsole:&lt;br /&gt;
   - correct minor bugs in the benchloop macro&lt;br /&gt;
- rename/remove:&lt;br /&gt;
   - remove cvgBaseOp cpp/h from SVN, it was empty.&lt;br /&gt;
   - remove cvgImage cpp/h from SVN, it was replaced by CvgArr.h/cpp.&lt;br /&gt;
   - remove GpuImageManager cpp/h from SVN, it was replaced by GpuTextureManager.h/cpp.&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Tue, 02 Oct 2007 16:45:44 +0100</pubDate>
        </item>
        <item>
            <title>- operators:
  - update cvgCop() to use only one ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=123&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 123 - allusse&lt;/strong&gt; (70 file(s) modified)&lt;/div&gt;&lt;div&gt;- operators:&lt;br /&gt;
  - update cvgCop() to use only one shader instead of 2.&lt;br /&gt;
  - update all operators to use GPUCV_START_OP() and GPUCV_STOP_OP() macros.&lt;br /&gt;
  - update GPUCV_START_OP() and GPUCV_STOP_OP() macros to allow dynamic switching between OPENCV and GPUCV, and dynamic benchmarking of active library.&lt;br /&gt;
  - add macros IS_OPENCV_FORCED().&lt;br /&gt;
  - all destination images are now called 'dst' instead of 'dest', to match OpenCV.&lt;br /&gt;
- global:&lt;br /&gt;
  - automatic project generation using premake is now creating makefile for GCC.&lt;br /&gt;
  - add GpuCVSettings class to store global settings for debugging or switching between GPUCV and OPENCV.&lt;br /&gt;
  - TextureManager class: add Find() that return the object pointer and does not create a new object if not found.&lt;br /&gt;
  - add cvgTerminate() to help destroying all objects and save benchmarks.&lt;br /&gt;
  - _GPUCV_GL_ERROR_TEST is now using a dynamic switch with option GpuCVSettings::GPUCV_SETTINGS_GL_ERROR_CHECK.&lt;br /&gt;
  - OpenGL errors can rise exceptions with flag GpuCVSettings::GPUCV_SETTINGS_GL_ERROR_RISE_EXCEPTION&lt;br /&gt;
  - HardwareProfile: add The Profiler object from SugoiTracer as a member.&lt;br /&gt;
  - add 2 macros for profiling GPUCV_PROFILE_CURRENT_FCT and GPUCV_PROFILE_FCT.&lt;br /&gt;
  - shader path is now store into GpuCVSettings.&lt;br /&gt;
- GPUCVConsole:&lt;br /&gt;
  - add commands to reach GpuCVSettings options.&lt;br /&gt;
  - make it compatible with new GpuCVSettings parameters, specify default options at runtime.&lt;br /&gt;
- rename/remove:&lt;br /&gt;
  - move Beep definition for linux to Tools.h.&lt;br /&gt;
  - remove file cxcoreg.cpp that was empty, now all cxcore operators are into sub cpp files.&lt;br /&gt;
  - move cvgCreateHistImage() to misc.h&lt;br /&gt;
  - move cvgResizeGLSLFct to misc&lt;br /&gt;
  - move ftostr to GPUCVHardware\tools.h&lt;br /&gt;
&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Thu, 27 Sep 2007 17:06:32 +0100</pubDate>
        </item>
        <item>
            <title>operators:
   - add a few function that are ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=115&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 115 - allusse&lt;/strong&gt; (12 file(s) modified)&lt;/div&gt;&lt;div&gt;operators:&lt;br /&gt;
   - add a few function that are just here for compatibility (cvgSaveImage/cvgSetZero/cvgConvertScale), they should be ported on GPU later.&lt;br /&gt;
global:&lt;br /&gt;
   - add a global variable Global_Gpucv_Runtime_Path(cvgSetRuntimePath()) to set default directory of shader files.&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Tue, 18 Sep 2007 16:58:26 +0100</pubDate>
        </item>
        <item>
            <title>- Global changes
   - correct doxygen comments, \param ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=114&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 114 - allusse&lt;/strong&gt; (107 file(s) modified)&lt;/div&gt;&lt;div&gt;- Global changes&lt;br /&gt;
   - correct doxygen comments, \param and \notice tags. Move some comments to .h files.&lt;br /&gt;
   - replace all IplImage by CvArr when needed, remove most of the _GPUCV_CORE_USE_CVGARR flags.&lt;br /&gt;
   - add/reformat some documentation to all class/function.&lt;br /&gt;
   - premake script: add include files for cvaux.&lt;br /&gt;
&lt;br /&gt;
- cvg operators:&lt;br /&gt;
   - cvgGEMM/matmul_add.frag: matrix multiplication, optimize multiplication to use a maximum of channels.&lt;br /&gt;
   - cxcoreg.h =&amp;gt; reorganize all function definition to looks like opencv documentation, please KEEP SAME ORGANIZATION.&lt;br /&gt;
   - cvgShowImage() : add options to add image reduction to show image.&lt;br /&gt;
   - move cvgOp2ImgTemp(), ImgSizeComp*(), ImgDepthComp*(), ImgnChannelsComp*() to gpucv/misc.h, theses function will be depracated soon.&lt;br /&gt;
   - CvgArr : add more details to documentation.&lt;br /&gt;
   - change cvgAvg to use mipmapping =&amp;gt; faster.&lt;br /&gt;
   - add cvgSum based on cvgAvg&lt;br /&gt;
   - add cvgPow&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
- add/rename:&lt;br /&gt;
   - add GPUCV_PERF_WARNING macro.&lt;br /&gt;
   - add Beep when exception is rise in cvg operators.&lt;br /&gt;
   - add functions GetWidth/GetHeight/getSize/GetDepth/GetnChannels to get properties of CvArr*&lt;br /&gt;
   - add class TextSize to contain width/height of object...equivalent to CvSize.&lt;br /&gt;
   - class GlContext : add field to store pointers to current OpenGL context, and a vector to push/pop contexts....&lt;br /&gt;
   - add Auto_MIMAP option to CL_Texture.&lt;br /&gt;
&lt;br /&gt;
- remove:&lt;br /&gt;
   - TextureIOGrp&lt;br /&gt;
&lt;br /&gt;
- GpuFilter/GpuFilterManager:&lt;br /&gt;
   - SetShadersFiles() =&amp;gt; string one for fragment shader, string 2 for vertex shader.&lt;br /&gt;
   - All apply function now accept a pointer to a custom draw function&lt;br /&gt;
- ShaderObject :&lt;br /&gt;
   - add field vertex_name/vertex_meta_tag/fragment_name/fragment_meta_tag.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Mon, 17 Sep 2007 11:02:21 +0100</pubDate>
        </item>
        <item>
            <title>- Global changes
       - ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=109&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 109 - allusse&lt;/strong&gt; (82 file(s) modified)&lt;/div&gt;&lt;div&gt;- Global changes&lt;br /&gt;
       - remove all const qualifier from the cvgOperators, cause GpuCV can modify input CvArr* and IplImage*&lt;br /&gt;
       - correct some mistakes in documentation.&lt;br /&gt;
       - flag _GPUCV_CORE_USE_CVGARR is used to add CvArr support the GPUCV, we were only supporting IplImage. Allow support of CvMat now.&lt;br /&gt;
       - class CvgImage has been replaced by CvgArr, CvgArr is equivalent of CvArr and manage IplImage and CvMat.&lt;br /&gt;
       - GpuFilterManager/GpuImageManager/ShaderManager  managers now unherit from CL_TEMPLATE_MANAGER. Cleaning object access method.&lt;br /&gt;
       - GpuFilter/Cl_Texture/ShaderObject now unherits from CL_BASE_OBJ and can be managed by CL_TEMPLATE_MANAGER.&lt;br /&gt;
       - add GPUCV_START_OP/GPUCV_STOP_OP macro used to begin/end operator function code, all existing operators should be updated&lt;br /&gt;
       - all add/sub functions are now based on TemplateOperator() and are using only two shaders(add_all/sub_all.frag) with meta options.&lt;br /&gt;
       - most of blocking errors are now managed by exception mechanism, GPUCV operators should now use GPUCV_START_OP/GPUCV_STOP_OP to handle exceptions. If errors occurs while processing an operator, all local images are read back to CPU, and original CV operator is call instead.&lt;br /&gt;
&lt;br /&gt;
- add/rename:&lt;br /&gt;
       - cvgSynchronize that copy back GPU data to CPU.&lt;br /&gt;
       - TemplateOperator generic function used to call simple shader operators, can be use in most cases.&lt;br /&gt;
       - cvgScaleAdd and cvGEMM function, still in test.&lt;br /&gt;
       - add cvgConvertCVMatrixFormatToGL/cvgConvertCVMatrixFormatToGL to manage matrix format conversion to GL.&lt;br /&gt;
       - add cvgReleaseMat/ cvgCreateMat&lt;br /&gt;
       - rename cvgSetImageLabel/cvggetImageLabel to cvgSetLabel/cvgGetLabel&lt;br /&gt;
&lt;br /&gt;
- GpuFilter:&lt;br /&gt;
    - move some documentation from some .cpp files to .h files.&lt;br /&gt;
    - update the Parameter functions from GpuFilter, UpdateFilterParams became =&amp;gt; SetParams.&lt;br /&gt;
    - rename CvgApply to Apply.&lt;br /&gt;
    - Apply(TextureGrp*) is now working, but still a bit slower that Apply(IplImage*)&lt;br /&gt;
&lt;br /&gt;
- ShaderObject :&lt;br /&gt;
    - add SplitFileName() and PrintInfo() functions. printInfoLog() show debug info about meta parameters of shaders.&lt;br /&gt;
&lt;br /&gt;
- CL_Options has now virtual members functions.&lt;br /&gt;
- Cl_Texture:&lt;br /&gt;
     - add number of channel member and Access function, useful for matrix.&lt;br /&gt;
     - affecting image size &amp;gt; 2048 now raise exceptions.&lt;br /&gt;
&lt;br /&gt;
- TextureGrp:&lt;br /&gt;
      - add flag TEXTUREGRP_USE_VECTOR for using std::vectors or [] of textures. Array of texture is faster!&lt;br /&gt;
      - unherits from CL_Options, so it can manipulate options of all contained textures.&lt;br /&gt;
      - add macros TEXTURE_GRP_INTERNE_DO_FOR_ALL/TEXTURE_GRP_EXTERNE_DO_FOR_ALL to loop into each textures.&lt;br /&gt;
&lt;br /&gt;
- mainSampletest application&lt;br /&gt;
      - runAdd function corrected to manage mask, and add support to call cvgScaleAdd.&lt;br /&gt;
      - add a global image called GlbMask, so operators using mask don't need to create their own mask.&lt;br /&gt;
      - replace all functions cvCreateImage by cvgCreateImage()&lt;br /&gt;
      - add operators to bench (matmul, matmuladd, addscale,&lt;br /&gt;
      - move some cxcoreg operators to cxcoreg_test.cpp&lt;br /&gt;
      - optimize image resizing in the benchmark loop.&lt;br /&gt;
&lt;br /&gt;
&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Thu, 30 Aug 2007 10:17:31 +0100</pubDate>
        </item>
        <item>
            <title>Rev 103</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=103&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 103 - allusse&lt;/strong&gt; (18 file(s) modified)&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Mon, 20 Aug 2007 12:35:32 +0100</pubDate>
        </item>
        <item>
            <title>- update to new changes in GPUCVTextures.
- clean and reformat ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=94&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 94 - allusse&lt;/strong&gt; (43 file(s) modified)&lt;/div&gt;&lt;div&gt;- update to new changes in GPUCVTextures.&lt;br /&gt;
- clean and reformat some function in mainSampletest.cpp&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Thu, 09 Aug 2007 09:34:15 +0100</pubDate>
        </item>
        <item>
            <title>- add inline command into GPUCVTexture and GPUCVHardware files.</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=83&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 83 - allusse&lt;/strong&gt; (12 file(s) modified)&lt;/div&gt;&lt;div&gt;- add inline command into GPUCVTexture and GPUCVHardware files.&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Fri, 27 Jul 2007 09:01:40 +0100</pubDate>
        </item>
        <item>
            <title>- update .bat script to generate release package automatically
- add ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=81&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 81 - allusse&lt;/strong&gt; (17 file(s) modified)&lt;/div&gt;&lt;div&gt;- update .bat script to generate release package automatically&lt;br /&gt;
- add cvgSetImageLabel/cvgGetImageLabel.&lt;br /&gt;
- add debugging info for image transfert with flag __GPUTEXTURE_DEBUG_IMG_TRANSFER&lt;br /&gt;
- update mainSampletest.h to give a default label to all image processed by filters&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Thu, 26 Jul 2007 15:35:17 +0100</pubDate>
        </item>
        <item>
            <title>- replace most of the std::cout by GPUCV_ERROR/GPUCV_NOTICE/GPUCV_DEBUG/GPUCV_WARNING
- clean ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=74&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 74 - allusse&lt;/strong&gt; (20 file(s) modified)&lt;/div&gt;&lt;div&gt;- replace most of the std::cout by GPUCV_ERROR/GPUCV_NOTICE/GPUCV_DEBUG/GPUCV_WARNING&lt;br /&gt;
- clean some includes&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Tue, 24 Jul 2007 10:31:35 +0100</pubDate>
        </item>
        <item>
            <title>- correct a bug in the dest image automatic return ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=69&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 69 - allusse&lt;/strong&gt; (41 file(s) modified)&lt;/div&gt;&lt;div&gt;- correct a bug in the dest image automatic return in filters.&lt;br /&gt;
- continue renaming files and class&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Mon, 23 Jul 2007 13:42:49 +0100</pubDate>
        </item>
        <item>
            <title>- change class name and file name to remove the ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=68&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 68 - allusse&lt;/strong&gt; (62 file(s) modified)&lt;/div&gt;&lt;div&gt;- change class name and file name to remove the cvg prefixe, replaced by Gpu prefixe&lt;br /&gt;
- re organize documentation files&lt;br /&gt;
- add a DEFINE _GPUCV_CORE_CHECK_SHADER_CHANGE, to activate shader file modification control at runtime&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Mon, 23 Jul 2007 10:55:23 +0100</pubDate>
        </item>
        <item>
            <title>- change all macro CVGPU_ERROR to GPUCV_WARNING / GPUCV_NOTICE / ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=65&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 65 - allusse&lt;/strong&gt; (88 file(s) modified)&lt;/div&gt;&lt;div&gt;- change all macro CVGPU_ERROR to GPUCV_WARNING / GPUCV_NOTICE / GPUCV_ERROR / GPUCV_DEBUG&lt;br /&gt;
- remove ToolsTracer from all lib, but stays in GPUCVConsole APP.&lt;br /&gt;
- start to clean include files&lt;br /&gt;
- update some shader(to take 1 channel image instead of 3)&lt;br /&gt;
- correct erode/dilate shaders&lt;br /&gt;
- perform benchmarks =&amp;gt; improvement of 50% in transfert time, and from 20% to 50% in shader execution time.&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Wed, 18 Jul 2007 18:12:35 +0100</pubDate>
        </item>
        <item>
            <title>- merge done with version experimental\yannick 50</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=52&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 52 - allusse&lt;/strong&gt; (93 file(s) modified)&lt;/div&gt;&lt;div&gt;- merge done with version experimental\yannick 50&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Thu, 12 Jul 2007 16:43:03 +0100</pubDate>
        </item>
        <item>
            <title>- minor changes</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=48&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 48 - allusse&lt;/strong&gt; (16 file(s) modified)&lt;/div&gt;&lt;div&gt;- minor changes&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Thu, 12 Jul 2007 16:00:41 +0100</pubDate>
        </item>
        <item>
            <title>Rev 24</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=24&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 24 - kshitiz&lt;/strong&gt; (9 file(s) modified)&lt;/div&gt;&lt;div&gt;&lt;/div&gt;</description>
            <author>kshitiz</author>
            <pubDate>Mon, 09 Jul 2007 12:58:41 +0100</pubDate>
        </item>
        <item>
            <title>- correct Premake.LUA script
- add function in CvgImageManager to get ...</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=21&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 21 - allusse&lt;/strong&gt; (19 file(s) modified)&lt;/div&gt;&lt;div&gt;- correct Premake.LUA script&lt;br /&gt;
- add function in CvgImageManager to get more easily cvgImages&lt;br /&gt;
&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Mon, 02 Jul 2007 15:28:31 +0100</pubDate>
        </item>
        <item>
            <title>- refresh solutions</title>
            <link>http://picoforge.int-evry.fr/websvn/listing.php?repname=gpucv&amp;path=%2Ftrunk%2Fprojects%2F&amp;rev=18&amp;sc=0</link>
            <description>&lt;div&gt;&lt;strong&gt;Rev 18 - allusse&lt;/strong&gt; (12 file(s) modified)&lt;/div&gt;&lt;div&gt;- refresh solutions&lt;/div&gt;</description>
            <author>allusse</author>
            <pubDate>Thu, 28 Jun 2007 16:27:07 +0100</pubDate>
        </item>
    </channel>
</rss>
