Directory Libs/CudaSupport/

Directory Created:
2008-09-09 10:08
Total Files:
32
Deleted Files:
1
Lines of Code:
1515

[root]/Libs/CudaSupport

Lines of Code

Libs/CudaSupport/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 39 (100.0%) 1518 (100.0%) 38.9
nicky 36 (92.3%) 1518 (100.0%) 42.1
pieper 2 (5.1%) 0 (0.0%) 0.0
jcfr 1 (2.6%) 0 (0.0%) 0.0

Most Recent Commits

jcfr 2009-12-08 18:34 Rev.: 11226

ENH: In CMakeLists.txt, change deprecated SUBDIRS command into ADD_SUBDIRECTORY

See http://cmake.org/cmake/help/cmake-2-8-docs.html#command:subdirs

when subdirs command was taking a list of directory, change it
using the following pattern:

Before:
subdirs(sagarmatha kumbhu eiger)

After:
SET(dirs
sagarmatha
kumbhu
eiger
)
FOREACH(dir ${dirs})
ADD_SUBDIRECTORY(${dir})
ENDFOREACH(dir)

0 lines of code changed in 1 file:

  • Libs/CudaSupport: CMakeLists.txt (changed)
pieper 2009-05-17 15:52 Rev.: 9518

BUG: remove unneeded file per suggestion from Dominique Belhachemi

0 lines of code changed in 1 file:

  • Libs/CudaSupport: Makefile (del)
nicky 2009-04-30 00:32 Rev.: 9362

ENH:better support in finding CUDA on compile level.

0 lines of code changed in 1 file:

  • Libs/CudaSupport: CMakeLists.txt (changed)
pieper 2009-04-17 07:32 Rev.: 9254

COMP: check for cuda option before including the subdirectory

0 lines of code changed in 1 file:

  • Libs/CudaSupport: CMakeLists.txt (changed)
nicky 2008-09-15 20:03 Rev.: 7582

BUG:uncomment TESTING in CudaSupport CMakeLists.txt

3 lines of code changed in 1 file:

  • Libs/CudaSupport: CMakeLists.txt (+3 -3)
nicky 2008-09-12 20:35 Rev.: 7578

BUG:include stdlib.h to CudappMemoryBase.h

1 lines of code changed in 1 file:

  • Libs/CudaSupport: CudappMemoryBase.h (+1)
nicky 2008-09-09 10:08 Rev.: 7549

ENH:added CudaSupport libs

1514 lines of code changed in 33 files:

  • Libs/CudaSupport: CMakeLists.txt (new 135), CudappBase.cxx (new 35), CudappBase.h (new 30), CudappDevice.cxx (new 74), CudappDevice.h (new 77), CudappDeviceMemory.cxx (new 99), CudappDeviceMemory.h (new 30), CudappEvent.cxx (new 65), CudappEvent.h (new 34), CudappHostMemory.cxx (new 54), CudappHostMemory.h (new 27), CudappLocalMemory.cxx (new 89), CudappLocalMemory.h (new 28), CudappMemory.cxx (new 52), CudappMemory.h (new 39), CudappMemoryArray.cxx (new 63), CudappMemoryArray.h (new 47), CudappMemoryBase.cxx (new 18), CudappMemoryBase.h (new 61), CudappMemoryPitch.cxx (new 60), CudappMemoryPitch.h (new 45), CudappOpenGLBufferObject.cxx (new 78), CudappOpenGLBufferObject.h (new 28), CudappStream.cxx (new 32), CudappStream.h (new 30), CudappSupport.cxx (new 41), CudappSupport.h (new 38), CudappSupportConfigure.h (new 20), CudappSupportConfigure.h.in (new 20), CudappSupportModule.h (new 31), CudappSupportWin32Header.h (new 15), Makefile (new), presets.xml (new 19)
Generated by StatSVN 0.5.0