source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1012   16 years dkearney missed file from previous checkin
(edit) @1011   16 years dkearney updated rappture's bindings and units dictionaries for compiling on …
(edit) @1006   16 years dkearney changed printf formating from unsigned int to pointer in RpUnits and …
(edit) @1002   16 years dkearney missed a file from the split of simple buffer from buffer
(edit) @999   16 years dkearney added changelog file to more easily track changes for each version of …
(edit) @962   16 years dkearney code cleanups. adjusted gague.tcl to check the length of the string it …
(edit) @951   16 years gah added datarootdir to Makefile.in
(edit) @942   16 years gah Makefile fixups
(edit) @872   16 years dkearney mainly code cleanups that i've made and stored in my repository over time.
(edit) @857   16 years dkearney added fix for case when USER and HOST env vars do not exist.
(edit) @836   16 years dkearney fixing version of tcl rappture bindings back to 1.0 also uncommented …
(edit) @833   16 years dkearney updated configure to allow user to compile with or without perl, …
(edit) @808   16 years dkearney allow the user to create a new empty rappture library object in c++ …
(edit) @789   17 years dkearney adding tool.version.rappture.language to xml files to keep track of …
(edit) @788   17 years dkearney adjustments to entity references encoding to include the length of the …
(edit) @769   17 years dkearney updated result function for all language bindings to automatically …
(edit) @762   17 years dkearney removed rpath from linking to make sure /apps is not mounted on render …
(edit) @759   17 years dkearney fixes for the copy function within the core rappture library. this fix …
(edit) @758   17 years dkearney added safety check to result() fxn to report failure to write run.xml …
(edit) @751   17 years dkearney moved encode code to src2/core so it can be used in librappture2 for …
(edit) @748   17 years dkearney fixed librappture.a to properly include object files from src2/core
(edit) @747   17 years dkearney added decibel to list of recognized units.
(edit) @737   17 years dkearney added the rpmxFlush function to flush matlab's buffers on demand. this …
(edit) @725   17 years mmc Fixed the Rappture::encoding::is function to properly detect embedded …
(edit) @718   17 years dkearney after the core rappture library (librappture.so) is created the …
(edit) @709   17 years dkearney added newton, amu as units. clarified system names for hz, bq, mol
(edit) @708   17 years dkearney updateing build system for rappture and language bindings. librappture …
(edit) @685   17 years mmc Converted Library object interface to use Tcl_Obj's so it can handle …
(edit) @684   17 years mmc Fixed the Rappture::encoding Tcl bindings to handle binary data …
(edit) @675   17 years dkearney added buffer length check so we dont upset strncmp
(edit) @672   17 years dkearney new configure script for src/tcl code to match configure.in from …
(edit) @671   17 years dkearney abstracted the encoding module out to a src/core module and linked tcl …
(edit) @665   17 years dkearney Updates to Rappture::Utils::progress for all languages removed the …
(edit) @663   17 years dkearney new configure script including tcl progress function
(edit) @662   17 years dkearney adding Rappture::progress function for tcl
(edit) @660   17 years dkearney repeated the utf re-encoding inside the encode function because binary …
(edit) @659   17 years dkearney fixed encoding errors found by nick, now data returned to the user by …
(edit) @656   17 years dkearney added progress function for c, c++ and fortran, so people dont have to …
(edit) @655   17 years dkearney small updates to tests, but they are still incomplete added -no-header …
(edit) @653   17 years dkearney fixed bug that nick found when base64 encoding and decoding jpeg image …
(edit) @652   17 years dkearney adding @@RP-ENC back to the encoded string so we can better tell how …
(edit) @651   17 years dkearney new configure script using older version of autoconf so package …
(edit) @650   17 years dkearney fixed binary upload by correctly recognizing binary files
(edit) @649   17 years dkearney removed the @@RP-ENC stuff from Rappture::encoding, we can use the …
(edit) @642   17 years dkearney added tcl Rappture::encoding functions is, encode and decode
(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) @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) @613   17 years nkissebe RpLibrary?.cc, RpUnits.cc: include <algorithm> for MS compiler …
(edit) @605   17 years dkearney fixed function name for octave put file function added more error …
(edit) @597   17 years dkearney adjusted core makefile to not remove setup.py when doing a make clean …
(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) @591   17 years dkearney Added putFile capability to octave, matlab, fortran, perl bindings …
(edit) @589   17 years dkearney added c bindings to the putData and putFile functions added example …
(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) @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) @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) @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   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) @534   17 years dkearney added incarnate functionality to units objects so we can begin to …
(edit) @533   17 years dkearney small fixes to tcl interface code.
(edit) @532   17 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, +
Note: See TracRevisionLog for help on using the revision log.