source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   17 years dkearney fixes to rappture units and new tests. this should fix the segfaults …
(edit) @537   17 years dkearney fixes to rappture units and new tests. this should fix the segfaults …
(edit) @536   17 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
(edit) @505   18 years nkissebe new location, customized TEA 3.5 tcl.m4
(edit) @504   18 years nkissebe PREFIX is unpredictable with perl's MakeMaker? module. So we specify …
(edit) @503   18 years nkissebe Converted to Tcl Extension Architecture (TEA) v3.5 for base Windows …
(edit) @502   18 years nkissebe Windows cmd shell wrappers for the standard rappture scripts. These …
(edit) @501   18 years nkissebe the result of NamedTemporaryFile?() can not be opened by another …
(edit) @500   18 years nkissebe Escape any backslashes found in tool string (primarily for the sake of …
(edit) @499   18 years nkissebe Makefile.PL is now generated from Makefile.PL.in
(edit) @498   18 years dkearney added checks for matlab's mex compiler and octave's mkoctfile added …
(edit) @497   18 years dkearney added checks to configure.in to find where python and perl live, added …
(edit) @496   18 years dkearney added getInt and getBool functions to fortran bindings and test programs.
(edit) @495   18 years dkearney adding template for test's makfile updated core library tests with …
(edit) @494   18 years dkearney updating autoconf's configure script after making changes to …
(edit) @493   18 years dkearney added new functions RpGetInt?() and RpGetBool?() to core c++ library the …
(edit) @492   18 years dkearney adding new template for rappture app script, adjusted configure.in and …
(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) @488   18 years dkearney removed mols because they don't really work. tcl still thinks …
(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) @485   18 years nkissebe null_terminate_str can't have extern "C" interface (Microsoft C++ enforces)
(edit) @484   18 years nkissebe Initial revision of Perl binding for Rappture
(edit) @483   18 years nkissebe Initial revision of Perl binding for Rappture
(edit) @482   18 years nkissebe Initial revision of Perl binding for Rappture
(edit) @481   18 years nkissebe Initial revision of Perl binding for Rappture
(edit) @480   18 years nkissebe Initial revision of Perl binding for Rappture
(edit) @479   18 years nkissebe photo widget doesn't understand same named background colors as rest …
(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) @475   18 years nkissebe cleanup nicely if non-existant or invalid xml file passed to …
(edit) @474   18 years nkissebe move "package require Tk" to top so full BLT library version is used …
(edit) @473   18 years nkissebe app-fermi example for perl bindings
(edit) @472   18 years mmc Oops! Two more problems related to downloads. The DeviceResult? and …
(edit) @471   18 years mmc Oops! The device result didn't have the new -description field for …
(edit) @470   18 years mmc Fixed a scaling problem with rectangular volumes. The _vmin/_vmax …
(edit) @469   18 years mmc Fixed nanovis server to handle the flavor of dx files used by BioMOCA.
(edit) @468   18 years mmc Fixed bugs that showed up in the nanovis viewer when you switch …
Note: See TracRevisionLog for help on using the revision log.