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

Comparing trunk/OOPSE-4/ChangeLog (file contents):
Revision 1594 by tim, Mon Oct 18 23:13:23 2004 UTC vs.
Revision 1622 by tim, Wed Oct 20 22:54:30 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines