|
|
@1352
|
16 years |
gah |
my first cut at flowvisviewer client based on work by dsk
|
|
|
@1328
|
16 years |
gah |
added missing assert.h headers
|
|
|
@1325
|
16 years |
gah |
Clean up of warnings, outcomes
|
|
|
@1270
|
16 years |
dkearney |
rappture object updates, stuff i'm playing around with. the code is …
|
|
|
@1264
|
16 years |
dkearney |
fixing rp library's get() function for retrieving encoded data. if the …
|
|
|
@1109
|
16 years |
dkearney |
removing tabs
|
|
|
@1105
|
16 years |
dkearney |
adding grabdata to makefiles, changes to use a generic dictionary for …
|
|
|
@1100
|
16 years |
gah |
assorted lang fixes
|
|
|
@1092
|
16 years |
gah |
yet another fix for perl language binding
|
|
|
@1090
|
16 years |
gah |
various fixes
|
|
|
@1086
|
16 years |
dkearney |
adding RpDXWriter fortran bindings. updates to RpDXWriter and …
|
|
|
@1084
|
16 years |
dkearney |
adding new general purpose dictionary to store void*'s instead of …
|
|
|
@1082
|
16 years |
gah |
update makefile with mkdir_p
|
|
|
@1074
|
16 years |
mmh |
src/core/RpOutcomeCInterface.cc (RapptureOutcomeCheck?): Pointer
cast …
|
|
|
@1065
|
16 years |
dkearney |
changed float buffer example to really buffer floats.
changed dxWrite …
|
|
|
@1060
|
16 years |
gah |
|
|
|
@1059
|
16 years |
gah |
|
|
|
@1055
|
16 years |
gah |
|
|
|
@1051
|
16 years |
dkearney |
templatized the rappture simple buffer object to work with ints, …
|
|
|
@1041
|
16 years |
gah |
hide scew from external rappture interface
|
|
|
@1040
|
16 years |
gah |
moved b64 library to rappture core
|
|
|
@1038
|
16 years |
dkearney |
adding the simple buffer object back to the repository because it was …
|
|
|
@1036
|
16 years |
gah |
add version to Tcl library spec
|
|
|
@1031
|
16 years |
gah |
more 1.1 fixes
|
|
|
@1030
|
16 years |
gah |
core cleanup
|
|
|
@1029
|
16 years |
gah |
more Makefile fixups
|
|
|
@1024
|
16 years |
gah |
64-bit hash table fix for fortrans
|
|
|
@1023
|
16 years |
gah |
added missing Makefiles
|
|
|
@1018
|
16 years |
gah |
Massive changes: New directory/file layout
|
|
|
@1011
|
16 years |
dkearney |
updated rappture's bindings and units dictionaries for compiling on …
|
|
|
@1006
|
16 years |
dkearney |
changed printf formating from unsigned int to pointer in RpUnits and …
|
|
|
@999
|
17 years |
dkearney |
added changelog file to more easily track changes for each version of …
|
|
|
@962
|
17 years |
dkearney |
code cleanups.
adjusted gague.tcl to check the length of the string it …
|
|
|
@872
|
17 years |
dkearney |
mainly code cleanups that i've made and stored in my repository over time.
|
|
|
@857
|
17 years |
dkearney |
added fix for case when USER and HOST env vars do not exist.
|
|
|
@808
|
17 years |
dkearney |
allow the user to create a new empty rappture library object in c++ …
|
|
|
@788
|
17 years |
dkearney |
adjustments to entity references encoding to include the length of the …
|
|
|
@769
|
17 years |
dkearney |
updated result function for all language bindings to automatically …
|
|
|
@759
|
17 years |
dkearney |
fixes for the copy function within the core rappture library. this fix …
|
|
|
@758
|
17 years |
dkearney |
added safety check to result() fxn to report failure to write run.xml …
|
|
|
@751
|
17 years |
dkearney |
moved encode code to src2/core so it can be used in librappture2 for …
|
|
|
@747
|
17 years |
dkearney |
added decibel to list of recognized units.
|
|
|
@725
|
18 years |
mmc |
Fixed the Rappture::encoding::is function to properly detect embedded …
|
|
|
@709
|
18 years |
dkearney |
added newton, amu as units.
clarified system names for hz, bq, mol
|
|
|
@675
|
18 years |
dkearney |
added buffer length check so we dont upset strncmp
|
|
|
@671
|
18 years |
dkearney |
abstracted the encoding module out to a src/core module and linked tcl …
|
|
|
@665
|
18 years |
dkearney |
Updates to Rappture::Utils::progress for all languages
removed the …
|
|
|
@656
|
18 years |
dkearney |
added progress function for c, c++ and fortran, so people dont have to …
|
|
|
@625
|
18 years |
dkearney |
moving functions in the library from header to cc file and fixing …
|
|
|
@623
|
18 years |
dkearney |
rewrote entity reference code, removing references rappture does not …
|
|
|
@613
|
18 years |
nkissebe |
RpLibrary?.cc, RpUnits.cc: include <algorithm> for MS compiler …
|
|
|
@605
|
18 years |
dkearney |
fixed function name for octave put file function
added more error …
|
|
|
@597
|
18 years |
dkearney |
adjusted core makefile to not remove setup.py when doing a make clean …
|
|
|
@593
|
18 years |
dkearney |
added miles as units understood by rappture
|
|
|
@591
|
18 years |
dkearney |
Added putFile capability to octave, matlab, fortran, perl bindings …
|
|
|
@589
|
18 years |
dkearney |
added c bindings to the putData and putFile functions
added example …
|
|
|
@583
|
18 years |
dkearney |
updated RpBuffer? object, cleaning up much of the code.
added putData() …
|
|
|
@569
|
18 years |
dkearney |
removed make metric functions from matlab and octave, fixed up the …
|
|
|
@568
|
18 years |
dkearney |
reworking of the Rappture Units code.
Rappture Units no longer creates …
|
|
|
@564
|
18 years |
dkearney |
new path parsing algorithm, this fix should allow us to place floating …
|
|
|
@562
|
18 years |
dkearney |
adjustments to how gauge.tcl deals with values for integer and number …
|
|
|
@559
|
18 years |
dkearney |
adjusted core units code to replace the user's units name with the …
|
|
|
@554
|
18 years |
dkearney |
adjusted units code removing const ints in favor of enum values …
|
|
|
@544
|
18 years |
dkearney |
added general case insensitivity capabilities to dictionary and units …
|
|
|
@543
|
18 years |
dkearney |
added svn keywords for date rev and url
testing the automatic …
|
|
|
@538
|
18 years |
dkearney |
fixes to rappture units and new tests. this should fix the segfaults …
|
|
|
@536
|
18 years |
dkearney |
fixed memory errors found by valgrind in the Rappture Dictionary …
|
|
|
@534
|
18 years |
dkearney |
added incarnate functionality to units objects so we can begin to …
|
|
|
@525
|
18 years |
dkearney |
added new pressure units pascal, bar, torr, mmHg, psi, atm. rewrote …
|
|
|
@520
|
18 years |
dkearney |
added units conversion from deg->rad to tcl bindings,
adjusted matlab …
|
|
|
@515
|
18 years |
dkearney |
added units of days (d), hours (h), minutes (min), /m2.
minutes units …
|
|
|
@511
|
18 years |
dkearney |
moving all .h files to their respective src directories, updating …
|
|
|
@493
|
18 years |
dkearney |
added new functions RpGetInt?() and RpGetBool?() to core c++ library
the …
|
|
|
@487
|
18 years |
dkearney |
added moles (mol), hertz (Hz), becquerel (Bq)
all have been added with …
|
|
|
@478
|
18 years |
nkissebe |
prevent buffer underrun in RpUnits::grabUnitString()
|
|
|
@477
|
18 years |
nkissebe |
Microsoft C++ does not automatically name anonymous typedefs, so …
|
|
|
@476
|
18 years |
nkissebe |
std::string *list[listLen] is not allowed by ISO C++ and enforced by …
|
|
|
@444
|
18 years |
dkearney |
adjusted order that diff returns differences where an element was added, +
|
|
|
@424
|
19 years |
dkearney |
added some changes for tcl bindings that i've been holding onto for …
|
|
|
@400
|
19 years |
dkearney |
more tcl bindings related adjustments. this version should work well …
|
|
|
@399
|
19 years |
dkearney |
improved the tcl bindings,
added units code to core so tcl can show …
|
|
|
@398
|
19 years |
dkearney |
removed newline translations when writing xml files
|
|
|
@394
|
19 years |
dkearney |
improved tcl bindings, additions to xml parser including entity …
|
|
|
@388
|
19 years |
dkearney |
adding mole (mol) and gram (g) as units
|
|
|
@387
|
19 years |
dkearney |
add a fix for tcl bindings to print units if the toUnitsName variable …
|
|
|
@382
|
19 years |
dkearney |
added angle conversions (rad,deg,grad)
|
|
|
@365
|
19 years |
dkearney |
fixes for tcl bindings.
|
|
|
@262
|
19 years |
dkearney |
adding new core units function getType() and getCompatible()
adding …
|
|
|
@224
|
19 years |
dkearney |
added support for following functions in rappture core
diff
value …
|
|
|
@205
|
19 years |
dkearney |
added isvalid function, but it doesnt work yet.
tested copying from …
|
|
|
@200
|
19 years |
dkearney |
adjusted copy and remove functions in core library.
added a bit of …
|
|
|
@192
|
19 years |
dkearney |
1) added nodePath() function to core RpLibrary?, this fxn returns the …
|
|
|
@174
|
19 years |
dkearney |
1. changed the output of get(...) so that it returns an empty string …
|
|
|
@147
|
19 years |
cxsong |
Corrected an iterator error in RpUnits::convert function.
|
|
|
@135
|
19 years |
dkearney |
1) fixed children function in c++'s library module so users can now …
|
|
|
@125
|
19 years |
dkearney |
1) removed "as" string from c++'s element() function because
the …
|
|
|
@122
|
19 years |
dkearney |
added initial version of octave language bindings.
1) no claiming …
|
|
|
@121
|
19 years |
dkearney |
added basic doxygen tags for function definitions.
|
|
|
@119
|
19 years |
dkearney |
1. added doxygen headers to some fortran RpLibrary? bindings
2. cleaned …
|
|
|
@118
|
19 years |
dkearney |
added quick check feature to RpUnits.cc so if fromUnits == toUnits
no …
|
|
|