source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @626   17 years dkearney fixed for a python2.3 error where tempfile is automatically deleted …
(edit) @625   17 years dkearney moving functions in the library from header to cc file and fixing …
(edit) @624   17 years dkearney adjusted makefile to correctly compile libraries after recent …
(edit) @623   17 years dkearney rewrote entity reference code, removing references rappture does not …
(edit) @622   17 years dkearney added C interface bindings to the Rappture Buffer and Outcome objects, …
(edit) @621   17 years dkearney updates to RpBuffer? for syntax and more exact logic syntax update to Ptr.h
(edit) @620   17 years nkissebe update file in tclconfig that was missed in last update
(edit) @619   17 years nkissebe rebuilt configure after update to tclconfig scripts
(edit) @618   17 years nkissebe Update tclconfig files to TEA 3.5, with Windows support
(edit) @617   17 years vrinside Added new zinc blende renderer - It is still needed to compare with …
(edit) @616   17 years nkissebe the rappture script is generated from rappture.in now
(edit) @615   17 years nkissebe rebuilt for molvisviewer support
(edit) @614   17 years dkearney adjusted start_vis.sh to take into account new scheme for starting vis …
(edit) @613   17 years nkissebe RpLibrary?.cc, RpUnits.cc: include <algorithm> for MS compiler …
(edit) @612   17 years vrinside Removed test code segment..
(edit) @611   17 years vrinside added a memeber function for handling application directory in …
(edit) @610   17 years nkissebe add molvisviewer.tcl to scripts to install
(edit) @609   17 years nkissebe added molvisviewer; remote visualization using pymol
(edit) @608   17 years nkissebe model icons for molecule viewer
(edit) @607   17 years nkissebe use molVisViewer as the molecule viewer if hubvis_server resource is set
(edit) @606   17 years dkearney missed an error check
(edit) @605   17 years dkearney fixed function name for octave put file function added more error …
(edit) @604   17 years dkearney makefile now depends on /apps/rappture/render instead of /apps/rappture/dev
(edit) @603   17 years vrinside for debugging, removed creation of g_color_table_render.
(edit) @602   17 years vrinside I put all the functions for callbacks into NvProcessCommand?.cpp, but …
(edit) @601   17 years vrinside Tentatively comment code segment for font creation and screenshot in …
(edit) @600   17 years dkearney adding a script to create a temporary directory and start nanoscale …
(edit) @599   17 years dkearney created dynamic log file names to resolve the problem with different …
(edit) @598   17 years dkearney added librappture2.a as library to compile against for nanovis server
(edit) @597   17 years dkearney adjusted core makefile to not remove setup.py when doing a make clean …
(edit) @596   17 years dkearney fixed librappture2 to be areal library instead of an executable …
(edit) @595   17 years mmc Added Derrick's libraries for base64 decoding and unzipping in place, …
(edit) @594   17 years dkearney removed boolean conversion from c library interface and updated …
(edit) @593   17 years dkearney added miles as units understood by rappture
(edit) @592   17 years dkearney changed ints to unsigned ints inside of the rappture buffer object and …
(edit) @591   17 years dkearney Added putFile capability to octave, matlab, fortran, perl bindings …
(edit) @590   17 years dkearney included compress and compressc as executables to create and install
(edit) @589   17 years dkearney added c bindings to the putData and putFile functions added example …
(edit) @588   17 years vrinside
(edit) @587   17 years vrinside
(edit) @586   17 years vrinside
(edit) @585   17 years vrinside
(edit) @584   17 years dkearney fixed a broken makefile.in
(edit) @583   17 years dkearney updated RpBuffer? object, cleaning up much of the code. added putData() …
(edit) @582   17 years vrinside
(edit) @581   17 years vrinside
(edit) @580   17 years vrinside
(edit) @579   17 years dkearney adjusted the default queue for pbs. also initialized some variables. …
(edit) @578   17 years dkearney added code to normalize the units entered by the user
(edit) @577   17 years dkearney adding src2/core as a target to configure, adjusting makefile to build …
(edit) @576   17 years dkearney moved rappture.h to rappture2.h becasue src/core already has a …
(edit) @575   17 years dkearney adding RpBuffer? object, test file for the RpBuffer? and new makefile …
(edit) @574   17 years kennell Rearranged Makefile to refer to libviz.a instead of a bunch of …
(edit) @573   17 years kennell Rearranged Makefile to build libviz.a instead of just a bunch of objects.
(edit) @572   17 years mmc Added a test harness for the nanoVIS server. Run "nanovis-test" and …
(edit) @571   17 years dkearney added -context flags to rappture units convert function calls to fix a …
(edit) @570   17 years dkearney removed make metric function from python code
(edit) @569   17 years dkearney removed make metric functions from matlab and octave, fixed up the …
(edit) @568   17 years dkearney reworking of the Rappture Units code. Rappture Units no longer creates …
(edit) @567   17 years mmc Oops! Forgot to take out my debug print statements. :-P
(edit) @566   17 years mmc Fixed a bug in sequences that was causing real values without units to …
(edit) @565   17 years kennell Added a "connect" parameter to forward connection through port router. …
(edit) @564   17 years dkearney new path parsing algorithm, this fix should allow us to place floating …
(edit) @563   17 years dkearney small adjustments to gauge.tcl to fix errors in number and units …
(edit) @562   17 years dkearney adjustments to how gauge.tcl deals with values for integer and number …
(edit) @561   17 years dkearney fixed function call error in example
(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) @558   17 years dkearney adjusted rappture.in to properly name the python extensions folder …
(edit) @557   17 years dkearney added c example of wrapping a legacy application, moved the tcl …
(edit) @556   17 years dkearney cleaned up syntax
(edit) @555   17 years dkearney updated examples removing output sections from tool.xml files and …
(edit) @554   17 years dkearney adjusted units code removing const ints in favor of enum values …
(edit) @553   17 years dkearney moved the integer/real value check up infront of the min max value …
(edit) @552   17 years dkearney adjusted the formatting to use %g which chops off random zeros at the …
(edit) @551   17 years dkearney fix for rappture ticket #168. added new format for inputs that have …
(edit) @550   17 years dkearney fix for rappture ticket 157 where error messages about units min and …
(edit) @549   17 years dkearney added function Rappture::Units::Search::for which takes in a string …
(edit) @548   17 years dkearney added libscew as a library needed to compile python's bindings to the …
(edit) @547   17 years dkearney changed name of mac osx darwin packages to a name that is …
(edit) @546   17 years dkearney adjusted the lddlflags in makefile so perl knows where to find …
(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) @542   17 years dkearney added date, revision, and url to the tool section of application's results
(edit) @541   17 years dkearney added svn keyword property changes to file
(edit) @540   17 years dkearney messing around with svn keywords
(edit) @539   17 years dkearney fixed up condor code and example so it now runs properly
(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) @535   18 years dkearney added tools and queue to init script for python rappture, updated …
(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) @531   18 years mmc Fixed the nanoVIS launching script to insulate against dependencies on …
(edit) @530   18 years dkearney a few changes to the configure script so we can generate the makefile …
(edit) @529   18 years dkearney adjustments to configure and makefiles to include the new tcl units …
(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)
Note: See TracRevisionLog for help on using the revision log.