source: trunk/src/core

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1038   16 years dkearney adding the simple buffer object back to the repository because it was …
(edit) @1036   16 years gah add version to Tcl library spec
(edit) @1031   16 years gah more 1.1 fixes
(edit) @1030   16 years gah core cleanup
(edit) @1029   16 years gah more Makefile fixups
(edit) @1024   16 years gah 64-bit hash table fix for fortrans
(edit) @1023   16 years gah added missing Makefiles
(edit) @1018   16 years gah Massive changes: New directory/file layout
(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) @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) @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) @808   16 years dkearney allow the user to create a new empty rappture library object in c++ …
(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) @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) @747   17 years dkearney added decibel to list of recognized units.
(edit) @725   17 years mmc Fixed the Rappture::encoding::is function to properly detect embedded …
(edit) @709   17 years dkearney added newton, amu as units. clarified system names for hz, bq, mol
(edit) @675   17 years dkearney added buffer length check so we dont upset strncmp
(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) @656   17 years dkearney added progress function for c, c++ and fortran, so people dont have to …
(edit) @625   17 years dkearney moving functions in the library from header to cc file and fixing …
(edit) @623   17 years dkearney rewrote entity reference code, removing references rappture does not …
(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) @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) @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) @562   17 years dkearney adjustments to how gauge.tcl deals with values for integer and number …
(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) @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) @536   17 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) @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) @493   18 years dkearney added new functions RpGetInt?() and RpGetBool?() to core c++ library the …
(edit) @487   18 years dkearney added moles (mol), hertz (Hz), becquerel (Bq) all have been added with …
(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) @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) @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) @365   18 years dkearney fixes for tcl bindings.
(edit) @262   18 years dkearney adding new core units function getType() and getCompatible() adding …
(edit) @224   18 years dkearney added support for following functions in rappture core diff value …
(edit) @205   18 years dkearney added isvalid function, but it doesnt work yet. tested copying from …
(edit) @200   18 years dkearney adjusted copy and remove functions in core library. added a bit of …
(edit) @192   18 years dkearney 1) added nodePath() function to core RpLibrary?, this fxn returns the …
(edit) @174   18 years dkearney 1. changed the output of get(...) so that it returns an empty string …
(edit) @147   18 years cxsong Corrected an iterator error in RpUnits::convert function.
(edit) @135   18 years dkearney 1) fixed children function in c++'s library module so users can now …
(edit) @125   18 years dkearney 1) removed "as" string from c++'s element() function because the …
(edit) @122   18 years dkearney added initial version of octave language bindings. 1) no claiming …
(edit) @121   18 years dkearney added basic doxygen tags for function definitions.
(edit) @119   18 years dkearney 1. added doxygen headers to some fortran RpLibrary? bindings 2. cleaned …
(edit) @118   18 years dkearney added quick check feature to RpUnits.cc so if fromUnits == toUnits no …
(edit) @116   18 years dkearney 1. rewrote RpUnits::define(...) and RpUnits::convert(...) fxns. 2. …
(edit) @115   18 years mmc Updated all copyright notices.
(edit) @114   19 years dkearney updates to RpUnits to reduce memory leaks created copy constructors, …
(edit) @104   19 years dkearney This update brings us one step closer to being const correct in the …
(edit) @103   19 years dkearney added higher order conversions so now you can do stuff like …
(edit) @102   19 years dkearney adjusted units conversion in RpUnits.cc, now uses strtod() instead of …
(edit) @101   19 years dkearney fixed another oops! in the Makefile and replaced tabs with spaces for …
(edit) @97   19 years dkearney adding initial matlab bindings few minor changes with other listed files
(edit) @93   19 years dkearney 1. corrected c interface language binding function names so they are …
(edit) @91   19 years dkearney fixes a few things i broke with the last update, scew_extras.o should …
(edit) @83   19 years dkearney 1. More cleaning of RpUnits and RpLibrary? code 2. added rp_result code …
(edit) @80   19 years dkearney one good test deserves another... fixed Rappture.Units.convert("5J","meV")
(edit) @79   19 years dkearney within RpUnits.cc, made electron Volts a metric unit, and continued …
(edit) @77   19 years dkearney 1. initial checkin of RpLibrary? code, includes c++/c/fortran bindings …
(edit) @76   19 years dkearney 1. cleaned up make files some more, deleted make.inc files 2. updated …
(edit) @73   19 years dkearney 1. changes to RpUnits, modified RpUnits::define() function not to look …
(edit) @68   19 years dkearney fixed the python rpunits setup script so now it really finds …
(edit) @66   19 years mmc Cleaned up the app-fermi example so that it works the same way across …
(edit) @39   19 years dkearney fixed rappture source's makefile to correctly compile core data …
(edit) @37   19 years dkearney adding initial rappture core data structures different types of variables
(edit) @33   19 years dkearney separated make file into components to be included to create larger …
Note: See TracRevisionLog for help on using the revision log.