source: trunk/src/core

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1579   15 years gah
(edit) @1571   15 years gah Fixups for bit rot: gcc-4.4.1
(edit) @1566   15 years dkearney updates to Rappture::Library and Rappture::Number objects to demo how …
(edit) @1560   15 years dkearney updates to the object system, fixed up tree and xml parser objects, …
(edit) @1559   15 years gah fix for scew character data handler and entityref::decode/encode …
(edit) @1548   15 years gah
(edit) @1527   15 years dkearney various code cleanups, mainly tabs. adding units ohms and amps, adding …
(edit) @1526   15 years gah
(edit) @1496   15 years gah pick up extra flow settings from XML
(edit) @1451   15 years gah
(edit) @1432   15 years dkearney changing gram and gauss to be case sensitive units
(edit) @1427   15 years dkearney adding tesla, gauss, weber and maxwell magnetic field units. noticed …
(edit) @1415   15 years gah
(edit) @1414   15 years dkearney reverting the !isBinary() function back to using if checks. we can …
(edit) @1413   15 years gah
(edit) @1410   15 years gah Fix encoding isBinary test (really is !isprint)
(edit) @1403   15 years gah Fix for no sysinfo on OSX
(edit) @1398   15 years dkearney fixing compiler warnings about the size of the pointer. we cast the …
(edit) @1397   15 years dkearney fixing compiler warnings
(edit) @1387   15 years gah
(edit) @1385   15 years gah
(edit) @1384   15 years gah
(edit) @1382   15 years gah fixed encoding problems
(edit) @1378   15 years gah
(edit) @1371   15 years gah Fix encoding::decode to obey flags
(edit) @1367   15 years gah
(edit) @1366   15 years gah Begin reorganizing Rappture C++ API, starting with the use of …
(edit) @1352   15 years gah my first cut at flowvisviewer client based on work by dsk
(edit) @1328   15 years gah added missing assert.h headers
(edit) @1325   15 years gah Clean up of warnings, outcomes
(edit) @1270   15 years dkearney rappture object updates, stuff i'm playing around with. the code is …
(edit) @1264   15 years dkearney fixing rp library's get() function for retrieving encoded data. if the …
(edit) @1109   16 years dkearney removing tabs
(edit) @1105   16 years dkearney adding grabdata to makefiles, changes to use a generic dictionary for …
(edit) @1100   16 years gah assorted lang fixes
(edit) @1092   16 years gah yet another fix for perl language binding
(edit) @1090   16 years gah various fixes
(edit) @1086   16 years dkearney adding RpDXWriter fortran bindings. updates to RpDXWriter and …
(edit) @1084   16 years dkearney adding new general purpose dictionary to store void*'s instead of …
(edit) @1082   16 years gah update makefile with mkdir_p
(edit) @1074   16 years mmh src/core/RpOutcomeCInterface.cc (RapptureOutcomeCheck?): Pointer cast …
(edit) @1065   16 years dkearney changed float buffer example to really buffer floats. changed dxWrite …
(edit) @1060   16 years gah
(edit) @1059   16 years gah
(edit) @1055   16 years gah
(edit) @1051   16 years dkearney templatized the rappture simple buffer object to work with ints, …
(edit) @1041   16 years gah hide scew from external rappture interface
(edit) @1040   16 years gah moved b64 library to rappture core
(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 …
Note: See TracRevisionLog for help on using the revision log.