source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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)
(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) @524   18 years qiaow Added ZincBlendeVolume? as a subclass of Volume. Added shader to render …
(edit) @523   18 years dkearney remove the include directory, all header files have been moved to the …
(edit) @522   18 years nkissebe another case of widgets not knowing special named colors (Windows …
(edit) @521   18 years dkearney adjusted the matlab example, matlab commands no longer need delimited …
(edit) @520   18 years dkearney added units conversion from deg->rad to tcl bindings, adjusted matlab …
(edit) @519   18 years mmc - Fixed field components to report their order properly. This makes …
(edit) @518   18 years dkearney changed the incorrect PERL5PATH to the correct PERL5LIB
(edit) @517   18 years dkearney removed references to core directory
(edit) @516   18 years dkearney removed core directory in search path for rappture.h
(edit) @515   18 years dkearney added units of days (d), hours (h), minutes (min), /m2. minutes units …
(edit) @514   18 years mmc Fixed the nanoVIS server to recognize 1-6 numbers per line in the …
(edit) @513   18 years mmc Fixed sequences so that they offer the same download controls as the …
(edit) @512   18 years dkearney made changes to the build system for the rappture package and added a …
(edit) @511   18 years dkearney moving all .h files to their respective src directories, updating …
(edit) @510   18 years nkissebe --with-rappture option removed (not needed)
(edit) @509   18 years nkissebe --with-rappture option removed (not needed)
(edit) @508   18 years dkearney updates to Makefile.in's, this should not change the current build …
(edit) @507   18 years nkissebe Enable specific TK support (rather than assuming it is installed in …
(edit) @506   18 years nkissebe
Note: See TracRevisionLog for help on using the revision log.