ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/ChangeLog
(Generate patch)

Comparing trunk/OOPSE-2.0/ChangeLog (file contents):
Revision 1594 by tim, Mon Oct 18 23:13:23 2004 UTC vs.
Revision 1639 by tim, Fri Oct 22 23:09:57 2004 UTC

# Line 1 | Line 1
1 + 2004-10-22 09:47  gezelter
2 +
3 +        * src/types/AtomType.hpp: Adding AtomType
4 +
5 + 2004-10-21 16:31  tim
6 +
7 +        * ChangeLog, src/brains/Snapshot.hpp,
8 +        src/brains/SnapshotManager.hpp, src/math/RectMatrix.hpp,
9 +        src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
10 +        src/math/Vector.hpp, src/math/Vector3.hpp,
11 +        test/math/RectMatrixTestCase.cpp, test/math/VectorTestCase.cpp:
12 +        Snapshot and SnapshotManager in progress
13 +
14 + 2004-10-21 16:30  tim
15 +
16 +        * test/brains/: BrainsTest.cpp, Makefile,
17 +        SnapshotManagerTestCase.cpp, SnapshotManagerTestCase.hpp,
18 +        SnapshotTestCase.cpp, SnapshotTestCase.hpp: adding test case for
19 +        Snapshot and snapshotManager.
20 +
21 + 2004-10-21 15:15  gezelter
22 +
23 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
24 +        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
25 +        UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
26 +        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
27 +        UseTheForce/doForces_interface.h, UseTheForce/fForceField.h,
28 +        UseTheForce/DarkSide/LJ.F90, UseTheForce/DarkSide/lj_interface.h,
29 +        brains/SimSetup.cpp, types/AtomTypeProperties.h: Breaky Breaky.  
30 +        Fixey Fixey.
31 +
32 + 2004-10-21 11:32  tim
33 +
34 +        * src/utils/GenericData.cpp, src/utils/Makefile,
35 +        test/utils/Makefile, test/utils/UtilTest: remove some junk files
36 +
37 + 2004-10-21 11:24  tim
38 +
39 +        * test/utils/GenericData.hpp: remove backup of  GenericData.hpp
40 +
41 + 2004-10-21 11:22  tim
42 +
43 +        * ChangeLog, src/brains/SimSetup.cpp,
44 +        src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
45 +        src/integrators/NPT.cpp, src/integrators/NPTf.cpp,
46 +        src/integrators/NPTi.cpp, src/integrators/NPTxyz.cpp,
47 +        src/integrators/NVT.cpp, src/io/DumpReader.cpp,
48 +        src/io/InitializeFromFile.cpp, src/io/ZConsReader.cpp,
49 +        src/io/ZConsWriter.hpp, src/primitives/StuntDouble.hpp,
50 +        src/utils/GenericData.cpp, src/utils/GenericData.hpp,
51 +        src/visitors/AtomData.hpp, src/visitors/AtomVisitor.cpp,
52 +        src/visitors/AtomVisitor.hpp, src/visitors/CompositeVisitor.cpp,
53 +        src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp,
54 +        src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp,
55 +        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
56 +        src/visitors/ZconsVisitor.hpp: replace old GebericData with  new
57 +        GenericData
58 +
59 + 2004-10-21 10:25  chuckv
60 +
61 +        * src/UseTheForce/DarkSide/: LJ.F90, eam.F90: Added newLJtype to lj
62 +        module.
63 +
64 + 2004-10-21 10:24  chuckv
65 +
66 +        * src/UseTheForce/DarkSide/lj_interface.h: Added interface for
67 +        fortran lj module.
68 +
69 + 2004-10-20 17:54  tim
70 +
71 +        * ChangeLog, src/utils/PropertyMap.cpp, src/utils/PropertyMap.hpp,
72 +        test/utils/GenericDataTestCase.cpp, test/utils/Makefile,
73 +        test/utils/PropertyMapTestCase.cpp,
74 +        test/utils/PropertyMapTestCase.hpp, test/utils/UtilTest:
75 +        GenericData and PropertyMap  pass unit test.
76 +
77 + 2004-10-20 16:52  gezelter
78 +
79 +        * src/UseTheForce/: DUFF.cpp, WATER.cpp, DarkSide/sticky.F90,
80 +        DarkSide/sticky_interface.h: fixed a fortran name problem
81 +
82 + 2004-10-20 16:38  tim
83 +
84 +        * test/utils/: GenericData.hpp, GenericDataTestCase.cpp,
85 +        GenericDataTestCase.hpp, Makefile, PropertyMapTestCase.hpp,
86 +        UtilTest, UtilTest.cpp: adding generic data test case
87 +
88 + 2004-10-20 16:16  chuckv
89 +
90 +        * configure, ac-tools/aclocal.m4,
91 +        src/UseTheForce/DarkSide/Makefile,
92 +        src/UseTheForce/DarkSide/mpiSimulation.F90,
93 +        src/UseTheForce/DarkSide/mpiSimulation_interface.h,
94 +        src/UseTheForce/DarkSide/simParallel.F90,
95 +        src/UseTheForce/DarkSide/simParallel_interface.h,
96 +        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp:
97 +        Fortran/C++ interface de-obfuscation project appears to be
98 +        complete!  Woo hoo!
99 +
100 + 2004-10-20 15:47  chuckv
101 +
102 +        * src/UseTheForce/: fortranWrapDefines.hpp, fortranWrappers.cpp,
103 +        fortranWrappers.hpp: Fortran/C++ interface de-obfuscation project
104 +        continues
105 +
106 + 2004-10-20 15:46  chuckv
107 +
108 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
109 +        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
110 +        UseTheForce/LJFF.cpp, UseTheForce/Makefile, UseTheForce/WATER.cpp,
111 +        UseTheForce/doForces_interface.h,
112 +        UseTheForce/notifyCutoffs_interface.h, UseTheForce/wrappers.F90,
113 +        UseTheForce/DarkSide/atype_interface.h,
114 +        UseTheForce/DarkSide/eam_interface.h,
115 +        UseTheForce/DarkSide/gb_interface.h,
116 +        UseTheForce/DarkSide/mpiSimulation_interface.h,
117 +        UseTheForce/DarkSide/shapes_interface.h,
118 +        UseTheForce/DarkSide/simulation_interface.h,
119 +        UseTheForce/DarkSide/sticky_interface.h, brains/ForceFields.cpp,
120 +        brains/SimInfo.cpp, brains/SimInfo.hpp: Fortran/C++ interface
121 +        de-obfuscation project (It is a very long story)
122 +
123 + 2004-10-20 13:07  tim
124 +
125 +        * ChangeLog, src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
126 +        test/math/SquareMatrix3TestCase.cpp,
127 +        test/math/SquareMatrixTestCase.cpp,
128 +        test/math/SquareMatrixTestCase.hpp: Math library pass the unit test
129 +
130 + 2004-10-20 00:52  tim
131 +
132 +        * src/brains/: Snapshot.hpp, SnapshotManager.hpp: Snapshot and
133 +        SnapshotManager in design phase
134 +
135 + 2004-10-19 23:54  gezelter
136 +
137 +        * src/: brains/SimSetup.cpp, utils/StringUtils.cpp: namespace
138 +        problem prevented linking
139 +
140 + 2004-10-19 23:54  gezelter
141 +
142 +        * src/UseTheForce/Shapes_FF.cpp: fixed include
143 +
144 + 2004-10-19 23:26  gezelter
145 +
146 +        * src/utils/: Makefile, definitions.F90, definitions_module.F90,
147 +        oopseMPI.F90, oopseMPI_module.F90, status.F90, status_module.F90:
148 +        more fortran name mangling
149 +
150 + 2004-10-19 23:23  gezelter
151 +
152 +        * src/profiling/timing.F90: yet more fortran renaming
153 +
154 + 2004-10-19 23:19  gezelter
155 +
156 +        * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.h,
157 +        do_Forces.F90, do_Forces.h, notifyCutoffs.F90,
158 +        notifyCutoffs_interface.h, notifycutoffs_module_interface.h,
159 +        wrappers.F90: Fortran name cleanup continues
160 +
161 + 2004-10-19 23:12  gezelter
162 +
163 +        * src/UseTheForce/DarkSide/: atype.F90, simulation.F90: fixing some
164 +        broken fortran stuff
165 +
166 + 2004-10-19 23:02  gezelter
167 +
168 +        * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
169 +        atype_interface.h, atype_module.F90, atype_module_interface.h,
170 +        calc_LJ_FF.F90, calc_charge_charge.F90, calc_dipole_dipole.F90,
171 +        calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
172 +        calc_shapes.F90, calc_sticky_pair.F90, charge.F90, dipole.F90,
173 +        eam.F90, eam_interface.h, eam_module_inteface.h, gb.F90,
174 +        gb_interface.h, gb_module_interface.h, mpiSimulation.F90,
175 +        mpiSimulation_interface.h, mpiSimulation_module.F90,
176 +        mpisimulation_module_interface.h, reactionField.F90, shapes.F90,
177 +        shapes_interface.h, shapes_module.h, simulation.F90,
178 +        simulation_interface.h, simulation_module.F90,
179 +        simulation_module_interface.h, sticky.F90, sticky_interface.h,
180 +        sticky_pair_module_interface.h, switch_module.F90, switcheroo.F90:
181 +        name sanity on the fortran side
182 +
183 + 2004-10-19 19:18  tim
184 +
185 +        * test/math/SquareMatrix3TestCase.hpp: [no log message]
186 +
187 + 2004-10-19 18:01  tim
188 +
189 +        * src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
190 +        src/math/SquareMatrix3.hpp, test/math/SquareMatrix3TestCase.cpp:
191 +        except diagonalize(), all of functions in math library pass the
192 +        test
193 +
194 + 2004-10-19 17:43  chuckv
195 +
196 +        * src/UseTheForce/do_Forces.h: Added correct prototypes for
197 +        C-fortran interface functions.
198 +
199 + 2004-10-19 17:37  chuckv
200 +
201 +        * src/UseTheForce/DarkSide/: atype_module_interface.h,
202 +        eam_module_inteface.h, gb_module_interface.h,
203 +        mpisimulation_module_interface.h, simulation_module_interface.h,
204 +        sticky_pair_module_interface.h: Added correct prototypes for
205 +        C-fortran interface functions.
206 +
207 + 2004-10-19 16:28  tim
208 +
209 +        * ChangeLog, src/math/Quaternion.hpp, src/math/RectMatrix.hpp,
210 +        src/math/SquareMatrix.hpp, src/math/Vector.hpp,
211 +        test/math/QuaternionTestCase.cpp, test/math/QuaternionTestCase.hpp,
212 +        test/math/RectMatrixTestCase.cpp,
213 +        test/math/SquareMatrix3TestCase.cpp, test/math/Vector3TestCase.cpp,
214 +        test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp: more
215 +        bugs get fixed at math library
216 +
217 + 2004-10-19 15:43  chuckv
218 +
219 +        * src/UseTheForce/: DarkSide/atype_module_interface.h,
220 +        DarkSide/eam_module_inteface.h, DarkSide/gb_module_interface.h,
221 +        DarkSide/mpisimulation_module_interface.h,
222 +        DarkSide/simulation_module_interface.h,
223 +        DarkSide/sticky_pair_module_interface.h, DarkSide/calc_eam.F90,
224 +        DarkSide/atype_module.F90, DarkSide/calc_gb.F90,
225 +        DarkSide/calc_sticky_pair.F90, DarkSide/mpiSimulation_module.F90,
226 +        DarkSide/simulation_module.F90, do_Forces.F90,
227 +        fortranWrapDefines.hpp, mpiComponentPlan.h, notifyCutoffs.F90,
228 +        notifycutoffs_module_interface.h: Added new files for fortran
229 +        interface.
230 +
231 + 2004-10-19 15:43  gezelter
232 +
233 +        * src/UseTheForce/Makefile: regressing
234 +
235 + 2004-10-19 15:40  gezelter
236 +
237 +        * src/: UseTheForce/DarkSide/calc_shapes.F90,
238 +        UseTheForce/DarkSide/shapes_module.h, utils/StringUtils.cpp:
239 +        working on shapes for portability
240 +
241 + 2004-10-19 15:40  gezelter
242 +
243 +        * src/UseTheForce/: Makefile, Shapes_FF.cpp: working on shapes
244 +
245 + 2004-10-19 13:21  chrisfen
246 +
247 +        * src/utils/: StringUtils.cpp, StringUtils.hpp: changed around
248 +        findBegin
249 +
250 + 2004-10-18 23:34  tim
251 +
252 +        * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp: more bugs
253 +        are fixed in Vector class
254 +
255 + 2004-10-18 23:28  tim
256 +
257 +        * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp: fix
258 +        some bugs in RectMatrixTestCase
259 +
260 + 2004-10-18 23:21  tim
261 +
262 +        * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp,
263 +        test/math/RectMatrixTestCase.hpp, test/math/Vector3TestCase.cpp,
264 +        test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp,
265 +        test/math/VectorTestCase.hpp: implement more test cases
266 +
267 + 2004-10-18 18:13  tim
268 +
269 +        * ChangeLog, make/Doxyfile, src/math/Matrix3x3d.hpp,
270 +        src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
271 +        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
272 +        src/utils/StringTokenizer.hpp, test/math/Makefile,
273 +        test/math/VectorTestCase.cpp, test/math/VectorTestCase.hpp: more
274 +        tests on math library
275 +
276 + 2004-10-18 16:03  tim
277 +
278 +        * test/math/: Makefile, QuaternionTestCase.cpp,
279 +        QuaternionTestCase.hpp, RectMatrixTestCase.cpp,
280 +        SquareMatrix3TestCase.cpp, Vector3TestCase.cpp,
281 +        Vector3TestCase.hpp, VectorTestCase.cpp, VectorTestCase.hpp: adding
282 +        more testing units
283 +
284 + 2004-10-18 12:07  tim
285 +
286 +        * src/: brains/SimSetup.hpp, io/FileReader.hpp, math/Euler3.cpp,
287 +        math/Euler3.hpp, math/Quaternion.hpp, math/SquareMatrix3.hpp,
288 +        math/Vector3.hpp, types/ShapeType.cpp, types/ShapeType.hpp,
289 +        utils/GenericFactory.hpp: fix some bugs in Quaternion class
290 +
291 + 2004-10-18 11:30  gezelter
292 +
293 +        * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
294 +        Your basic run of the mill real-valued versions of Y_l^m(\theta,
295 +        \phi)
296 +
297 + 2004-10-18 11:29  gezelter
298 +
299 +        * src/: math/Makefile, math/Matrix3x3d.hpp, math/Vector3.hpp,
300 +        types/Makefile, types/ShapeType.cpp, types/ShapeType.hpp,
301 +        utils/StringUtils.cpp, utils/StringUtils.hpp: Working on getting
302 +        Shapes into OOPSE
303 +
304 + 2004-10-18 10:21  gezelter
305 +
306 +        * src/types/: ShapeType.cpp, ShapeType.hpp: Added ShapeType
307 +
308 + 2004-10-18 00:23  tim
309 +
310 +        * test/math/VectorTestCase.hpp: adding  vector test case
311 +
312 + 2004-10-18 00:23  tim
313 +
314 +        * src/utils/GenericFactory.hpp: adding generic factory and vector
315 +        test case
316 +
317   2004-10-16 20:19  tim
318  
319          * src/math/: Quaternion.hpp, RectMatrix.hpp, SquareMatrix.hpp,
# Line 361 | Line 677
677  
678   2004-09-29 12:56  gezelter
679  
680 <        * make/: Make.conf.in, Makefile.in, _files/style.css: Working on
365 <        make stuff
680 >        * make/: Make.conf.in, Makefile.in: Working on make stuff
681  
682   2004-09-29 12:46  tim
683  
# Line 628 | Line 943
943          src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
944          src/visitors/RigidBodyVisitor.cpp,
945          src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
946 <        src/visitors/ZconsVisitor.hpp, make/Makefile,
632 <        make/_files/style.css, samples/Makefile.in,
946 >        src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in,
947          samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
948          samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
949          samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,
# Line 804 | Line 1118
1118          src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
1119          src/visitors/RigidBodyVisitor.cpp,
1120          src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
1121 <        src/visitors/ZconsVisitor.hpp, make/Makefile,
808 <        make/_files/style.css, samples/Makefile.in,
1121 >        src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in,
1122          samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
1123          samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
1124          samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines