source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @235   18 years cxsong modified print to use xmlString()
(edit) @234   18 years cxsong changed to use element.print()
(edit) @233   18 years cxsong fixed allAll functions
(edit) @232   18 years cxsong added .o files
(edit) @231   18 years cxsong added error codes
(edit) @230   18 years cxsong added xmlString
(edit) @229   18 years cxsong moved to src/mesh dir
(edit) @228   18 years cxsong Changed function prototype, added xmlString.
(edit) @227   18 years dkearney added Rappture::LibraryObj::value function to tcl bindings.
(edit) @225   18 years dkearney added alternative Rappture:result function to tcl bindings added …
(edit) @224   18 years dkearney added support for following functions in rappture core diff value …
(edit) @223   18 years cxsong added error codes, changed function prototypes.
(edit) @222   18 years cxsong added test programs
(edit) @221   18 years cxsong moved to src/mesh dir
(edit) @219   18 years cxsong moved to src/mesh dir
(edit) @218   18 years cxsong added xmlString. Changes in several functions.
(edit) @215   18 years cxsong changed test file names
(edit) @214   18 years cxsong moved to src/mesh dir
(edit) @212   18 years cxsong moved to src/mesh dir
(edit) @211   18 years cxsong various changes made 2/22
(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) @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) @194   18 years cxsong changed data representation
(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) @167   18 years cxsong enabled matlab/octave install
(edit) @165   18 years dkearney 1) removing matlab and octave tests for put*id functions 2) adding old …
(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) @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) @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) @147   18 years cxsong Corrected an iterator error in RpUnits::convert function.
(edit) @141   18 years dkearney added const to RpUnits*'s. these now compile correctly with matlab's …
(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) @135   18 years dkearney 1) fixed children function in c++'s library module so users can now …
(edit) @125   18 years dkearney 1) removed "as" string from c++'s element() function because the …
(edit) @122   18 years dkearney added initial version of octave language bindings. 1) no claiming …
(edit) @121   19 years dkearney added basic doxygen tags for function definitions.
(edit) @119   19 years dkearney 1. added doxygen headers to some fortran RpLibrary? bindings 2. cleaned …
(edit) @118   19 years dkearney added quick check feature to RpUnits.cc so if fromUnits == toUnits no …
(edit) @117   19 years dkearney removed un-needed print statement Rappture.Units.convert(...) seems to work
(edit) @116   19 years dkearney 1. rewrote RpUnits::define(...) and RpUnits::convert(...) fxns. 2. …
(edit) @115   19 years mmc Updated all copyright notices.
(edit) @114   19 years dkearney updates to RpUnits to reduce memory leaks created copy constructors, …
(edit) @107   19 years cxsong adjusted lib flags for mac builds
(edit) @104   19 years dkearney This update brings us one step closer to being const correct in the …
(edit) @103   19 years dkearney added higher order conversions so now you can do stuff like …
(edit) @102   19 years dkearney adjusted units conversion in RpUnits.cc, now uses strtod() instead of …
(edit) @101   19 years dkearney fixed another oops! in the Makefile and replaced tabs with spaces for …
(edit) @100   19 years dkearney change the Makefile so it looks to the default /opt/rappture location …
(edit) @99   19 years dkearney makefile wthat works on hamlet to instabuild matlab bindings
(edit) @98   19 years dkearney still can't compile matlab stuff from this makefile, but its getting closer
(edit) @97   19 years dkearney adding initial matlab bindings few minor changes with other listed files
(edit) @93   19 years dkearney 1. corrected c interface language binding function names so they are …
(edit) @91   19 years dkearney fixes a few things i broke with the last update, scew_extras.o should …
(edit) @90   19 years dkearney adjusted the c-example which include a c example and a c++ example …
(edit) @86   19 years dkearney updated for rappture-runtime compiling from source
(edit) @85   19 years cxsong adding good makefile
(edit) @84   19 years dkearney 1. added "install" target to make file for copying files over to …
(edit) @83   19 years dkearney 1. More cleaning of RpUnits and RpLibrary? code 2. added rp_result code …
(edit) @80   19 years dkearney one good test deserves another... fixed Rappture.Units.convert("5J","meV")
(edit) @79   19 years dkearney within RpUnits.cc, made electron Volts a metric unit, and continued …
(edit) @78   19 years cxsong 1. fixed the return value, within PyRpUnits?.cc. it used to look for a …
(edit) @77   19 years dkearney 1. initial checkin of RpLibrary? code, includes c++/c/fortran bindings …
(edit) @76   19 years dkearney 1. cleaned up make files some more, deleted make.inc files 2. updated …
(edit) @73   19 years dkearney 1. changes to RpUnits, modified RpUnits::define() function not to look …
(edit) @71   19 years mmc Partial fixes to get Rappture.Units working in python. The module …
Note: See TracRevisionLog for help on using the revision log.