source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @562   17 years dkearney adjustments to how gauge.tcl deals with values for integer and number …
(edit) @560   17 years dkearney updated the tcl units.tcl test file to reflect changes in the core …
(edit) @559   17 years dkearney adjusted core units code to replace the user's units name with the …
(edit) @554   17 years dkearney adjusted units code removing const ints in favor of enum values …
(edit) @549   17 years dkearney added function Rappture::Units::Search::for which takes in a string …
(edit) @545   17 years dkearney updated tests for case insensitive units replaced ff tests with xx …
(edit) @544   17 years dkearney added general case insensitivity capabilities to dictionary and units …
(edit) @543   17 years dkearney added svn keywords for date rev and url testing the automatic …
(edit) @538   18 years dkearney fixes to rappture units and new tests. this should fix the segfaults …
(edit) @537   18 years dkearney fixes to rappture units and new tests. this should fix the segfaults …
(edit) @536   18 years dkearney fixed memory errors found by valgrind in the Rappture Dictionary …
(edit) @534   18 years dkearney added incarnate functionality to units objects so we can begin to …
(edit) @533   18 years dkearney small fixes to tcl interface code.
(edit) @532   18 years dkearney new test cases in units.test to make sure conversions are done correctly
(edit) @530   18 years dkearney a few changes to the configure script so we can generate the makefile …
(edit) @528   18 years dkearney installable version of rappture units tcl bindings. commented out …
(edit) @527   18 years nkissebe TEA configuration support added (Windows support)
(edit) @526   18 years dkearney removing makefiles and setup files that have been replaced by files …
(edit) @525   18 years dkearney added new pressure units pascal, bar, torr, mmHg, psi, atm. rewrote …
(edit) @520   18 years dkearney added units conversion from deg->rad to tcl bindings, adjusted matlab …
(edit) @515   18 years dkearney added units of days (d), hours (h), minutes (min), /m2. minutes units …
(edit) @511   18 years dkearney moving all .h files to their respective src directories, updating …
(edit) @508   18 years dkearney updates to Makefile.in's, this should not change the current build …
(edit) @498   18 years dkearney added checks for matlab's mex compiler and octave's mkoctfile added …
(edit) @496   18 years dkearney added getInt and getBool functions to fortran bindings and test programs.
(edit) @493   18 years dkearney added new functions RpGetInt?() and RpGetBool?() to core c++ library the …
(edit) @491   18 years dkearney testing installing python modules to temporary location using --prefix …
(edit) @490   18 years dkearney fixed fortran filename
(edit) @489   18 years dkearney new configure and make scripts to help automate the build process
(edit) @487   18 years dkearney added moles (mol), hertz (Hz), becquerel (Bq) all have been added with …
(edit) @486   18 years nkissebe RpFortranCommon?.c renamed to RpFortranCommon?.cc as it a C++ file (this …
(edit) @478   18 years nkissebe prevent buffer underrun in RpUnits::grabUnitString()
(edit) @477   18 years nkissebe Microsoft C++ does not automatically name anonymous typedefs, so …
(edit) @476   18 years nkissebe std::string *list[listLen] is not allowed by ISO C++ and enforced by …
(edit) @444   18 years dkearney adjusted order that diff returns differences where an element was added, +
(edit) @424   18 years dkearney added some changes for tcl bindings that i've been holding onto for …
(edit) @408   18 years cxsong changed for relocatable builds
(edit) @403   18 years dkearney lots of good additions/fixes for tcl bindings, initial test suite …
(edit) @400   18 years dkearney more tcl bindings related adjustments. this version should work well …
(edit) @399   18 years dkearney improved the tcl bindings, added units code to core so tcl can show …
(edit) @398   18 years dkearney removed newline translations when writing xml files
(edit) @395   18 years cxsong Added RpEntityRef? to src/Makefile
(edit) @394   18 years dkearney improved tcl bindings, additions to xml parser including entity …
(edit) @388   18 years dkearney adding mole (mol) and gram (g) as units
(edit) @387   18 years dkearney add a fix for tcl bindings to print units if the toUnitsName variable …
(edit) @382   18 years dkearney added angle conversions (rad,deg,grad)
(edit) @367   18 years cxsong added compress/decompress using zlib
(edit) @365   18 years dkearney fixes for tcl bindings.
(edit) @363   18 years cxsong added grid3d_rect files and test program
(edit) @362   18 years cxsong use copyArray(). updated comments
(edit) @361   18 years cxsong added test program for RpGrid3dRect class
(edit) @360   18 years cxsong added 3d rectilinear grid class
(edit) @359   18 years cxsong added test program for grid3d
(edit) @358   18 years cxsong added grid3d and test_grid3d
(edit) @357   18 years cxsong use copyArray
(edit) @356   18 years cxsong removed copyArray from grid2d_rect
(edit) @355   18 years cxsong added grid3d.h
(edit) @354   18 years cxsong added copyArray to grid1d, removed copyArray from grid2d_rect
(edit) @353   18 years cxsong integrated grid3d into serializer
(edit) @352   18 years cxsong created RpGrid3d class
(edit) @351   18 years cxsong added to test Rectilinear 2d grid
(edit) @350   18 years cxsong added test files
(edit) @349   18 years cxsong updated comments
(edit) @348   18 years cxsong added data size check in expandData()
(edit) @347   18 years cxsong removed outdated def
(edit) @346   18 years cxsong added constructor with name input
(edit) @345   18 years cxsong added Rectilinear 2d grid class
(edit) @344   18 years cxsong added test programs
(edit) @343   18 years cxsong an example of serializer managing field objects using different meshes
(edit) @342   18 years cxsong added doSerialization(), removed serialization()
(edit) @341   18 years cxsong added grid2d handling
(edit) @340   18 years cxsong use RpCurrentVersion? to replace const string vars
(edit) @339   18 years cxsong added RpCurrentVersion? decl
(edit) @338   18 years cxsong replaced cons strings with RpCurrentVersion?[]
(edit) @337   18 years cxsong created to test RpGrid2d
(edit) @336   18 years cxsong updated grid2d to work with grid1d/serializable
(edit) @335   18 years cxsong restore some old files so all tests can be compiled.
(edit) @334   18 years cxsong added linkage to mesh and handling, addValue etc.
(edit) @333   18 years cxsong updated with new serializer functions
(edit) @332   18 years cxsong updatd with new files
(edit) @331   18 years cxsong removed vector resize in one of the constructors
(edit) @330   18 years cxsong updated handling of RpField? linkage to mesh object updated clear() to …
(edit) @329   18 years cxsong added to demo usage of RpSerializer?
(edit) @328   18 years cxsong added clear()
(edit) @327   18 years cxsong added clear() and assignment operator.
(edit) @326   18 years cxsong updated comments
(edit) @325   18 years cxsong added a grid object to the test.
(edit) @324   18 years dkearney forgot to add this file previously, for tcl bindings.
(edit) @323   18 years cxsong added to src/mesh dir
(edit) @322   18 years cxsong added constructor for a 1d regular array fixed xmlString to use …
(edit) @321   18 years cxsong modify createObject to add RpField?
(edit) @320   18 years cxsong made methods virtual for field derivation
(edit) @319   18 years cxsong added back objectType and moved the constructor defs here
(edit) @318   18 years cxsong added to mesh/src dir
(edit) @317   18 years cxsong moved to src/mesh dir
(edit) @316   18 years cxsong moved to grid1d
(edit) @315   18 years cxsong modified test_grid for multiple objects
(edit) @314   18 years cxsong added key cmp func map in serializer
(edit) @313   18 years cxsong added comments
(edit) @312   18 years cxsong removed old lines
Note: See TracRevisionLog for help on using the revision log.