source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @217   18 years mmc Removed old easymesh tools and fixed up README.
(edit) @216   18 years mmc - Fixed an error that was triggered when you double-click on the …
(edit) @215   18 years cxsong changed test file names
(edit) @214   18 years cxsong moved to src/mesh dir
(edit) @213   18 years mmc - Fixed up the tool tips for upload to remind the user about allowing …
(edit) @212   18 years cxsong moved to src/mesh dir
(edit) @211   18 years cxsong various changes made 2/22
(edit) @210   18 years mmc Last few fixes for file upload/download. Changed the "Download..." …
(edit) @209   18 years cxsong replaced by test_node2d and test_node3d
(edit) @208   18 years cxsong moved to src/mesh dir
(edit) @207   18 years dkearney reorganized tcl directory
(edit) @206   18 years cxsong changed private data types
(edit) @205   18 years dkearney added isvalid function, but it doesnt work yet. tested copying from …
(edit) @204   18 years dkearney initial version of tcl's rappture bindings. read README for compile …
(edit) @203   18 years cxsong moved to src/mesh dir
(edit) @202   18 years cxsong additions to makefile, error codes, changes to element.
(edit) @201   18 years mmc - Fixed the "Upload..." capability so that uploading binary goop …
(edit) @200   18 years dkearney adjusted copy and remove functions in core library. added a bit of …
(edit) @199   18 years cxsong replaced by node2d and node3d
(edit) @198   18 years cxsong moved to src/mesh dir
(edit) @197   18 years cxsong changed from node.xx
(edit) @196   18 years cxsong changed prototype of serialize().
(edit) @195   18 years mmc - Fixed the filexfer server to handle session numbers with letters …
(edit) @194   18 years cxsong changed data representation
(edit) @193   18 years mmc - Added "Upload..." capability to the <loader> widget. You can now …
(edit) @192   18 years dkearney 1) added nodePath() function to core RpLibrary?, this fxn returns the …
(edit) @191   18 years cxsong moved to rappture/src/mesh dir
(edit) @190   18 years cxsong removed -d option when copying matlab/octave - on MacOS, -d is not …
(edit) @189   18 years cxsong change id to int type
(edit) @188   18 years cxsong added sets
(edit) @187   18 years cxsong moved to rappture/src/mesh dir
(edit) @186   18 years cxsong moved to rappture/src/mesh
(edit) @185   18 years cxsong moved to rappture/src/mesh
(edit) @184   18 years cxsong added array access funciton
(edit) @183   18 years cxsong moved to rappture/src/mesh
(edit) @182   18 years cxsong updates
(edit) @181   18 years cxsong moved to rappture/src/mesh dir
(edit) @180   18 years cxsong daily changes
(edit) @179   18 years cxsong renamed
(edit) @178   18 years cxsong renamed
(edit) @177   18 years cxsong updated enums for encoding and compression options
(edit) @176   18 years cxsong moved into rappture src dir
(edit) @175   18 years cxsong Directory containing source code for RpMesh? objects
(edit) @174   18 years dkearney 1. changed the output of get(...) so that it returns an empty string …
(edit) @173   18 years mmc Shaved down the size of input/output areas a bit, so applications fit …
(edit) @172   18 years mmc Fixed the download button so that it doesn't force the analyzer screen …
(edit) @171   18 years mmc - Moved Rappture::result and Rappture::exec to the tcl library and …
(edit) @170   18 years mmc - Fixed the ResultSet? widget so that results with spaces in the name …
(edit) @169   18 years dkearney removed manual creation of badly named temp files and replaced with …
(edit) @168   18 years mmc - Fixed the license terms to comply with the official open source …
(edit) @167   18 years cxsong enabled matlab/octave install
(edit) @166   18 years cxsong Added Tcl/Tk? libs to link librapptureGUI.
(edit) @165   18 years dkearney 1) removing matlab and octave tests for put*id functions 2) adding old …
(edit) @164   18 years dkearney more matlab changes i forgot to add in previous updates
(edit) @163   18 years dkearney a little to eager on the makefile changes from last update also added …
(edit) @162   18 years dkearney changed matlab api to call c++ functions instead of rappture's c api …
(edit) @161   18 years mmc Oops! Fixed a nit in the install script relating to lib/library.xml …
(edit) @160   18 years mmc Fixed the install.tcl script to include the lib/library.xml file. This …
(edit) @159   18 years dkearney fixed the c examples for new rappture library c api
(edit) @158   18 years mmc - Fixed installation so that this "gui" part can be installed with …
(edit) @157   18 years dkearney added adjustments for new rappture libray c api which returns error …
(edit) @156   18 years dkearney fixed app-fermi's matlab example. now you can call matlab from …
(edit) @155   18 years dkearney 1) few minor changes to the matlab bindings, 2) removal of put_*_id …
(edit) @154   18 years dkearney modified matlab bindings and tests. includes all popular functions …
(edit) @153   18 years cxsong merged Mac/linux compile
(edit) @152   18 years cxsong merged Mac/Linux? compile
(edit) @151   18 years cxsong removed mac target (merged)
(edit) @150   18 years cxsong Changed variable PY to $(RP_INSTALL_BASE)/bin/python to ensure the …
(edit) @149   18 years cxsong Replaced -fPIC with CFLAGS, which can be set at compile time. Added …
(edit) @148   18 years mmc Fixed Rappture::Units::convert to work properly for both "/cm3" and …
(edit) @147   18 years cxsong Corrected an iterator error in RpUnits::convert function.
(edit) @146   18 years mmc - Fixed a problem in units interpretation. Units "/m3" were being …
(edit) @145   18 years dkearney adjusted the paths in demo.bash so its easier to change when users …
(edit) @144   18 years dkearney introducing new matlab example with builtin rappture commands
(edit) @143   18 years dkearney reorganizing octave and matlab examples, adding wrapper directory …
(edit) @142   18 years dkearney fixed call to rpFreeLibrary
(edit) @141   18 years dkearney added const to RpUnits*'s. these now compile correctly with matlab's …
(edit) @140   18 years dkearney adding an octave test script.
(edit) @139   18 years dkearney adjusted makefile.
(edit) @138   18 years dkearney 1) addition of octave/matlab test scripts, some still need work 2) the …
(edit) @137   18 years mmc Fixed the energy viewer so the zoom level doesn't change when you …
(edit) @136   18 years mmc - Fixed field/mesh to support rectilinear meshes in "vtk native" …
(edit) @135   18 years dkearney 1) fixed children function in c++'s library module so users can now …
(edit) @134   18 years mmc Fixed a bug in x-y plotting when a value was all 0's and plotted on a …
(edit) @133   18 years dkearney added environment variables for matlab, tcl_library and tk_library
(edit) @132   18 years mmc Fixed a scaling bug that caused images to come up so tiny that you …
(edit) @131   18 years cxsong adjust for relative install dir
(edit) @130   18 years cxsong reset stringstream myStr
(edit) @129   18 years cxsong corrected mac target
(edit) @128   18 years cxsong added examples to script
(edit) @127   18 years mmc Minor touch-ups on the <image> element. Data on both input and output …
(edit) @126   18 years mmc - Added a new <image> which can be used on both the input and the …
(edit) @125   18 years dkearney 1) removed "as" string from c++'s element() function because the …
(edit) @124   18 years dkearney added c example for app-fermi not sure if it compiles on mac
(edit) @123   18 years dkearney RpOctaveInterface?.h needed for compiling
(edit) @122   18 years dkearney added initial version of octave language bindings. 1) no claiming …
(edit) @121   18 years dkearney added basic doxygen tags for function definitions.
(edit) @120   18 years mmc - Fixed the Controls widget to resize itself properly the controls …
(edit) @119   18 years dkearney 1. added doxygen headers to some fortran RpLibrary? bindings 2. cleaned …
(edit) @118   18 years dkearney added quick check feature to RpUnits.cc so if fromUnits == toUnits no …
Note: See TracRevisionLog for help on using the revision log.