# # ChangeLog for trunk/examples/objects/tree # # Generated by Trac 1.0.13 # Apr 16, 2024 12:09:20 AM Mon, 14 Sep 2009 22:18:36 GMT dkearney [1566] * trunk/configure (modified) * trunk/configure.in (modified) * trunk/examples/objects/Makefile.in (modified) * trunk/examples/objects/app-fermi/fermi4.cc (added) * trunk/examples/objects/library (added) * trunk/examples/objects/library/Makefile.in (added) * trunk/examples/objects/library/library.cc (added) * trunk/examples/objects/library/library_0_0_in.xml (added) * trunk/examples/objects/number/number.cc (modified) * trunk/examples/objects/tree/tree.c (modified) * trunk/examples/objects/xmlparser/Makefile.in (modified) * trunk/examples/objects/xmlparser/xmlparser.cc (modified) * trunk/src/core/RpOutcome.cc (modified) * trunk/src/objects/Makefile.in (modified) * trunk/src/objects/RpChainHelper.c (modified) * trunk/src/objects/RpChainHelper.h (modified) * trunk/src/objects/RpLibObj.cc (added) * trunk/src/objects/RpLibObj.h (added) * trunk/src/objects/RpNumber.cc (modified) * trunk/src/objects/RpNumber.h (modified) * trunk/src/objects/RpObjConfig.h (added) * trunk/src/objects/RpObject.cc (modified) * trunk/src/objects/RpObject.h (modified) * trunk/src/objects/RpParserXML.cc (modified) * trunk/src/objects/RpParserXML.h (modified) * trunk/src/objects/RpPath.cc (modified) updates to Rappture::Library and Rappture::Number objects to demo how ... 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 ...