forked from CISMM/Clarity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.txt
153 lines (91 loc) · 4.87 KB
/
ChangeLog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
2009-03-10 Cory Quammen <[email protected]>
* CMakeLists.txt: Added apps subdirectory that contains applications
using the Clarity library.
2009-02-15 Cory Quammen <[email protected]>
* CMakeLists.txt: Added configuration options for enabling timing.
Bumped up version number to 1.1.
* Clarity.h.in: Moved contents of include/Clarity.h to here. This eliminates
two header files named Clarity.h, which was terribly confusing.
2009-02-13 Cory Quammen <[email protected]>
* CMakeLists.txt: Fixed conditional on use of GOMP (GNU OpenMP library).
2008-12-14 Cory Quammen <[email protected]>
* HOWTO-Build-Clarity.txt: Updated instructions to include building FFTW
with compiler -fPIC option enabled. This option is needed to create
shared libraries from static libraries with the GNU toolchain.
2008-12-14 Cory Quammen <[email protected]>
* CMakeLists.txt: Made the Clarity library the specific target for
various libraries that are getting linked in.
2008-12-14 Cory Quammen <[email protected]>
* CMakeLists.txt: Added option to turn OpenMP compilation off (mostly
for compiling on gcc 4.0.1 on Mac OS X).
* Clarity.h.in: Added configuration of BUILD_WITH_OPENMP macro.
2008-12-14 Cory Quammen <[email protected]>
* HOWTO-Build-Clarity.txt: Updated build instructions.
2008-12-14 Cory Quammen <[email protected]>
* CMakeLists.txt: Added inclusion of the gomp (GNU OpenMP) library
if the compiler is GNU. Fixed inclusion of FFTW library for CUDA
and non-CUDA builds.
2008-12-14 Cory Quammen <[email protected]>
* CMakeLists.txt: Removed commands for finding FFTW and placed them
in a separate module.
2008-12-12 Cory Quammen <[email protected]>
* CMakeLists.txt: Added tests subdirectory.
2008-12-10 Cory Quammen <[email protected]>
* HOWTO-Build-Clarity.txt: Updated with instructions for linux.
2008-12-10 Cory Quammen <[email protected]>
* CMakeLists.txt: Added FOUND_CUFFT to link libraries when compiling
with CUDA support. This basically points it to the cufft.lib file
in the CUDA installation.
2008-12-10 Cory Quammen <[email protected]>
* CMakeLists.txt: Removed linked library cufft.lib. New version
of FindCUDA.cmake takes care of this.
2008-09-11 Cory Quammen <[email protected]>
* CMakeLists.txt: Added source files ComputePrimitives.cxx and
ComputePrimitivesGPU.cu, removed MaximumLikelihoodDeconvolveGPU.cu.
2008-09-11 Cory Quammen <[email protected]>
* CMakeLists.txt: Added include/internal directory to set of
include directories.
* HOWTO-Build-Clarity.txt: Bumped up recommended CUDA runtime version
from 1.0 to 1.1.
2008-09-11 Cory Quammen <[email protected]>
* CMakeLists.txt: Added source file BlindMaximumLikelihoodDeconvolve.cxx.
2008-09-08 Cory Quammen <[email protected]>
* CMakeLists.txt: Added source files ImageClip.cxx and
ImagePadSpatialShift.cxx.
2007-10-23 Cory Quammen <[email protected]>
* Clarity.h.in: Fixed Clarity version number derived from
CMakeLists.txt. Added BUILD_WITH_CUDA macro derived from
CMake configuration.
* CMakeLists.txt: Added option to build with CUDA or not.
* HOWTO-Build-Clarity.txt: Updated build instructions.
2007-09-30 Cory Quammen <[email protected]>
* CMakeLists.txt: Added source files and now links to cufft.lib
(CUDA FFT library).
2007-09-28 Cory Quammen <[email protected]>
* CMakeLists.txt: Added CUDA source files and inclusion of
FindCUDA.cmake. CUDA is mandatory at the moment, but really
should be optional in the future.
* HOWTO-Build-Clarity.txt: Added instructions for telling CMake
to find CUDA dependencies.
2007-09-27 David Marshburn <[email protected]>
* HOWTO-Build-Clarity.txt: added notes related to FFTW3.
2007-09-26 David Feng <[email protected]>
* CMakeLists.txt: Added Stopwatch.cxx to list of source files.
2007-09-26 Cory Quammen <[email protected]>
* CMake/*: CMake scripts from Abe Stephens at Utah for including
CUDA files (relatively) painlessly in a CMake project. Note:
it doesn't seem to generate libraries correctly in Visual Studio 2005
when generating project files. NMake files, however, work just fine.
2007-09-24 Cory Quammen <[email protected]>
* CMakeLists.txt: Added Stopwatch.cxx to list of source files.
2007-09-19 Cory Quammen <[email protected]>
* Clarity.h.in: Fixed include file name (case was wrong).
* CMakeLists.txt: Added CMake directives that cause CMake to ask for
FFTW libraries. Added FFT.cxx source file.
2007-09-18 Cory Quammen <[email protected]>
* HOWTO-Build-Clarity.txt: Initial check-in of instructions on how
to build the Clarity library.
2007-09-18 Cory Quammen <[email protected]>
* CMakeLists.txt: Added Clarity.cxx source file to project.
2007-09-17 Cory Quammen <[email protected]>
* Clarity.h.in, CMakeLists.txt: Initial check-in.