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

Comparing trunk/OOPSE-3.0/ChangeLog (file contents):
Revision 1594 by tim, Mon Oct 18 23:13:23 2004 UTC vs.
Revision 1625 by tim, Thu Oct 21 16:22:01 2004 UTC

# Line 1 | Line 1
1 + 2004-10-20 17:54  tim
2 +
3 +        * ChangeLog, src/utils/PropertyMap.cpp, src/utils/PropertyMap.hpp,
4 +        test/utils/GenericDataTestCase.cpp, test/utils/Makefile,
5 +        test/utils/PropertyMapTestCase.cpp,
6 +        test/utils/PropertyMapTestCase.hpp, test/utils/UtilTest:
7 +        GenericData and PropertyMap  pass unit test.
8 +
9 + 2004-10-20 16:52  gezelter
10 +
11 +        * src/UseTheForce/: DUFF.cpp, WATER.cpp, DarkSide/sticky.F90,
12 +        DarkSide/sticky_interface.h: fixed a fortran name problem
13 +
14 + 2004-10-20 16:38  tim
15 +
16 +        * test/utils/: GenericData.hpp, GenericDataTestCase.cpp,
17 +        GenericDataTestCase.hpp, Makefile, PropertyMapTestCase.hpp,
18 +        UtilTest, UtilTest.cpp: adding generic data test case
19 +
20 + 2004-10-20 16:16  chuckv
21 +
22 +        * configure, ac-tools/aclocal.m4,
23 +        src/UseTheForce/DarkSide/Makefile,
24 +        src/UseTheForce/DarkSide/mpiSimulation.F90,
25 +        src/UseTheForce/DarkSide/mpiSimulation_interface.h,
26 +        src/UseTheForce/DarkSide/simParallel.F90,
27 +        src/UseTheForce/DarkSide/simParallel_interface.h,
28 +        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp:
29 +        Fortran/C++ interface de-obfuscation project appears to be
30 +        complete!  Woo hoo!
31 +
32 + 2004-10-20 15:47  chuckv
33 +
34 +        * src/UseTheForce/: fortranWrapDefines.hpp, fortranWrappers.cpp,
35 +        fortranWrappers.hpp: Fortran/C++ interface de-obfuscation project
36 +        continues
37 +
38 + 2004-10-20 15:46  chuckv
39 +
40 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
41 +        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
42 +        UseTheForce/LJFF.cpp, UseTheForce/Makefile, UseTheForce/WATER.cpp,
43 +        UseTheForce/doForces_interface.h,
44 +        UseTheForce/notifyCutoffs_interface.h, UseTheForce/wrappers.F90,
45 +        UseTheForce/DarkSide/atype_interface.h,
46 +        UseTheForce/DarkSide/eam_interface.h,
47 +        UseTheForce/DarkSide/gb_interface.h,
48 +        UseTheForce/DarkSide/mpiSimulation_interface.h,
49 +        UseTheForce/DarkSide/shapes_interface.h,
50 +        UseTheForce/DarkSide/simulation_interface.h,
51 +        UseTheForce/DarkSide/sticky_interface.h, brains/ForceFields.cpp,
52 +        brains/SimInfo.cpp, brains/SimInfo.hpp: Fortran/C++ interface
53 +        de-obfuscation project (It is a very long story)
54 +
55 + 2004-10-20 13:07  tim
56 +
57 +        * ChangeLog, src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
58 +        test/math/SquareMatrix3TestCase.cpp,
59 +        test/math/SquareMatrixTestCase.cpp,
60 +        test/math/SquareMatrixTestCase.hpp: Math library pass the unit test
61 +
62 + 2004-10-20 00:52  tim
63 +
64 +        * src/brains/: Snapshot.hpp, SnapshotManager.hpp: Snapshot and
65 +        SnapshotManager in design phase
66 +
67 + 2004-10-19 23:54  gezelter
68 +
69 +        * src/: brains/SimSetup.cpp, utils/StringUtils.cpp: namespace
70 +        problem prevented linking
71 +
72 + 2004-10-19 23:54  gezelter
73 +
74 +        * src/UseTheForce/Shapes_FF.cpp: fixed include
75 +
76 + 2004-10-19 23:26  gezelter
77 +
78 +        * src/utils/: Makefile, definitions.F90, definitions_module.F90,
79 +        oopseMPI.F90, oopseMPI_module.F90, status.F90, status_module.F90:
80 +        more fortran name mangling
81 +
82 + 2004-10-19 23:23  gezelter
83 +
84 +        * src/profiling/timing.F90: yet more fortran renaming
85 +
86 + 2004-10-19 23:19  gezelter
87 +
88 +        * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.h,
89 +        do_Forces.F90, do_Forces.h, notifyCutoffs.F90,
90 +        notifyCutoffs_interface.h, notifycutoffs_module_interface.h,
91 +        wrappers.F90: Fortran name cleanup continues
92 +
93 + 2004-10-19 23:12  gezelter
94 +
95 +        * src/UseTheForce/DarkSide/: atype.F90, simulation.F90: fixing some
96 +        broken fortran stuff
97 +
98 + 2004-10-19 23:02  gezelter
99 +
100 +        * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
101 +        atype_interface.h, atype_module.F90, atype_module_interface.h,
102 +        calc_LJ_FF.F90, calc_charge_charge.F90, calc_dipole_dipole.F90,
103 +        calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
104 +        calc_shapes.F90, calc_sticky_pair.F90, charge.F90, dipole.F90,
105 +        eam.F90, eam_interface.h, eam_module_inteface.h, gb.F90,
106 +        gb_interface.h, gb_module_interface.h, mpiSimulation.F90,
107 +        mpiSimulation_interface.h, mpiSimulation_module.F90,
108 +        mpisimulation_module_interface.h, reactionField.F90, shapes.F90,
109 +        shapes_interface.h, shapes_module.h, simulation.F90,
110 +        simulation_interface.h, simulation_module.F90,
111 +        simulation_module_interface.h, sticky.F90, sticky_interface.h,
112 +        sticky_pair_module_interface.h, switch_module.F90, switcheroo.F90:
113 +        name sanity on the fortran side
114 +
115 + 2004-10-19 19:18  tim
116 +
117 +        * test/math/SquareMatrix3TestCase.hpp: [no log message]
118 +
119 + 2004-10-19 18:01  tim
120 +
121 +        * src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
122 +        src/math/SquareMatrix3.hpp, test/math/SquareMatrix3TestCase.cpp:
123 +        except diagonalize(), all of functions in math library pass the
124 +        test
125 +
126 + 2004-10-19 17:43  chuckv
127 +
128 +        * src/UseTheForce/do_Forces.h: Added correct prototypes for
129 +        C-fortran interface functions.
130 +
131 + 2004-10-19 17:37  chuckv
132 +
133 +        * src/UseTheForce/DarkSide/: atype_module_interface.h,
134 +        eam_module_inteface.h, gb_module_interface.h,
135 +        mpisimulation_module_interface.h, simulation_module_interface.h,
136 +        sticky_pair_module_interface.h: Added correct prototypes for
137 +        C-fortran interface functions.
138 +
139 + 2004-10-19 16:28  tim
140 +
141 +        * ChangeLog, src/math/Quaternion.hpp, src/math/RectMatrix.hpp,
142 +        src/math/SquareMatrix.hpp, src/math/Vector.hpp,
143 +        test/math/QuaternionTestCase.cpp, test/math/QuaternionTestCase.hpp,
144 +        test/math/RectMatrixTestCase.cpp,
145 +        test/math/SquareMatrix3TestCase.cpp, test/math/Vector3TestCase.cpp,
146 +        test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp: more
147 +        bugs get fixed at math library
148 +
149 + 2004-10-19 15:43  chuckv
150 +
151 +        * src/UseTheForce/: DarkSide/atype_module_interface.h,
152 +        DarkSide/eam_module_inteface.h, DarkSide/gb_module_interface.h,
153 +        DarkSide/mpisimulation_module_interface.h,
154 +        DarkSide/simulation_module_interface.h,
155 +        DarkSide/sticky_pair_module_interface.h, DarkSide/calc_eam.F90,
156 +        DarkSide/atype_module.F90, DarkSide/calc_gb.F90,
157 +        DarkSide/calc_sticky_pair.F90, DarkSide/mpiSimulation_module.F90,
158 +        DarkSide/simulation_module.F90, do_Forces.F90,
159 +        fortranWrapDefines.hpp, mpiComponentPlan.h, notifyCutoffs.F90,
160 +        notifycutoffs_module_interface.h: Added new files for fortran
161 +        interface.
162 +
163 + 2004-10-19 15:43  gezelter
164 +
165 +        * src/UseTheForce/Makefile: regressing
166 +
167 + 2004-10-19 15:40  gezelter
168 +
169 +        * src/: UseTheForce/DarkSide/calc_shapes.F90,
170 +        UseTheForce/DarkSide/shapes_module.h, utils/StringUtils.cpp:
171 +        working on shapes for portability
172 +
173 + 2004-10-19 15:40  gezelter
174 +
175 +        * src/UseTheForce/: Makefile, Shapes_FF.cpp: working on shapes
176 +
177 + 2004-10-19 13:21  chrisfen
178 +
179 +        * src/utils/: StringUtils.cpp, StringUtils.hpp: changed around
180 +        findBegin
181 +
182 + 2004-10-18 23:34  tim
183 +
184 +        * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp: more bugs
185 +        are fixed in Vector class
186 +
187 + 2004-10-18 23:28  tim
188 +
189 +        * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp: fix
190 +        some bugs in RectMatrixTestCase
191 +
192 + 2004-10-18 23:21  tim
193 +
194 +        * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp,
195 +        test/math/RectMatrixTestCase.hpp, test/math/Vector3TestCase.cpp,
196 +        test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp,
197 +        test/math/VectorTestCase.hpp: implement more test cases
198 +
199 + 2004-10-18 18:13  tim
200 +
201 +        * ChangeLog, make/Doxyfile, src/math/Matrix3x3d.hpp,
202 +        src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
203 +        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
204 +        src/utils/StringTokenizer.hpp, test/math/Makefile,
205 +        test/math/VectorTestCase.cpp, test/math/VectorTestCase.hpp: more
206 +        tests on math library
207 +
208 + 2004-10-18 16:03  tim
209 +
210 +        * test/math/: Makefile, QuaternionTestCase.cpp,
211 +        QuaternionTestCase.hpp, RectMatrixTestCase.cpp,
212 +        SquareMatrix3TestCase.cpp, Vector3TestCase.cpp,
213 +        Vector3TestCase.hpp, VectorTestCase.cpp, VectorTestCase.hpp: adding
214 +        more testing units
215 +
216 + 2004-10-18 12:07  tim
217 +
218 +        * src/: brains/SimSetup.hpp, io/FileReader.hpp, math/Euler3.cpp,
219 +        math/Euler3.hpp, math/Quaternion.hpp, math/SquareMatrix3.hpp,
220 +        math/Vector3.hpp, types/ShapeType.cpp, types/ShapeType.hpp,
221 +        utils/GenericFactory.hpp: fix some bugs in Quaternion class
222 +
223 + 2004-10-18 11:30  gezelter
224 +
225 +        * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
226 +        Your basic run of the mill real-valued versions of Y_l^m(\theta,
227 +        \phi)
228 +
229 + 2004-10-18 11:29  gezelter
230 +
231 +        * src/: math/Makefile, math/Matrix3x3d.hpp, math/Vector3.hpp,
232 +        types/Makefile, types/ShapeType.cpp, types/ShapeType.hpp,
233 +        utils/StringUtils.cpp, utils/StringUtils.hpp: Working on getting
234 +        Shapes into OOPSE
235 +
236 + 2004-10-18 10:21  gezelter
237 +
238 +        * src/types/: ShapeType.cpp, ShapeType.hpp: Added ShapeType
239 +
240 + 2004-10-18 00:23  tim
241 +
242 +        * test/math/VectorTestCase.hpp: adding  vector test case
243 +
244 + 2004-10-18 00:23  tim
245 +
246 +        * src/utils/GenericFactory.hpp: adding generic factory and vector
247 +        test case
248 +
249   2004-10-16 20:19  tim
250  
251          * src/math/: Quaternion.hpp, RectMatrix.hpp, SquareMatrix.hpp,
# Line 361 | Line 609
609  
610   2004-09-29 12:56  gezelter
611  
612 <        * make/: Make.conf.in, Makefile.in, _files/style.css: Working on
365 <        make stuff
612 >        * make/: Make.conf.in, Makefile.in: Working on make stuff
613  
614   2004-09-29 12:46  tim
615  
# Line 628 | Line 875
875          src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
876          src/visitors/RigidBodyVisitor.cpp,
877          src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
878 <        src/visitors/ZconsVisitor.hpp, make/Makefile,
632 <        make/_files/style.css, samples/Makefile.in,
878 >        src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in,
879          samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
880          samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
881          samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,
# Line 804 | Line 1050
1050          src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
1051          src/visitors/RigidBodyVisitor.cpp,
1052          src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
1053 <        src/visitors/ZconsVisitor.hpp, make/Makefile,
808 <        make/_files/style.css, samples/Makefile.in,
1053 >        src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in,
1054          samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
1055          samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
1056          samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines