Subversion

gpucv

Revision Information
Current Directory:/trunk/
Rev:119 - Go to most recent revision
Author:allusse
Last modification:Rev 119 - 2007-09-24 10:10:31 +0200 (Mon, 24 Sep 2007)
Log message:[changed made by Richard Viney] => port GPUCV on LINUX, thanks.
- change all back slashes in #include directives to forward slashes
- fix capitalization in #include directives
- fixed non-standard use of the typename keyword
- added missing typename keyword where needed
- new lines at end of header and source files
- made sure class member variables are initialized in the order they
- are specified when doing direct initialization in the constructor
- in classes with multiple inheritance, when using a method defined in a parent class code should explicitly specify which parent class is being called
- define all xxxx_EXPORT macros on linux
- add cvAddWeighted()
- removed non used variables.
- other minor gcc compatibility fixes
 (Hide changed files)
Modified files:trunk/include/definitions.h
trunk/include/GPUCV/config.h
trunk/include/GPUCV/cvauxg.h
trunk/include/GPUCV/cvg.h
trunk/include/GPUCV/cxcoreg.h
trunk/include/GPUCV/highguig.h
trunk/include/GPUCV/misc.h
trunk/include/GPUCVCore/config.h
trunk/include/GPUCVCore/cvgBaseOp.h
trunk/include/GPUCVCore/GpuFilterManager.h
trunk/include/GPUCVCore/GpuImageManager.h
trunk/include/GPUCVCore/GpuShaderManager.h
trunk/include/GPUCVCore/GpuShaderObject.h
trunk/include/GPUCVCore/GpuTextureManager.h
trunk/include/GPUCVCore/include.h
trunk/include/GPUCVCore/toolscvg.h
trunk/include/GPUCVCore/ToolsTracer.h
trunk/include/GPUCVHardware/CL_Options.h
trunk/include/GPUCVHardware/config.h
trunk/include/GPUCVHardware/GenericGPU.h
trunk/include/GPUCVHardware/GLBuffer.h
trunk/include/GPUCVHardware/GLContext.h
trunk/include/GPUCVHardware/GLExtension.h
trunk/include/GPUCVHardware/hardware.h
trunk/include/GPUCVHardware/include.h
trunk/include/GPUCVHardware/Profiling.h
trunk/include/GPUCVHardware/Tools.h
trunk/include/GPUCVHardware/ToolsGL.h
trunk/include/GPUCVTexture/config.h
trunk/include/GPUCVTexture/fbo.h
trunk/include/GPUCVTexture/pbuffer.h
trunk/include/GPUCVTexture/TexCoord.h
trunk/include/GPUCVTexture/Texture.h
trunk/include/GPUCVTexture/TextureGrp.h
trunk/include/GPUCVTexture/TextureIOGrp.h
trunk/include/GPUCVTexture/TextureRenderBuffer.h
trunk/include/GPUCVTexture/TextureRenderBuffer_FBO.h
trunk/include/GPUCVTexture/TextureRenderBuffer_PBUFF.h
trunk/include/GPUCVTexture/TextureRenderManager.h
trunk/src/example/GPUCVConsole/cvgCore_test.cpp
trunk/src/example/GPUCVConsole/cvg_test.cpp
trunk/src/example/GPUCVConsole/mainSampletest.cpp
trunk/src/example/GPUCVConsole/mainSampleTest.h
trunk/src/lib/GPUCV/cvauxg/cveigenobjetcsg.cpp
trunk/src/lib/GPUCV/cvg.cpp
trunk/src/lib/GPUCV/CvgOperators.cpp
trunk/src/lib/GPUCV/cvgSobel.cpp
trunk/src/lib/GPUCV/cxcoreg.cpp
trunk/src/lib/GPUCV/cxcoreg/cxarrayg.cpp
trunk/src/lib/GPUCV/cxcore_matrix.cpp
trunk/src/lib/GPUCV/cxtypesg.cpp
trunk/src/lib/GPUCV/highguig.cpp
trunk/src/lib/GPUCV/misc.cpp
trunk/src/lib/GPUCVCore/cvgArr.cpp
trunk/src/lib/GPUCVCore/cvgBaseOp.cpp
trunk/src/lib/GPUCVCore/CvgImage.cpp
trunk/src/lib/GPUCVCore/fps.cpp
trunk/src/lib/GPUCVCore/GpuFilter.cpp
trunk/src/lib/GPUCVCore/GpuFilterManager.cpp
trunk/src/lib/GPUCVCore/GpuHandleManager.cpp
trunk/src/lib/GPUCVCore/GpuImageManager.cpp
trunk/src/lib/GPUCVCore/GpuShaderManager.cpp
trunk/src/lib/GPUCVCore/GpuShaderObject.cpp
trunk/src/lib/GPUCVCore/GpuTextureManager.cpp
trunk/src/lib/GPUCVCore/tools.cpp
trunk/src/lib/GPUCVCore/toolscvg.cpp
trunk/src/lib/GPUCVCore/ToolsTracer.cpp
trunk/src/lib/GPUCVHardware/CL_Options.cpp
trunk/src/lib/GPUCVHardware/GenericGPU.cpp
trunk/src/lib/GPUCVHardware/GLBuffer.cpp
trunk/src/lib/GPUCVHardware/GLContext.cpp
trunk/src/lib/GPUCVHardware/GLExtension.cpp
trunk/src/lib/GPUCVHardware/GPU_ATI.cpp
trunk/src/lib/GPUCVHardware/GPU_NVIDIA.cpp
trunk/src/lib/GPUCVHardware/GPU_NVIDIA.h
trunk/src/lib/GPUCVHardware/hardware.cpp
trunk/src/lib/GPUCVHardware/NvCpl.h
trunk/src/lib/GPUCVHardware/Profiling.cpp
trunk/src/lib/GPUCVHardware/Tools.cpp
trunk/src/lib/GPUCVHardware/ToolsGL.cpp
trunk/src/lib/GPUCVTexture/fbo.cpp
trunk/src/lib/GPUCVTexture/glErrorUtil.cpp
trunk/src/lib/GPUCVTexture/pbuffer.cpp
trunk/src/lib/GPUCVTexture/renderbuffer.cpp
trunk/src/lib/GPUCVTexture/texture.cpp
trunk/src/lib/GPUCVTexture/TextureGrp.cpp
trunk/src/lib/GPUCVTexture/TextureIOGrp.cpp
trunk/src/lib/GPUCVTexture/TextureRecycler.cpp
trunk/src/lib/GPUCVTexture/TextureRenderBuffer.cpp
trunk/src/lib/GPUCVTexture/TextureRenderBuffer_FBO.cpp
trunk/src/lib/GPUCVTexture/TextureRenderBuffer_FBO_GPGPU.cpp
trunk/src/lib/GPUCVTexture/TextureRenderBuffer_PBUFF.cpp


[/] [trunk/] - View Log - Compare with Previous - RSS feed

Path Log RSS feed
[FOLDER] doc/ View Log RSS feed
[FOLDER] experimental/ View Log RSS feed
[FOLDER] release/ View Log RSS feed
[FOLDER] resources/ View Log RSS feed
[FOLDER] trunk/ View Log RSS feed
[NODE][FOLDER] bin/ View Log RSS feed
[NODE][FOLDER] doc/ View Log RSS feed
[NODE][FOLDER] etc/ View Log RSS feed
[NODE][FOLDER] include/ View Log RSS feed
[NODE][FOLDER] projects/ View Log RSS feed
[NODE][FOLDER] src/ View Log RSS feed
[NODE][FILE] createSolutions.bat View Log RSS feed
[NODE][FILE] LicenseEN.txt View Log RSS feed
[NODE][FILE] LicenseEN_header.txt View Log RSS feed
[NODE][FILE] LicenseEN_short.txt View Log RSS feed
[NODE][FILE] LicenseFR.txt View Log RSS feed
[NODE][FILE] LicenseFR_court.txt View Log RSS feed
[NODE][FILE] Premake.lua View Log RSS feed


Powered by WebSVN v1.61