| Log message: | CUDA:
* move custom build rules for VS into etc/. They are now detected automatically when generating solutions
* Fixed bug in GetCvgArr(), the local cache pointer could not be updated if the cache image is deleted. error occured when a new image had the same pointer. -> local cache disabled.
DEPENDENCY:
* update denpendency lib/dlls for x32 and x64
DOC:
* add FAQ: how to compile OpenCV2.1 for Win64
* Add tutorial about ParaBuild
PREMAKE:
* move some internal function to dependencies/sugoitools/etc/premake/functions.premake4.lua
DEMO:
*CamDemo: add command line parameters to select video file and camera. Cam is not working under Win7-64, what about other OS?
*Console:
* add enable/disable flag for cv/cxcore/transfertest, it enable/disable the corresponding commands, useful to perform partial benchmarks.
* fixed the transfer test function.
* [B] memory leak when transfering data to/from DataDsc_GLBuff
GLOBAL:
* fix some logging indentation issues. |