# # ChangeLog for trunk # # Generated by Trac 1.0.13 # May 31, 2024 11:16:52 PM Wed, 01 Mar 2006 19:59:11 GMT cxsong [245] * trunk/src/mesh/element.h (modified) added erase(); fixed destructor. Wed, 01 Mar 2006 19:58:21 GMT cxsong [244] * trunk/src/mesh/element.cc (modified) added erase() Wed, 01 Mar 2006 19:44:02 GMT qiaow [243] * trunk/gui/vizservers/nanovis/docs (deleted) * trunk/gui/vizservers/nanovis/sort (deleted) Cleaned up files that were no longer needed--not really part of the ... Wed, 01 Mar 2006 18:41:51 GMT cxsong [242] * trunk/src/mesh/node3d.h (modified) added get() Wed, 01 Mar 2006 18:41:00 GMT cxsong [241] * trunk/src/mesh/mesh.cc (modified) * trunk/src/mesh/mesh.h (modified) modified getNodesList, getNode, etc. Wed, 01 Mar 2006 18:04:01 GMT cxsong [240] * trunk/src/mesh/Makefile (modified) added new test files Wed, 01 Mar 2006 18:03:41 GMT cxsong [239] * trunk/src/mesh/test_mesh2.cc (added) an example of us 2d array as input to mesh functions Wed, 01 Mar 2006 18:03:07 GMT cxsong [238] * trunk/src/mesh/test_mesh.cc (modified) changed input to 1d array Wed, 01 Mar 2006 17:54:25 GMT cxsong [237] * trunk/src/mesh/test_mesh.cc (added) moved to src/mesh dir Wed, 01 Mar 2006 17:53:58 GMT cxsong [236] * trunk/src/mesh/Makefile (modified) added new test files Wed, 01 Mar 2006 17:53:49 GMT cxsong [235] * trunk/src/mesh/element.cc (modified) modified print to use xmlString() Wed, 01 Mar 2006 17:53:33 GMT cxsong [234] * trunk/src/mesh/test_elem2.cc (modified) * trunk/src/mesh/test_element.cc (modified) changed to use element.print() Wed, 01 Mar 2006 17:46:19 GMT cxsong [233] * trunk/src/mesh/mesh.cc (modified) * trunk/src/mesh/mesh.h (modified) fixed allAll functions Wed, 01 Mar 2006 16:02:26 GMT cxsong [232] * trunk/src/mesh/Makefile (modified) added .o files Wed, 01 Mar 2006 16:01:49 GMT cxsong [231] * trunk/src/mesh/util.h (modified) added error codes Wed, 01 Mar 2006 16:01:25 GMT cxsong [230] * trunk/src/mesh/node3d.cc (modified) * trunk/src/mesh/node3d.h (modified) added xmlString Wed, 01 Mar 2006 16:00:52 GMT cxsong [229] * trunk/src/mesh/mesh.cc (added) moved to src/mesh dir Wed, 01 Mar 2006 16:00:28 GMT cxsong [228] * trunk/src/mesh/mesh.h (modified) Changed function prototype, added xmlString. Wed, 01 Mar 2006 07:20:59 GMT dkearney [227] * trunk/src/tcl/src/RpLibraryTclInterface.cc (modified) added Rappture::LibraryObj::value function to tcl bindings. Wed, 01 Mar 2006 05:31:42 GMT mmc [226] * trunk/gui/scripts/energyLevels.tcl (modified) * trunk/gui/vizservers (added) * trunk/gui/vizservers/nanovis (added) * trunk/gui/vizservers/nanovis/ConvexPolygon.cpp (added) * trunk/gui/vizservers/nanovis/ConvexPolygon.h (added) * trunk/gui/vizservers/nanovis/Makefile (added) * trunk/gui/vizservers/nanovis/Mat4x4.cpp (added) * trunk/gui/vizservers/nanovis/Mat4x4.h (added) * trunk/gui/vizservers/nanovis/Plane.cpp (added) * trunk/gui/vizservers/nanovis/Plane.h (added) * trunk/gui/vizservers/nanovis/README (added) * trunk/gui/vizservers/nanovis/RenderVertexArray.cpp (added) * trunk/gui/vizservers/nanovis/RenderVertexArray.h (added) * trunk/gui/vizservers/nanovis/Texture1D.cpp (added) * trunk/gui/vizservers/nanovis/Texture1D.h (added) * trunk/gui/vizservers/nanovis/Texture3D.cpp (added) * trunk/gui/vizservers/nanovis/Texture3D.h (added) * trunk/gui/vizservers/nanovis/Vector3.cpp (added) * trunk/gui/vizservers/nanovis/Vector3.h (added) * trunk/gui/vizservers/nanovis/Vector4.cpp (added) * trunk/gui/vizservers/nanovis/Vector4.h (added) * trunk/gui/vizservers/nanovis/data (added) * trunk/gui/vizservers/nanovis/data/tornado_64x64x64.raw (added) * trunk/gui/vizservers/nanovis/docs (added) * trunk/gui/vizservers/nanovis/docs/ibfv_sample.pdf (added) * trunk/gui/vizservers/nanovis/nanovis.cpp (added) * trunk/gui/vizservers/nanovis/nanovis.h (added) * trunk/gui/vizservers/nanovis/shaders (added) * trunk/gui/vizservers/nanovis/shaders/common.cg (added) * trunk/gui/vizservers/nanovis/shaders/copy_texcoord.cg (added) * trunk/gui/vizservers/nanovis/shaders/expand.cg (added) * trunk/gui/vizservers/nanovis/shaders/one_volume.cg (added) * trunk/gui/vizservers/nanovis/shaders/passthru.cg (added) * trunk/gui/vizservers/nanovis/shaders/render_vel.cg (added) * trunk/gui/vizservers/nanovis/shaders/shader.cg (added) * trunk/gui/vizservers/nanovis/shaders/shader_lines_vp.cg (added) * trunk/gui/vizservers/nanovis/shaders/shader_mb_vp.cg (added) * trunk/gui/vizservers/nanovis/shaders/shader_vp.cg (added) * trunk/gui/vizservers/nanovis/shaders/update_pos.cg (added) * trunk/gui/vizservers/nanovis/shaders/update_pos_vel.cg (added) * trunk/gui/vizservers/nanovis/shaders/update_vel.cg (added) * trunk/gui/vizservers/nanovis/shaders/vertex_std.cg (added) * trunk/gui/vizservers/nanovis/socket (added) * trunk/gui/vizservers/nanovis/socket/' (added) * trunk/gui/vizservers/nanovis/socket/ClientSocket.cpp (added) * trunk/gui/vizservers/nanovis/socket/ClientSocket.h (added) * trunk/gui/vizservers/nanovis/socket/Makefile (added) * trunk/gui/vizservers/nanovis/socket/RenderClient.cpp (added) * trunk/gui/vizservers/nanovis/socket/RenderClient.h (added) * trunk/gui/vizservers/nanovis/socket/RenderServer.cpp (added) * trunk/gui/vizservers/nanovis/socket/RenderServer.h (added) * trunk/gui/vizservers/nanovis/socket/ServerSocket.cpp (added) * trunk/gui/vizservers/nanovis/socket/ServerSocket.h (added) * trunk/gui/vizservers/nanovis/socket/Socket.cpp (added) * trunk/gui/vizservers/nanovis/socket/Socket.h (added) * trunk/gui/vizservers/nanovis/socket/SocketException.h (added) * trunk/gui/vizservers/nanovis/sort (added) * trunk/gui/vizservers/nanovis/sort/GLSLShader.cpp (added) * trunk/gui/vizservers/nanovis/sort/GLSLShader.h (added) * trunk/gui/vizservers/nanovis/sort/defines.h (added) * trunk/gui/vizservers/nanovis/sort/shader (added) * trunk/gui/vizservers/nanovis/sort/shader/bitonicMergeSort.vs (added) * trunk/gui/vizservers/nanovis/sort/shader/bitonicMergeSort_Col.fs (added) * trunk/gui/vizservers/nanovis/sort/shader/bitonicMergeSort_Row01.fs (added) * trunk/gui/vizservers/nanovis/sort/shader/bitonicMergeSort_RowN.fs (added) * trunk/gui/vizservers/nanovis/sort/shader/oddevenMergeSort.fs (added) * trunk/gui/vizservers/nanovis/sort/shader/oddevenMergeSort.vs (added) * trunk/gui/vizservers/nanovis/sort/shader/renderRGBA16f.fs (added) * trunk/gui/vizservers/nanovis/sort/shader/renderRGBA16f.vs (added) * trunk/gui/vizservers/nanovis/sort/shader/transitionSort.fs (added) * trunk/gui/vizservers/nanovis/sort/shader/transitionSort.vs (added) - Added code for Wei's visualization server. - Fixed the ... Wed, 01 Mar 2006 02:36:40 GMT dkearney [225] * trunk/src/tcl/Makefile.in (modified) * trunk/src/tcl/configure (modified) * trunk/src/tcl/configure.in (modified) * trunk/src/tcl/src/Rappture_Init.cc (modified) * trunk/src/tcl/src/RpLibraryTclInterface.cc (modified) * trunk/src/tcl/src/RpUnitsTclInterface.cc (added) * trunk/src/tcl/src/RpUnitsTclInterface.h (added) added alternative Rappture:result function to tcl bindings added ... Tue, 28 Feb 2006 17:52:16 GMT dkearney [224] * trunk/include/core/RpLibrary.h (modified) * trunk/src/core/RpLibrary.cc (modified) * trunk/src/tcl/README (modified) * trunk/src/tcl/src/RpLibraryTclInterface.cc (modified) * trunk/src/tcl/tcl_test.tcl (modified) * trunk/test/src/RpLibrary_test.cc (modified) added support for following functions in rappture core diff value ... Mon, 27 Feb 2006 22:14:22 GMT cxsong [223] * trunk/src/mesh/mesh.h (modified) * trunk/src/mesh/util.h (modified) added error codes, changed function prototypes. Mon, 27 Feb 2006 21:00:50 GMT cxsong [222] * trunk/src/mesh/Makefile (modified) added test programs Mon, 27 Feb 2006 20:55:52 GMT cxsong [221] * trunk/src/mesh/test_elem2.cc (added) moved to src/mesh dir Mon, 27 Feb 2006 17:30:46 GMT mmc [220] * trunk/gui/scripts/contourresult.tcl (modified) * trunk/gui/scripts/moleculeViewer.tcl (modified) - Fixed the molecule viewer and contour viewer to catch any errors ... Mon, 27 Feb 2006 16:13:11 GMT cxsong [219] * trunk/src/mesh/element.cc (added) moved to src/mesh dir Sun, 26 Feb 2006 04:39:36 GMT cxsong [218] * trunk/src/mesh/element.h (modified) added xmlString. Changes in several functions. Sun, 26 Feb 2006 03:05:50 GMT mmc [217] * trunk/README (modified) * trunk/tools (deleted) Removed old easymesh tools and fixed up README. Sat, 25 Feb 2006 19:39:39 GMT mmc [216] * trunk/gui/scripts/analyzer.tcl (modified) - Fixed an error that was triggered when you double-click on the ... Thu, 23 Feb 2006 21:33:11 GMT cxsong [215] * trunk/src/mesh/Makefile (modified) changed test file names Thu, 23 Feb 2006 21:32:44 GMT cxsong [214] * trunk/src/mesh/test_element.cc (added) moved to src/mesh dir Thu, 23 Feb 2006 17:06:49 GMT mmc [213] * trunk/gui/filexfer/monitor.java (modified) * trunk/gui/scripts/analyzer.tcl (modified) * trunk/gui/scripts/filexfer.tcl (modified) * trunk/gui/scripts/loader.tcl (modified) * trunk/gui/scripts/tooltip.tcl (modified) - Fixed up the tool tips for upload to remind the user about allowing ... Thu, 23 Feb 2006 16:27:20 GMT cxsong [212] * trunk/src/mesh/node2d.cc (added) moved to src/mesh dir Thu, 23 Feb 2006 16:26:09 GMT cxsong [211] * trunk/src/mesh/Makefile (modified) * trunk/src/mesh/element.h (modified) * trunk/src/mesh/node2d.h (modified) * trunk/src/mesh/node3d.h (modified) various changes made 2/22 Thu, 23 Feb 2006 01:57:00 GMT mmc [210] * trunk/gui/scripts/analyzer.tcl (modified) * trunk/gui/scripts/filexfer.tcl (modified) * trunk/gui/scripts/grab.tcl (modified) * trunk/gui/scripts/images/download.gif (added) * trunk/gui/scripts/images/upload.gif (added) * trunk/gui/scripts/loader.tcl (modified) Last few fixes for file upload/download. Changed the "Download..." ... Wed, 22 Feb 2006 20:47:03 GMT cxsong [209] * trunk/src/mesh/test_node.cc (deleted) replaced by test_node2d and test_node3d Wed, 22 Feb 2006 20:46:31 GMT cxsong [208] * trunk/src/mesh/test_node2d.cc (added) * trunk/src/mesh/test_node3d.cc (added) moved to src/mesh dir Wed, 22 Feb 2006 19:16:19 GMT dkearney [207] * trunk/src/tcl/Makefile.in (copied) * trunk/src/tcl/README (copied) * trunk/src/tcl/aclocal.m4 (copied) * trunk/src/tcl/cf (copied) * trunk/src/tcl/configure (copied) * trunk/src/tcl/configure.in (copied) * trunk/src/tcl/init.tcl.in (copied) * trunk/src/tcl/library (deleted) * trunk/src/tcl/pkgIndex.tcl.in (copied) * trunk/src/tcl/rplib_test.xml (copied) * trunk/src/tcl/src (copied) * trunk/src/tcl/src/Rappture_Init.cc (added) * trunk/src/tcl/src/RpLibraryTclInterface.cc (copied) * trunk/src/tcl/tcl.m4 (copied) * trunk/src/tcl/tcl_test.tcl (copied) * trunk/src/tcl/units (deleted) reorganized tcl directory Wed, 22 Feb 2006 19:00:10 GMT cxsong [206] * trunk/src/mesh/mesh.h (modified) changed private data types Wed, 22 Feb 2006 17:33:10 GMT dkearney [205] * trunk/include/core/RpLibrary.h (modified) * trunk/src/core/RpLibrary.cc (modified) * trunk/src/tcl/library/Makefile.in (modified) * trunk/src/tcl/library/README (modified) * trunk/src/tcl/library/configure (modified) * trunk/src/tcl/library/configure.in (modified) * trunk/src/tcl/library/init.tcl.in (modified) * trunk/src/tcl/library/pkgIndex.tcl.in (modified) * trunk/src/tcl/library/src/RpLibraryTclInterface.cc (modified) * trunk/src/tcl/library/tcl_test.tcl (modified) added isvalid function, but it doesnt work yet. tested copying from ... Tue, 21 Feb 2006 15:35:13 GMT dkearney [204] * trunk/src/tcl (added) * trunk/src/tcl/library (added) * trunk/src/tcl/library/Makefile.in (added) * trunk/src/tcl/library/README (added) * trunk/src/tcl/library/aclocal.m4 (added) * trunk/src/tcl/library/cf (added) * trunk/src/tcl/library/cf/config.guess (added) * trunk/src/tcl/library/cf/config.sub (added) * trunk/src/tcl/library/cf/install-sh (added) * trunk/src/tcl/library/cf/mkindex.tcl (added) * trunk/src/tcl/library/cf/mkinstalldirs (added) * trunk/src/tcl/library/cf/patchlevel.tcl (added) * trunk/src/tcl/library/configure (added) * trunk/src/tcl/library/configure.in (added) * trunk/src/tcl/library/init.tcl.in (added) * trunk/src/tcl/library/pkgIndex.tcl.in (added) * trunk/src/tcl/library/rplib_test.xml (added) * trunk/src/tcl/library/src (added) * trunk/src/tcl/library/src/RpLibraryTclInterface.cc (added) * trunk/src/tcl/library/tcl.m4 (added) * trunk/src/tcl/library/tcl_test.tcl (added) * trunk/src/tcl/units (added) initial version of tcl's rappture bindings. read README for compile ... Tue, 21 Feb 2006 05:15:24 GMT cxsong [203] * trunk/src/mesh/mesh.h (added) * trunk/src/mesh/test_node.cc (added) moved to src/mesh dir Tue, 21 Feb 2006 04:47:50 GMT cxsong [202] * trunk/src/mesh/Makefile (modified) * trunk/src/mesh/element.h (modified) * trunk/src/mesh/node2d.h (modified) * trunk/src/mesh/util.cc (modified) * trunk/src/mesh/util.h (modified) additions to makefile, error codes, changes to element. Tue, 21 Feb 2006 02:18:16 GMT mmc [201] * trunk/gui/scripts/loader.tcl (modified) - Fixed the "Upload..." capability so that uploading binary goop ... Mon, 20 Feb 2006 22:37:44 GMT dkearney [200] * trunk/include/core/RpLibrary.h (modified) * trunk/src/core/RpLibrary.cc (modified) * trunk/test/src/RpLibrary_test.cc (modified) adjusted copy and remove functions in core library. added a bit of ... Mon, 20 Feb 2006 21:50:02 GMT cxsong [199] * trunk/src/mesh/node.cc (deleted) * trunk/src/mesh/node.h (deleted) replaced by node2d and node3d Mon, 20 Feb 2006 21:44:03 GMT cxsong [198] * trunk/src/mesh/node2d.h (added) moved to src/mesh dir Mon, 20 Feb 2006 21:43:09 GMT cxsong [197] * trunk/src/mesh/node3d.cc (added) * trunk/src/mesh/node3d.h (added) changed from node.xx Mon, 20 Feb 2006 20:35:42 GMT cxsong [196] * trunk/src/mesh/node.cc (modified) * trunk/src/mesh/node.h (modified) changed prototype of serialize(). Mon, 20 Feb 2006 19:15:06 GMT mmc [195] * trunk/gui/filexfer/upload.html (modified) * trunk/gui/scripts/filexfer.tcl (modified) * trunk/gui/scripts/valueresult.tcl (modified) - Fixed the filexfer server to handle session numbers with letters ... Mon, 20 Feb 2006 16:21:24 GMT cxsong [194] * trunk/src/mesh/element.h (modified) changed data representation Mon, 20 Feb 2006 04:10:19 GMT mmc [193] * trunk/gui/Makefile.in (modified) * trunk/gui/filexfer/upload.css (added) * trunk/gui/filexfer/upload.html (added) * trunk/gui/scripts/analyzer.tcl (modified) * trunk/gui/scripts/contourresult.tcl (modified) * trunk/gui/scripts/controlOwner.tcl (modified) * trunk/gui/scripts/deviceEditor.tcl (modified) * trunk/gui/scripts/deviceViewer1D.tcl (modified) * trunk/gui/scripts/deviceresult.tcl (modified) * trunk/gui/scripts/filexfer.tcl (modified) * trunk/gui/scripts/imageresult.tcl (modified) * trunk/gui/scripts/loader.tcl (modified) * trunk/gui/scripts/mainwin.tcl (modified) * trunk/gui/scripts/meshresult.tcl (modified) * trunk/gui/scripts/moleculeViewer.tcl (modified) * trunk/gui/scripts/resultviewer.tcl (modified) * trunk/gui/scripts/textresult.tcl (modified) * trunk/gui/scripts/valueresult.tcl (modified) * trunk/gui/scripts/xyresult.tcl (modified) * trunk/gui/src/RpInit.c (modified) * trunk/gui/src/RpSignal.c (added) - Added "Upload..." capability to the widget. You can now ... Sun, 19 Feb 2006 18:40:13 GMT dkearney [192] * trunk/include/core/RpLibrary.h (modified) * trunk/include/core/scew_extras.h (modified) * trunk/src/Makefile (modified) * trunk/src/core/RpLibrary.cc (modified) * trunk/src/core/scew_extras.c (modified) * trunk/test/src/RpLibrary_test.cc (modified) 1) added nodePath() function to core RpLibrary, this fxn returns the ... Fri, 17 Feb 2006 22:35:13 GMT cxsong [191] * trunk/src/mesh/element.h (added) moved to rappture/src/mesh dir Fri, 17 Feb 2006 19:08:59 GMT cxsong [190] * trunk/src/Makefile (modified) removed -d option when copying matlab/octave - on MacOS, -d is not ... Fri, 17 Feb 2006 17:31:22 GMT cxsong [189] * trunk/src/mesh/node.cc (modified) * trunk/src/mesh/node.h (modified) change id to int type Fri, 17 Feb 2006 16:30:27 GMT cxsong [188] * trunk/src/mesh/node.cc (modified) * trunk/src/mesh/node.h (modified) added sets Fri, 17 Feb 2006 16:10:16 GMT cxsong [187] * trunk/src/mesh/node.cc (added) * trunk/src/mesh/node.h (added) moved to rappture/src/mesh dir Fri, 17 Feb 2006 05:46:59 GMT cxsong [186] * trunk/src/mesh/util.cc (added) * trunk/src/mesh/util.h (added) moved to rappture/src/mesh Fri, 17 Feb 2006 05:46:33 GMT cxsong [185] * trunk/src/mesh/Makefile (modified) * trunk/src/mesh/grid1d.cc (added) * trunk/src/mesh/grid1d.h (modified) * trunk/src/mesh/grid1d_reg.cc (added) * trunk/src/mesh/grid2d.cc (added) moved to rappture/src/mesh Fri, 17 Feb 2006 05:45:44 GMT cxsong [184] * trunk/src/mesh/grid2d.h (modified) added array access funciton Fri, 17 Feb 2006 04:49:28 GMT cxsong [183] * trunk/src/mesh/grid2d.h (added) moved to rappture/src/mesh Fri, 17 Feb 2006 04:38:05 GMT cxsong [182] * trunk/src/mesh/grid1d_reg.h (modified) updates Fri, 17 Feb 2006 04:27:26 GMT cxsong [181] * trunk/src/mesh/serializable.h (added) moved to rappture/src/mesh dir Fri, 17 Feb 2006 04:23:04 GMT cxsong [180] * trunk/src/mesh/grid1d.h (modified) daily changes Fri, 17 Feb 2006 03:28:39 GMT cxsong [179] * trunk/src/mesh/rp_defs.cc (deleted) renamed Fri, 17 Feb 2006 03:27:47 GMT cxsong [178] * trunk/src/mesh/rp_defs.h (deleted) renamed Fri, 17 Feb 2006 03:26:05 GMT cxsong [177] * trunk/src/mesh/rp_defs.h (modified) updated enums for encoding and compression options Thu, 16 Feb 2006 16:47:54 GMT cxsong [176] * trunk/src/mesh/Makefile (added) * trunk/src/mesh/grid1d.h (added) * trunk/src/mesh/grid1d_reg.h (added) * trunk/src/mesh/rp_defs.cc (added) * trunk/src/mesh/rp_defs.h (added) moved into rappture src dir Thu, 16 Feb 2006 14:40:44 GMT cxsong [175] * trunk/src/mesh (added) Directory containing source code for RpMesh objects Wed, 15 Feb 2006 07:07:53 GMT dkearney [174] * trunk/src/core/RpLibrary.cc (modified) 1. changed the output of get(...) so that it returns an empty string ... Tue, 14 Feb 2006 23:30:47 GMT mmc [173] * trunk/gui/scripts/analyzer.tcl (modified) * trunk/gui/scripts/deviceLayout1D.tcl (modified) Shaved down the size of input/output areas a bit, so applications ... Tue, 14 Feb 2006 20:52:18 GMT mmc [172] * trunk/gui/scripts/analyzer.tcl (modified) * trunk/gui/scripts/moleculeViewer.tcl (modified) Fixed the download button so that it doesn't force the analyzer ... Mon, 13 Feb 2006 14:37:25 GMT mmc [171] * trunk/gui/Makefile.in (modified) * trunk/gui/filexfer/filexfer.java (modified) * trunk/gui/filexfer/monitor.java (modified) * trunk/gui/init.tcl.in (modified) * trunk/gui/scripts/analyzer.tcl (modified) * trunk/gui/scripts/filexfer.tcl (modified) * trunk/gui/scripts/postern.tcl (modified) * trunk/tcl/install.tcl (modified) * trunk/tcl/scripts/exec.tcl (moved) * trunk/tcl/scripts/result.tcl (moved) - Moved Rappture::result and Rappture::exec to the tcl library and ... Sat, 11 Feb 2006 04:27:40 GMT mmc [170] * trunk/gui/scripts/analyzer.tcl (modified) * trunk/gui/scripts/resultset.tcl (modified) - Fixed the ResultSet widget so that results with spaces in the ... Thu, 09 Feb 2006 21:54:10 GMT dkearney [169] * trunk/gui/apps/rerun (modified) removed manual creation of badly named temp files and replaced with ... Thu, 09 Feb 2006 01:18:56 GMT mmc [168] * trunk/README (modified) * trunk/gui/scripts/analyzer.tcl (modified) * trunk/gui/scripts/deviceEditor.tcl (modified) * trunk/gui/scripts/exec.tcl (modified) * trunk/gui/scripts/scroller.tcl (modified) * trunk/license.terms (modified) - Fixed the license terms to comply with the official open source ... Tue, 07 Feb 2006 20:09:28 GMT cxsong [167] * trunk/src/Makefile (modified) enabled matlab/octave install Thu, 02 Feb 2006 21:00:29 GMT cxsong [166] * trunk/gui/configure (modified) * trunk/gui/configure.in (modified) Added Tcl/Tk libs to link librapptureGUI. Tue, 31 Jan 2006 22:49:49 GMT dkearney [165] * trunk/examples/app-fermi/octave/fermi.m (modified) * trunk/src/Makefile (modified) * trunk/src/fortran/RpLibraryFInterface.cc (modified) * trunk/src/fortran/RpUnitsFInterface.cc (modified) * trunk/src/matlab/rpLibGetDouble.cc (modified) * trunk/src/matlab/rpUnitsGetBasis.cc (modified) * trunk/src/matlab/rpUnitsMakeMetric.cc (modified) * trunk/src/octave/rpLibPut.cc (modified) * trunk/src/octave/rpUnitsGetBasis.cc (modified) * trunk/test/Makefile (modified) * trunk/test/src/RpFortranDocExamples.f (added) * trunk/test/src/RpMatlab_test.m (modified) * trunk/test/src/RpOctave_test.m (modified) * trunk/test/src/matlab/test_put.m (modified) * trunk/test/src/matlab/test_put_dbl_id.m (deleted) * trunk/test/src/matlab/test_put_str_id.m (deleted) * trunk/test/src/octave/test_put_dbl_id.m (deleted) * trunk/test/src/octave/test_put_str_id.m (deleted) 1) removing matlab and octave tests for put*id functions 2) adding ... Tue, 31 Jan 2006 19:08:45 GMT dkearney [164] * trunk/include/matlab/RpMatlabInterface.h (modified) * trunk/test/src/RpMatlab_test.m (modified) more matlab changes i forgot to add in previous updates Tue, 31 Jan 2006 17:18:13 GMT dkearney [163] * trunk/src/Makefile (modified) a little to eager on the makefile changes from last update also ... Tue, 31 Jan 2006 17:15:36 GMT dkearney [162] * trunk/src/Makefile (modified) * trunk/src/matlab/rpLib.cc (modified) * trunk/src/matlab/rpLibChildren.cc (modified) * trunk/src/matlab/rpLibChildrenByType.cc (modified) * trunk/src/matlab/rpLibElement.cc (modified) * trunk/src/matlab/rpLibElementAsComp.cc (modified) * trunk/src/matlab/rpLibElementAsId.cc (modified) * trunk/src/matlab/rpLibElementAsObject.cc (modified) * trunk/src/matlab/rpLibElementAsType.cc (modified) * trunk/src/matlab/rpLibGet.cc (modified) * trunk/src/matlab/rpLibGetDouble.cc (modified) * trunk/src/matlab/rpLibGetString.cc (modified) * trunk/src/matlab/rpLibNodeComp.cc (modified) * trunk/src/matlab/rpLibNodeId.cc (modified) * trunk/src/matlab/rpLibNodeType.cc (modified) * trunk/src/matlab/rpLibPut.cc (modified) * trunk/src/matlab/rpLibPutDouble.cc (modified) * trunk/src/matlab/rpLibPutDoubleId.cc (deleted) * trunk/src/matlab/rpLibPutString.cc (modified) * trunk/src/matlab/rpLibPutStringId.cc (deleted) * trunk/src/matlab/rpLibResult.cc (modified) * trunk/src/matlab/rpLibXml.cc (modified) * trunk/src/octave/rpLibElementAsComp.cc (modified) * trunk/src/octave/rpLibElementAsId.cc (modified) * trunk/src/octave/rpLibNodeComp.cc (modified) * trunk/src/octave/rpLibPutDoubleId.cc (deleted) * trunk/src/octave/rpLibPutStringId.cc (deleted) changed matlab api to call c++ functions instead of rappture's c api ... Mon, 30 Jan 2006 22:20:01 GMT mmc [161] * trunk/tcl/install.tcl (modified) Oops! Fixed a nit in the install script relating to lib/library.xml ... Mon, 30 Jan 2006 21:48:22 GMT mmc [160] * trunk/tcl/install.tcl (modified) Fixed the install.tcl script to include the lib/library.xml file. ... Mon, 30 Jan 2006 15:18:42 GMT dkearney [159] * trunk/examples/app-fermi/cee/fermi.c (modified) * trunk/examples/c-example/plotc.c (modified) fixed the c examples for new rappture library c api Mon, 30 Jan 2006 04:24:25 GMT mmc [158] * trunk/gui/Makefile.in (added) * trunk/gui/aclocal.m4 (added) * trunk/gui/apps/driver (modified) * trunk/gui/cf (added) * trunk/gui/cf/config.guess (added) * trunk/gui/cf/config.sub (added) * trunk/gui/cf/install-sh (added) * trunk/gui/cf/mkindex.tcl (added) * trunk/gui/cf/mkinstalldirs (added) * trunk/gui/cf/patchlevel.tcl (added) * trunk/gui/configure (added) * trunk/gui/configure.in (added) * trunk/gui/init.tcl.in (added) * trunk/gui/pkgIndex.tcl.in (added) * trunk/gui/scripts/exec.tcl (modified) * trunk/gui/scripts/tool.tcl (modified) * trunk/gui/src (added) * trunk/gui/src/RpInit.c (added) * trunk/gui/src/RpRlimit.c (added) * trunk/gui/src/RpRusage.c (added) * trunk/gui/tcl.m4 (added) * trunk/tcl/install.tcl (modified) - Fixed installation so that this "gui" part can be installed with ... Sat, 28 Jan 2006 22:05:44 GMT dkearney [157] * trunk/include/cee/RpLibraryCInterface.h (modified) * trunk/src/cee/RpLibraryCInterface.cc (modified) * trunk/test/src/RpLibraryC_test.c (modified) added adjustments for new rappture libray c api which returns error ... Thu, 12 Jan 2006 22:51:54 GMT dkearney [156] * trunk/examples/app-fermi/matlab/fermi.m (modified) * trunk/examples/app-fermi/matlab/tool.xml (modified) * trunk/src/octave/rpLib.cc (modified) * trunk/test/src/RpMatlab_test.m (modified) fixed app-fermi's matlab example. now you can call matlab from ... Thu, 12 Jan 2006 20:46:50 GMT dkearney [155] * trunk/src/matlab/rpLibChildren.cc (modified) * trunk/src/octave/rpLibResult.cc (modified) * trunk/test/src/RpMatlab_test.m (modified) * trunk/test/src/RpOctave_test.m (modified) 1) few minor changes to the matlab bindings, 2) removal of put_*_id ... Wed, 11 Jan 2006 23:55:15 GMT dkearney [154] * trunk/src/matlab/rpLib.cc (modified) * trunk/src/matlab/rpLibChildren.cc (modified) * trunk/src/matlab/rpLibChildrenByType.cc (modified) * trunk/src/matlab/rpLibElement.cc (modified) * trunk/src/matlab/rpLibElementAsComp.cc (modified) * trunk/src/matlab/rpLibElementAsId.cc (modified) * trunk/src/matlab/rpLibElementAsObject.cc (modified) * trunk/src/matlab/rpLibElementAsType.cc (modified) * trunk/src/matlab/rpLibGet.cc (modified) * trunk/src/matlab/rpLibGetDouble.cc (modified) * trunk/src/matlab/rpLibGetString.cc (modified) * trunk/src/matlab/rpLibNodeComp.cc (modified) * trunk/src/matlab/rpLibNodeId.cc (modified) * trunk/src/matlab/rpLibNodeType.cc (modified) * trunk/src/matlab/rpLibPut.cc (modified) * trunk/src/matlab/rpLibPutDouble.cc (modified) * trunk/src/matlab/rpLibPutDoubleId.cc (modified) * trunk/src/matlab/rpLibPutString.cc (modified) * trunk/src/matlab/rpLibPutStringId.cc (modified) * trunk/src/matlab/rpLibResult.cc (modified) * trunk/src/matlab/rpLibXml.cc (modified) * trunk/src/matlab/rpUnitsConvert.cc (modified) * trunk/src/matlab/rpUnitsConvertDbl.cc (modified) * trunk/src/matlab/rpUnitsConvertObjDbl.cc (modified) * trunk/src/matlab/rpUnitsConvertObjStr.cc (modified) * trunk/src/matlab/rpUnitsConvertStr.cc (modified) * trunk/src/matlab/rpUnitsDefineUnit.cc (modified) * trunk/src/matlab/rpUnitsFind.cc (modified) * trunk/src/matlab/rpUnitsGetBasis.cc (modified) * trunk/src/matlab/rpUnitsGetExponent.cc (modified) * trunk/src/matlab/rpUnitsGetUnits.cc (modified) * trunk/src/matlab/rpUnitsGetUnitsName.cc (modified) * trunk/src/matlab/rpUnitsMakeMetric.cc (modified) * trunk/test/rplib_test.xml (added) * trunk/test/src/RpMatlab_test.m (added) * trunk/test/src/matlab (added) * trunk/test/src/matlab/test_children.m (added) * trunk/test/src/matlab/test_children_bytype.m (added) * trunk/test/src/matlab/test_convert.m (added) * trunk/test/src/matlab/test_convert_dbl.m (added) * trunk/test/src/matlab/test_convert_obj_dbl.m (added) * trunk/test/src/matlab/test_convert_obj_str.m (added) * trunk/test/src/matlab/test_convert_str.m (added) * trunk/test/src/matlab/test_define_unit.m (added) * trunk/test/src/matlab/test_element.m (added) * trunk/test/src/matlab/test_element_comp.m (added) * trunk/test/src/matlab/test_element_id.m (added) * trunk/test/src/matlab/test_element_object.m (added) * trunk/test/src/matlab/test_element_type.m (added) * trunk/test/src/matlab/test_find.m (added) * trunk/test/src/matlab/test_get.m (added) * trunk/test/src/matlab/test_get_basis.m (added) * trunk/test/src/matlab/test_get_double.m (added) * trunk/test/src/matlab/test_get_exponent.m (added) * trunk/test/src/matlab/test_get_string.m (added) * trunk/test/src/matlab/test_get_units.m (added) * trunk/test/src/matlab/test_get_units_name.m (added) * trunk/test/src/matlab/test_make_metric.m (added) * trunk/test/src/matlab/test_node_comp.m (added) * trunk/test/src/matlab/test_node_id.m (added) * trunk/test/src/matlab/test_node_type.m (added) * trunk/test/src/matlab/test_put.m (added) * trunk/test/src/matlab/test_put_dbl.m (added) * trunk/test/src/matlab/test_put_dbl_id.m (added) * trunk/test/src/matlab/test_put_str.m (added) * trunk/test/src/matlab/test_put_str_id.m (added) * trunk/test/src/matlab/test_result.m (added) * trunk/test/src/matlab/test_xml.m (added) modified matlab bindings and tests. includes all popular functions ... Fri, 16 Dec 2005 03:08:19 GMT cxsong [153] * trunk/examples/app-fermi/fortran/Makefile (modified) merged Mac/linux compile Fri, 16 Dec 2005 03:07:23 GMT cxsong [152] * trunk/examples/c-example/Makefile (modified) merged Mac/Linux compile Fri, 16 Dec 2005 03:00:02 GMT cxsong [151] * trunk/examples/app-fermi/cee/Makefile (modified) removed mac target (merged) Tue, 13 Dec 2005 19:30:18 GMT cxsong [150] * trunk/src/Makefile (modified) Changed variable PY to $(RP_INSTALL_BASE)/bin/python to ensure the ... Tue, 13 Dec 2005 16:24:49 GMT cxsong [149] * trunk/src/Makefile (modified) Replaced -fPIC with CFLAGS, which can be set at compile time. Added ... Tue, 13 Dec 2005 05:26:20 GMT mmc [148] * trunk/gui/scripts/units.tcl (modified) Fixed Rappture::Units::convert to work properly for both "/cm3" and ... Mon, 12 Dec 2005 21:50:26 GMT cxsong [147] * trunk/src/core/RpUnits.cc (modified) Corrected an iterator error in RpUnits::convert function. Thu, 08 Dec 2005 18:53:44 GMT mmc [146] * trunk/gui/scripts/units.tcl (modified) - Fixed a problem in units interpretation. Units "/m3" were being ...