# # ChangeLog for trunk/examples/objects/number # # Generated by Trac 1.0.13 # Apr 30, 2024 1:54:06 AM Fri, 28 Aug 2009 12:54:24 GMT dkearney [1560] * trunk/examples/objects/Makefile.in (modified) * trunk/examples/objects/app-fermi/fermi1.cc (modified) * trunk/examples/objects/app-fermi/fermi2.cc (modified) * trunk/examples/objects/app-fermi/fermi3.cc (added) * trunk/examples/objects/curve/curve.cc (modified) * trunk/examples/objects/histogram/histogram.cc (modified) * trunk/examples/objects/number/Makefile.in (modified) * trunk/examples/objects/number/number.cc (modified) * trunk/examples/objects/number/number_1_0_in.xml (added) * trunk/examples/objects/path/path.cc (modified) * trunk/examples/objects/plot/plot.cc (modified) * trunk/examples/objects/scatter/scatter.cc (modified) * trunk/examples/objects/tree/tree.c (modified) * trunk/examples/objects/xmlparser/Makefile.in (modified) * trunk/examples/objects/xmlparser/xmlparser.cc (modified) * trunk/examples/objects/xmlparser/xmlparser_1_0_in.xml (added) * trunk/examples/objects/xmlparser/xmlparser_1_0_out.xml (added) * trunk/examples/objects/xmlparser/xmlparser_2_0_in.xml (added) * trunk/examples/objects/xmlparser/xmlparser_3_0_in.xml (added) * trunk/examples/objects/xmlparser/xmlparser_5_0_in.xml (added) * trunk/src/core/RpSimpleBuffer.h (modified) * trunk/src/objects/Makefile.in (modified) * trunk/src/objects/RpAccessor.h (modified) * trunk/src/objects/RpArray1D.cc (modified) * trunk/src/objects/RpArray1D.h (modified) * trunk/src/objects/RpAxisMarker.cc (modified) * trunk/src/objects/RpAxisMarker.h (modified) * trunk/src/objects/RpBoolean.cc (modified) * trunk/src/objects/RpBoolean.h (modified) * trunk/src/objects/RpChoice.cc (modified) * trunk/src/objects/RpChoice.h (modified) * trunk/src/objects/RpCurve.cc (modified) * trunk/src/objects/RpCurve.h (modified) * trunk/src/objects/RpHistogram.cc (modified) * trunk/src/objects/RpHistogram.h (modified) * trunk/src/objects/RpNumber.cc (modified) * trunk/src/objects/RpNumber.h (modified) * trunk/src/objects/RpObject.cc (modified) * trunk/src/objects/RpObject.h (modified) * trunk/src/objects/RpParserXML.cc (added) * trunk/src/objects/RpParserXML.h (added) * trunk/src/objects/RpPath.cc (modified) * trunk/src/objects/RpPath.h (modified) * trunk/src/objects/RpPlot.cc (modified) * trunk/src/objects/RpPlot.h (modified) * trunk/src/objects/RpScatter.cc (modified) * trunk/src/objects/RpScatter.h (modified) * trunk/src/objects/RpString.cc (modified) * trunk/src/objects/RpString.h (modified) * trunk/src/objects/RpTree.c (modified) * trunk/src/objects/RpTree.h (modified) updates to the object system, fixed up tree and xml parser objects, ... Mon, 22 Jun 2009 22:16:39 GMT dkearney [1528] * trunk/configure (modified) * trunk/configure.in (modified) * trunk/examples/objects/Makefile.in (modified) * trunk/examples/objects/axis/Makefile.in (modified) * trunk/examples/objects/axis/axis.cc (modified) * trunk/examples/objects/contour (added) * trunk/examples/objects/contour/Makefile.in (added) * trunk/examples/objects/curve/curve.cc (modified) * trunk/examples/objects/histogram (added) * trunk/examples/objects/histogram/Makefile.in (added) * trunk/examples/objects/histogram/histogram.cc (added) * trunk/examples/objects/number/number.cc (modified) * trunk/examples/objects/path (added) * trunk/examples/objects/path/Makefile.in (added) * trunk/examples/objects/path/path.cc (added) * trunk/examples/objects/plot/plot.cc (modified) * trunk/examples/objects/scatter (added) * trunk/examples/objects/scatter/Makefile.in (added) * trunk/examples/objects/scatter/scatter.cc (added) * trunk/examples/objects/tree (added) * trunk/examples/objects/tree/Makefile.in (added) * trunk/examples/objects/tree/tree.c (added) * trunk/examples/objects/xmlparser (added) * trunk/examples/objects/xmlparser/Makefile.in (added) * trunk/examples/objects/xmlparser/tool.xml (added) * trunk/examples/objects/xmlparser/xmlparser.cc (added) * trunk/src/objects/Makefile.in (modified) * trunk/src/objects/RpAccessor.h (modified) * trunk/src/objects/RpArray1D.cc (modified) * trunk/src/objects/RpArray1D.h (modified) * trunk/src/objects/RpArray1DUniform.cc (added) * trunk/src/objects/RpArray1DUniform.h (added) * trunk/src/objects/RpAxisMarker.cc (added) * trunk/src/objects/RpAxisMarker.h (added) * trunk/src/objects/RpBoolean.cc (modified) * trunk/src/objects/RpBoolean.h (modified) * trunk/src/objects/RpChainHelper.c (modified) * trunk/src/objects/RpChainHelper.h (modified) * trunk/src/objects/RpChoice.cc (modified) * trunk/src/objects/RpChoice.h (modified) * trunk/src/objects/RpCurve.cc (modified) * trunk/src/objects/RpCurve.h (modified) * trunk/src/objects/RpHistogram.cc (added) * trunk/src/objects/RpHistogram.h (added) * trunk/src/objects/RpNumber.cc (modified) * trunk/src/objects/RpNumber.h (modified) * trunk/src/objects/RpObject.cc (moved) * trunk/src/objects/RpObject.h (moved) * trunk/src/objects/RpPath.cc (added) * trunk/src/objects/RpPath.h (added) * trunk/src/objects/RpPlot.cc (modified) * trunk/src/objects/RpPlot.h (modified) * trunk/src/objects/RpScatter.cc (added) * trunk/src/objects/RpScatter.h (added) * trunk/src/objects/RpString.cc (modified) * trunk/src/objects/RpString.h (modified) * trunk/src/objects/RpTree.c (added) * trunk/src/objects/RpTree.h (added) updating the objects code and adding some more examples describing ... Mon, 06 Apr 2009 22:16:39 GMT dkearney [1386] * trunk/configure (modified) * trunk/configure.in (modified) * trunk/examples/objects/Makefile.in (modified) * trunk/examples/objects/axis (added) * trunk/examples/objects/axis/Makefile.in (added) * trunk/examples/objects/axis/axis.cc (added) * trunk/examples/objects/curve (added) * trunk/examples/objects/curve/Makefile.in (added) * trunk/examples/objects/curve/curve.cc (added) * trunk/examples/objects/number (added) * trunk/examples/objects/number/Makefile.in (added) * trunk/examples/objects/number/number.cc (added) * trunk/examples/objects/plot (added) * trunk/examples/objects/plot/Makefile.in (added) * trunk/examples/objects/plot/plot.cc (added) * trunk/examples/objects/plot/plot1.cc (added) * trunk/examples/objects/plot/plot2.cc (added) * trunk/examples/objects/plot/plot4.cc (added) * trunk/examples/objects/string (added) * trunk/examples/objects/string/Makefile.in (added) * trunk/examples/objects/string/string.cc (added) * trunk/src/objects/Makefile.in (modified) * trunk/src/objects/RpAbout.cc (deleted) * trunk/src/objects/RpAbout.h (deleted) * trunk/src/objects/RpAccessor.h (added) * trunk/src/objects/RpArray1D.cc (added) * trunk/src/objects/RpArray1D.h (added) * trunk/src/objects/RpBoolean.cc (modified) * trunk/src/objects/RpBoolean.h (modified) * trunk/src/objects/RpChain.h (modified) * trunk/src/objects/RpChainHelper.c (added) * trunk/src/objects/RpChainHelper.h (added) * trunk/src/objects/RpChoice.cc (modified) * trunk/src/objects/RpChoice.h (modified) * trunk/src/objects/RpCurve.cc (added) * trunk/src/objects/RpCurve.h (added) * trunk/src/objects/RpHashHelper.c (modified) * trunk/src/objects/RpHashHelper.h (modified) * trunk/src/objects/RpNumber.cc (modified) * trunk/src/objects/RpNumber.h (modified) * trunk/src/objects/RpOption.cc (deleted) * trunk/src/objects/RpOption.h (deleted) * trunk/src/objects/RpPlot.cc (added) * trunk/src/objects/RpPlot.h (added) * trunk/src/objects/RpString.cc (modified) * trunk/src/objects/RpString.h (modified) * trunk/src/objects/RpUtils2.c (modified) * trunk/src/objects/RpVariable.cc (modified) * trunk/src/objects/RpVariable.h (modified) adding a few object prototypes we can play with for future ...