玩游戏任务栏总出来加载的时候就出来这个:D3DX11CreateTextureFromMemoey:error【E_INVALIDARG】

ROOT version 5.14 Development Notes
ROOT version 5.14 Development Notes
* base/inc/RVersion.h, build/version_number:
Stamp PRO version 5.14/00 (first attempt)
* cint/src/v6_shl.cxx:
remove DOS
* cint/inc/G__ci.h:
and remove DOS
* cint/: inc/G__ci.h, src/v6_newlink.cxx, src/v6_sizeof.cxx:
For Solaris 10 CC5 we need to test also for __SUNPRO_CC (__SUNPRO_C is not
defined anymore). This fixed vararg support in CINT.
* graf/src/.cxx:
- Remove Hoption. I was not needed. It created a problem when
in static mode.
* Makefile, main/Module.mk:
remove unused PROOFLIBS symbol.
* proof/: inc/.h, src/.cxx:
Restore Reset() for backward compatibility.
* table/src/: .cxx, .cxx, .cxx,
.cxx, .cxx:
From Valeri Fine:
??Replace the C ??printf?? subroutines with the
method ??Printf??
* Makefile:
rlibmap was not installed when doing "make install".
* base/inc/RVersion.h, build/version_number:
Move to version v5-13-04e.
* etc/gdb-backtrace.sh:
Backport stack trace script of Marraffino.
* cint/iosenum/iosenum.solarisgcc3:
Add file for Solaris gcc 3.
* base/src/.cxx:
fix fatal compile error on Solaris 10 i386 gcc 3.
* tree/src/.cxx:
Implement a suggestion from Sebastien Greder in ::
When an object is already in the list, print a meaningful message including the name of the object already in the list.
cVS: ----------------------------------------------------------------------
* cint7/Module.mk:
explicitely link libCint7 against libR fix link
for explicit linking
* tutorials/gl/glsurfaces.C:
Fix a problem with the name of f2clone
* proof/: inc/.h, src/.cxx:
Added new methods:
SetParameter(const
*par, const
SetParameter(const
SetParameter(const
SetParameter(const
*GetParameter(const
DeleteParameters(const
*wildcard);
ShowParameters(const
*wildcard = "PROOF_*")
they allow the easy setting and inspection of the special PROOF control
parameters (and other input parameters) like PROOF_MaxSlaverPerNode, etc.,
instead of:
proof-&AddInput(new TParameter&&("PROOF_MaxSlavesPerNode", 2));
we can now do:
proof-&SetParameter("PROOF_MaxSlavesPerNode", 2);
* gl/: inc/.h, src/.cxx:
From Timur:
Small fix for user interaction in 16 bit mode.
* proof/src/.cxx:
Fix coding conventions
* qt/src/.cxx:
From Valeri F
"An extra protection against an erroneous "Gui.Prompt" value"
the use case was reported via
http://root.cern.ch/phpBB2/viewtopic.php?p= )
* test/stress.cxx:
The test with postscript was failing because of the recent changes
with clipping.
* test/stressGraphics.cxx:
Fix a crash in stressGraphics following the change in the tutorials directory
* proofd/src/XProofProtUtils.cxx:
Fix for Mac OS X 10.3 (hopefully as I've no 10.3 to test it on).
* meta/src/.cxx:
From Peter van Gemmeren:
fix memory leaks discovered by running valgrind on the ATLAS I/O framework.
* tree/inc/.h:
To properly reset the branch address we now need to call ResetAddress instead
of SetAddress, so let's change :: as it shoud have been
when we updated SetAddress
* winnt/src/TWinNTSystem.cxx:
From Bertrand:
fix potential memory leak.
* tree/inc/.h:
To properly reset the branch address we now need to call ResetAddress instead
of SetAddress, so let's change :: as it shoud have been
when we updated SetAddress
* proofd/src/XrdProofdProtocol.cxx:
From Gerri:
two important fixes for the CAF and other systems where xrootd runs as root.
* qt/: inc/.h, src/.cxx, src/.cxx:
From Valeri Fine:
This is to make Qt compiled against of the newest
version of the ??winnt??
* tree/src/.cxx:
From Gerri:
Marian Ivanov has found a problem in ::();
the problem shows up when the parent tree and the friends are in different
files of the same archive.
The filename for the branch is then uncorrectly derived from the parent tree,
resulting in a failure while opening the file.
This patch fixes this problem. Basically if the parent file is an archive
and the branch filename is simple (non absolute, non-URL), it just replaces
the member name.
* roofit/roofit_2.10.src.tgz:
Introduce new tar file with the important fix from Christian Holm to compile under gcc4.1
* roofit/roofit_2.10.src.tgz:
Remove current tar file
* tutorials/math/normalDist.C:
add tutorial for illustrating ::Math statistical functions
in the case of the normal distribution
* vmc/: inc/.h, inc/.h,
inc/.h, src/.cxx,
From Ivana Hrivnacova:
- Added new function ::(const const * mediumName)
- Removed default implementations for the recent functions
and made them pure anstract (=0)
- Removed deprecated function GetMedium() replaced with CurrentMedium()
- Copy constructors and assignment operators moved to private and
their implementation is removed
- Added new function ::(const const * mediumName)
- Removed singleton pattern (now more than one instance may exist)
- Copy constructors and assignment operators moved to private and
their implementation is removed
* cint7/: demo/Win32App/TestApp/TestApp.dsp,
demo/Win32App/TestApp/TestApp.dsw,
demo/Win32App/graph01/chapter24.dsp,
demo/Win32App/graph01/chapter24.dsw,
demo/Win32App/graph01/graph01.dsp,
demo/Win32App/graph01/graph01.dsw, lib/wintcldl83/wildc/wildc.dsp,
lib/wintcldl83/wildc/wildc.dsw:
revert parts of Rene's dos2unix commit, for dsp and dsw (MSVC
project / workspace) files.
* cint/include/makeit.bat, cint/iosenum/iosenum.win32,
cint/lib/dll_stl/setup.bat, cint/lib/dll_stl/setupbc.bat,
cint/lib/longlong/make.bat, cint/lib/longlong/setup.bat,
cint/lib/longlong/setupbc.bat, cint/lib/posix/setup.bat,
cint/lib/posix/setupbc.bat, cint/lib/posix/setupsc.bat,
cint/lib/socket/setup.bat, cint/lib/socket/setupbc.bat,
cint/lib/stdstrct/setup.bat, cint/lib/stdstrct/setupbc.bat,
cint/lib/win32api/make.bat, cint/lib/win32api/setup.bat,
cint/lib/win32api/setupbc.bat, cint/lib/win32api/setupsc.bat,
cint/src/v6_loadfile.cxx, cint/tool/ifdef/Makefile.bcc5,
cint/tool/ifdef/setup.bat, cint7/demo/Win32App/TestApp/TestApp.dsp,
cint7/demo/Win32App/TestApp/TestApp.dsw,
cint7/demo/Win32App/TestApp/TestApp.plg,
cint7/demo/Win32App/TestApp/TestApp.rc,
cint7/demo/Win32App/graph01/Resource.rc,
cint7/demo/Win32App/graph01/chapter24.dsp,
cint7/demo/Win32App/graph01/chapter24.dsw,
cint7/demo/Win32App/graph01/graph01.dsp,
cint7/demo/Win32App/graph01/graph01.dsw,
cint7/demo/exception/setup.bat, cint7/demo/exception/setupbc.bat,
cint7/demo/intprt_cint/CINT.bat,
cint7/demo/makecint/Array/bcdll.bat,
cint7/demo/makecint/Array/scdll.bat,
cint7/demo/makecint/Array/scsetup.bat,
cint7/demo/makecint/Array/setup.bat,
cint7/demo/makecint/Array/setupdll.bat,
cint7/demo/makecint/Complex/bcdll.bat,
cint7/demo/makecint/Complex/scdll.bat,
cint7/demo/makecint/Complex/scsetup.bat,
cint7/demo/makecint/Complex/setup.bat,
cint7/demo/makecint/Complex/setupdll.bat,
cint7/demo/makecint/Complex/vcdll.bat,
cint7/demo/makecint/Complex/vcsetup.bat,
cint7/demo/makecint/DArray/bcdll.bat,
cint7/demo/makecint/DArray/scdll.bat,
cint7/demo/makecint/DArray/scsetup.bat,
cint7/demo/makecint/DArray/setup.bat,
cint7/demo/makecint/DArray/setupdll.bat,
cint7/demo/makecint/KRcc/scdll.bat,
cint7/demo/makecint/KRcc/scsetup.bat,
cint7/demo/makecint/KRcc/setup.bat,
cint7/demo/makecint/KRcc/setupdll.bat,
cint7/demo/makecint/ReadFile/scdll.bat,
cint7/demo/makecint/ReadFile/scsetup.bat,
cint7/demo/makecint/ReadFile/setup.bat,
cint7/demo/makecint/ReadFile/setupdll.bat,
cint7/demo/makecint/Stub/scdll.bat,
cint7/demo/makecint/Stub/scsetup.bat,
cint7/demo/makecint/Stub/setup.bat,
cint7/demo/makecint/Stub/setupdll.bat,
cint7/demo/makecint/Stub2/setup.bat,
cint7/demo/makecint/UserMain/setup.bat,
cint7/demo/makecint/UserMain/setupbc.bat,
cint7/demo/makecint/stl/setup.bat,
cint7/demo/makecint/stl/setupbc.bat,
cint7/demo/multilibcint/setup.bat, cint7/demo/qt/test7.bat,
cint7/demo/qt/test8.bat, cint7/demo/qt/test9.bat,
cint7/doc/man1/cint.1, cint7/include/makeit.bat,
cint7/lib/cintocx/CintocxCtl.cpp, cint7/lib/cintocx/CintocxCtl.h,
cint7/lib/cintocx/CintocxPpg.cpp, cint7/lib/cintocx/CintocxPpg.h,
cint7/lib/cintocx/Resource.h, cint7/lib/cintocx/StdAfx.cpp,
cint7/lib/cintocx/StdAfx.h, cint7/lib/cintocx/cintocx.clw,
cint7/lib/cintocx/cintocx.cpp, cint7/lib/cintocx/cintocx.h,
cint7/lib/cintocx/cintocx.mak, cint7/lib/cintocx/cintocx.odl,
cint7/lib/cintocx/cintocx.rc, cint7/lib/cintocx/setup.bat,
cint7/lib/dll_stl/setup.bat, cint7/lib/dll_stl/setupbc.bat,
cint7/lib/longlong/make.bat, cint7/lib/longlong/setup.bat,
cint7/lib/longlong/setupbc.bat, cint7/lib/posix/setup.bat,
cint7/lib/posix/setupbc.bat, cint7/lib/posix/setupsc.bat,
cint7/lib/socket/setup.bat, cint7/lib/socket/setupbc.bat,
cint7/lib/stdstrct/setup.bat, cint7/lib/stdstrct/setupbc.bat,
cint7/lib/win32api/make.bat, cint7/lib/win32api/setup.bat,
cint7/lib/win32api/setupbc.bat, cint7/lib/win32api/setupsc.bat,
cint7/lib/wintcldl/bodediagram.wc, cint7/lib/wintcldl/calc.wc,
cint7/lib/wintcldl/grcalc.wc, cint7/lib/wintcldl/quest.wc,
cint7/lib/wintcldl/question.wc, cint7/lib/wintcldl/setup.bat,
cint7/lib/wintcldl/test1.wc, cint7/lib/wintcldl/test3.wc,
cint7/lib/wintcldl/test5.wc, cint7/lib/wintcldl/wildc.bat,
cint7/lib/wintcldl/wildc.dbk, cint7/lib/wintcldl/wildc.wc,
cint7/lib/wintcldl/wildc/wildc.mak,
cint7/lib/wintcldl83/WILDCARD.tcl,
cint7/lib/wintcldl83/bodediagram.wc, cint7/lib/wintcldl83/calc.wc,
cint7/lib/wintcldl83/gainphas.wc, cint7/lib/wintcldl83/grcalc.wc,
cint7/lib/wintcldl83/quest.wc, cint7/lib/wintcldl83/question.wc,
cint7/lib/wintcldl83/setup.bat, cint7/lib/wintcldl83/test1.wc,
cint7/lib/wintcldl83/test3.wc, cint7/lib/wintcldl83/test5.wc,
cint7/lib/wintcldl83/try.bat, cint7/lib/wintcldl83/wildc.bat,
cint7/lib/wintcldl83/wildc.dbk, cint7/lib/wintcldl83/wildc.wc,
cint7/lib/wintcldl83/wildc/wildc.dsp,
cint7/lib/wintcldl83/wildc/wildc.dsw,
cint7/lib/wintcldl83/wildc/wildc.mak, cint7/src/Makebcdict,
cint7/src/v6_loadfile.cxx, cint7/tool/ifdef/Makefile.bcc5,
cint7/tool/ifdef/setup.bat:
Fix DOS format
terminator.
From Christian Holm Christensen
There's a serious bug in `cint/src/v6_loadfile.cxx' and
`cint7/src/v6_loadfile.cxx'.
In both files there are lines like
#if defined(HAVE_CONFIG)
# include "config.h"
which should be
#if defined(R__HAVE_CONFIG)
# include "RConfigure.h"
otherwise `RConfigure.h' will never be included, and CINTNCDIR will not be
this causes rootcint to insist on the environment variable ROOTSYS
being set, which it should not be when
is configured with `--prefix'.
* qt/src/.cxx:
Christian Holm Christensen:
There's a missing `#include &cassert&' in the Qt code.
CVe: ----------------------------------------------------------------------
* xrootd/src/xrootd-0.src.tgz:
fix silly fatal typo.
* xrootd/src/xrootd-0.src.tgz:
Fix a fatal compile error on Solaris i386. Diff submitted to xrootd team.
* proofd/: inc/XrdProofdTrace.h, src/XrdProofServProxy.cxx,
src/XrdProofdProtocol.cxx:
Change the TRACE error code from ERR to XERR. ERR was already defined on
Solaris and created a compile error.
* guibuilder/src/.cxx:
Change comments according to the new $ROOTSYS/tutorials structure.
* physics/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure.
* gui/src/.cxx:
Change comments according to the new $ROOTSYS/tutorials structure.
* gui/src/.cxx:
Change comments according to the new $ROOTSYS/tutorials structure.
* physics/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure.
* proof/src/: .cxx, .cxx:
The PAR file PROOF-INF/SETUP.C now returns an . In case the return
value of SETUP() is & 0 the package SETUP will be considered to have
failed and the package is not enabled.
* gpad/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure.
* spectrumpainter/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure.
* table/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure.
* minuit/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure.
* graf/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure.
* geom/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure.
* base/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure.
* hist/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure.
* hist/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure.
* hist/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure.
* histpainter/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure.
* graf/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure
* graf/src/.cxx:
- Change comments according to the new $ROOTSYS/tutorials structure
* build/unix/makeversion.sh:
From Axel:
run dos2unix in case we run on cygwin.
* mathmore/src/GSLIntegrator.cxx:
fix coding convention
* cint7/src/Apiif.cxx, cint7/src/Apiif.h,
mysql/src/.cxx, odbc/src/.cxx,
oracle/src/.cxx:
Remove dos
* proof/: inc/LinkDef.h, inc/.h, inc/.h,
src/.cxx, src/.cxx:
From Jan Iwaszkiewicz:
A prototype for a new packetizer is added - .
This packetizer is based on
but uses different
load-balancing algorithms and data structures. Two main improvements in
the load-balancing strategy:
- First one was to change the order in which the files are assigned
to the computing nodes in such a way that network transfers are
evenly distributed in the query time. Transfer of the remote files
was often becoming a bottleneck at the end of a query.
- The other improvement is the use of time-based packet size. We
measure the processing rate of all the nodes and calculate the
packet size, so that it takes certain amount of time. In this way
packetizer prevents the situation where the query can't finish
because of one slow node.
The data structures: TFileStat, TFileNode and TSlaveStat are
enriched + changed and TFileNode::Compare method is changed.
* Makefile, build/unix/distfilelist.sh:
handle new tutorials directory structure.
* tree/src/.cxx:
In :: replace "new TFile" by "Tfile::Open" such that
a friend file can be accessed via rootd, xrootd, etc.
* pyroot/src/Pythonize.cxx:
o) fix typo affecting indexing with non- based operator[]
* tutorials/: MyTasks.cxx, tasks.C:
Add missing file and make macro tasks.C executable from anywhere.
* tutorials/geom/geodemo.C:
This script can now be executed from any directory
* pyroot/src/: Adapters.cxx, Adapters.h, TRflxCallback.cxx,
TRflxCallback.h:
Remove EOL
* tutorials/image/earth.dat:
Add missing data file
* tutorials/image/: WorldMap.C, earth.C, galaxy_image.C,
hist2image.C, hsumanim.C, img2pad.C, imgconv.C, pad2png.C,
rose_image.C:
Thse scripts were forgotten in the big check-in
* tutorials/: hist/logscales.C, physics/PhaseSpace.C, tree/tree.C:
Change to named macros
* tutorials/io/dirs.C:
Remove on obsolete comment
* tutorials/geom/xtruDraw.C:
Change to named macro
* tutorials/fit/fitslicesy.C:
Change to named macro
* tutorials/graphs/: gerrors2.C, zones.C:
These two macros are now named macros
: ----------------------------------------------------------------------
* tree/inc/.h:
add 'virtual' keyword to InitInfo so that the Atlas test for Data Model Evolution can move forward
* tutorials/README:
Update comments
* tutorials/fft/ffttest2.C:
Remove file introduced by mistake
* tutorials/geom/shapes.C:
Fix a typo
* tutorials/: fft/FFT.C, fft/ffttest2.C, fit/FittingDemo.C,
fit/Ifit.C, fit/RoofitDemo.C, fit/TwoHistoFit2D.C, fit/fit1.C,
fit/fit1_C.C, fit/fit2.C, fit/fit2a.C, fit/fit2d.C,
fit/fit2dHist.C, fit/fitCircle.C, fit/fitExclude.C,
fit/fitLinear.C, fit/fitLinear2.C, fit/fitLinearRobust.C,
fit/fitMultiGraph.C, fit/fitcont.C, fit/fithist.C,
fit/fitslicesy.C, fit/graph2dfit.C, fit/langaus.C,
fit/minuit2FitBench.C, fit/minuit2FitBench2D.C,
fit/minuit2GausFit.C, fit/multidimfit.C, fit/multifit.C,
fit/myfit.C, foam/README, foam/foam_demo.C, foam/foam_demopers.C,
foam/foam_kanwa.C, geom/RadioNuclides.C, geom/assembly.C,
geom/csgdemo.C, geom/geodemo.C, geom/geomAlice.C,
geom/geomAlice_itsv.C, geom/geomAtlas.C, geom/geomBrahms.C,
geom/geometry.C, geom/na49.C, geom/na49geomfile.C, geom/na49view.C,
geom/rootgeom.C, geom/shapes.C, geom/shapesAnim.C, geom/xtruDraw.C,
geom/xtruSamples.C, gl/glViewerExercise.C, gl/glViewerLOD.C,
gl/glbox.C, gl/gldemos.C, gl/glrose.C, gl/glsurfaces.C, gl/gltf3.C,
gl/nucleus.C, gl/viewer3DLocal.C, gl/viewer3DMaster.C,
graphics/analyze.C, graphics/anim.C, graphics/archi.C,
graphics/arrow.C, graphics/basic3d.C, graphics/canvas.C,
graphics/compile.C, graphics/ellipse.C, graphics/eval.C,
graphics/event.C, graphics/feynman.C, graphics/first.C,
graphics/formula1.C, graphics/framework.C, graphics/gaxis.C,
graphics/gtime.C, graphics/latex.C, graphics/latex2.C,
graphics/latex3.C, graphics/latex4.C, graphics/latex5.C,
graphics/manyaxis.C, graphics/markerwarning.C, graphics/piechart.C,
graphics/pstable.C, graphics/psview.C, graphics/tornado.C,
graphics/triangles.C, graphs/approx.C, graphs/bent.C,
graphs/exclusiongraph.C, graphs/exclusiongraph2.C,
graphs/gerrors.C, graphs/gerrors2.C, graphs/graph.C,
graphs/graph2derrorsfit.C, graphs/graphApply.C,
graphs/graphpolar.C, graphs/labels1.C, graphs/labels2.C,
graphs/motorcycle.C, graphs/multigraph.C, graphs/seism.C,
graphs/splines.C, graphs/surfaces.C, graphs/timeonaxis.C,
graphs/timeonaxis2.C, graphs/waves.C, graphs/zdemo.C,
graphs/zones.C, gui/CPUMeter.C, gui/QtFileDialog.C,
gui/QtMultiFileDialog.C, gui/Slider3Demo.C,
gui/buttonChangelabel.C, gui/buttonsLayout.C, gui/c1.png,
gui/customContextMenu.C, gui/customTH1Fmenu.C, gui/exec3.C,
gui/fore.xpm, gui/games.C, gui/guilabels.C, gui/guitest.C,
gui/listBox.C, gui/mditest.C, gui/mditestbg.xpm, gui/numberEntry.C,
gui/splitterHorizontal.C, gui/splitterVertical.C, gui/statusBar.C,
hist/ContourList.C, hist/DynamicSlice.C, hist/FirstContour.C,
hist/draw2dopt.C, hist/exec1.C, hist/exec2.C, hist/fillrandom.C,
hist/greyscale.C, hist/h1draw.C, hist/hbars.C, hist/hksimple.C,
hist/hlabels1.C, hist/hlabels2.C, hist/hstack.C, hist/hsum.C,
hist/hsumTimer.C, hist/logscales.C, hist/multicolor.C,
hist/transpad.C, hist/twoscales.C, image/rose512.jpg,
image/worldmap.jpg, io/copyFiles.C, io/dirs.C, io/double32.C,
io/fildir.C, io/file.C, io/hadd.C, io/importCode.C, io/loopdir.C,
io/readCode.C, math/ConfidenceIntervals.C, math/FeldmanCousins.C,
math/Rolke.C, math/binomial.C, math/chi2test.C, math/limit.C,
math/mathBeta.C, math/mathGammaNormal.C, math/mathLaplace.C,
math/mathStudent.C, math/mathcoreCDF.C, math/mathcoreGenVector.C,
math/mathcoreSpecFunc.C, math/mathcoreStatFunc.C,
math/mathcoreVectorCollection.C, math/mathcoreVectorFloatIO.C,
math/mathcoreVectorIO.C, math/permute.C, math/principal.C,
math/quantiles.C, math/testrandom.C, math/vavilov.C,
matrix/invertMatrix.C, matrix/solveLinear.C, mlp/mlpHiggs.C,
mlp/mlpHiggs.root, mlp/mlpRegression.C, net/LDAPExample.C,
net/TestAuth.C, net/alien.C, net/authclient.C, net/authserv.C,
net/hclient.C, net/hcons.C, net/hprod.C, net/hserv.C, net/hserv2.C,
net/pclient.C, net/pserv.C, net/spy.C, net/spyserv.C,
physics/PhaseSpace.C, pyroot/DynamicSlice.py, pyroot/benchmarks.py,
pyroot/demo.py, pyroot/demoshelp.py, pyroot/fildir.py,
pyroot/file.py, pyroot/fillrandom.py, pyroot/first.py,
pyroot/fit1.py, pyroot/formula1.py, pyroot/framework.py,
pyroot/geometry.py, pyroot/gerrors.py, pyroot/graph.py,
pyroot/h1draw.py, pyroot/hsimple.py, pyroot/hsum.py, pyroot/mrt.py,
pyroot/multifit.py, pyroot/na49geomfile.py, pyroot/na49view.py,
pyroot/na49visible.py, pyroot/ntuple1.py, pyroot/rootmarks.py,
pyroot/shapes.py, pyroot/staff.py, pyroot/surfaces.py,
pyroot/test.py, pyroot/tornado.py, pyroot/tree.py, pyroot/zdemo.py,
pythia/pythiaExample.C, quadp/Quad.cxx, quadp/Quad.h,
quadp/portfolio.C, quadp/stock.root, ruby/canvas.rb, ruby/demo.rb,
ruby/demoshelp.rb, ruby/fillrandom.rb, ruby/framework.rb,
ruby/hksimple.rb, ruby/hsimple.rb, ruby/hstack.rb, ruby/hsum.rb,
ruby/latex.rb, ruby/multigraph.rb, ruby/ntuple1.rb,
ruby/surfaces.rb, spectrum/peaks.C, spectrum/peaks2.C,
spectrum/spectrumpainter.C, splot/TestSPlot.C,
splot/TestSPlot_toyMC.dat, sql/runcatalog.sql, sql/sqlcanvas.C,
sql/sqlcreatedb.C, sql/sqlfilldb.C, sql/sqlselect.C,
sql/sqltables.C, thread/threads.C, thread/threadsh1.C,
tree/JetEvent.cxx, tree/JetEvent.h, tree/basic.C, tree/basic.dat,
tree/basic2.C, tree/bill.C, tree/cernbuild.C, tree/cernstaff.C,
tree/cernstaff.dat, tree/clonesA_Event.C, tree/clonesA_Event.cxx,
tree/clonesA_Event.h, tree/copytree.C, tree/copytree2.C,
tree/copytree3.C, tree/h1analysis.C, tree/h1analysis.h,
tree/h1analysisProxy.C, tree/h1analysisProxy.h,
tree/h1analysisProxyCut.C, tree/h1chain.C, tree/hsimpleProxy.C,
tree/htest.C, tree/jets.C, tree/ntuple1.C, tree/staff.C,
tree/tcl.C, tree/tree.C, tree/tree0.C, tree/tree1.C, tree/tree2.C,
tree/tree2a.C, tree/tree3.C, tree/tree4.C, tree/treefriend.C,
tree/tv3.C, tree/tvdemo.C, unuran/unuranDemo.C,
xml/DOMParsePerson.C, xml/DOMRecursive.C, xml/SAXHandler.C,
xml/person.dtd, xml/person.xml, xml/saxexample.xml,
xml/xmlnewfile.C, xml/xmlreadfile.C:
The $ROOTSYS/tutorials directory include several sub-directories
Fast Fourier Transform with the fftw package
Several examples illustrating minimization/fitting
Random generator in multi-dimensional space
Examples of use of the geometry package (TGeo classes)
Visualisation with OpenGL
-graphics: Basic graphics
Use of , , etc
Scripts to create Graphics User Interface
Histograming
Image Processing
Input/Output
Maths and Statistics functions
Matrices () examples
Neural networks with
Network classes (client/server examples)
LorentzVectors, phase space
python tutorials
Example with pythia6
Quadratic Programming
ruby tutorials
Matrices with a templated package
-spectrum: Peak finder, background, deconvolutions
Example of the TSplot class (signal/background estimator)
Interfaces to SQL (mysql, oracle, etc)
Using Threads
Examples of the MultiVariate Analysis classes
Creating Trees, Playing with Trees
Interface with the unuram random generator library
Writing/Reading xml files
* tutorials/: README, benchmarks.C, demos.C, demoshelp.C,
geant3tasks.C, hsimple.C, htmlex.C, regexp.C, rootalias.C,
rootenv.C, rootlogoff.C, rootlogon.C, rootmarks.C, tasks.C:
Introduce new tutorials structure. Instead of a flat directory with all tutorials, introduce a second level of directories. See file README.
* tutorials/foam_README:
Remove one forgotten file
* tutorials/: CPUMeter.C, ConfidenceIntervals.C, ContourList.C,
DOMParsePerson.C, DOMRecursive.C, DynamicSlice.C, DynamicSlice.py,
EditorBar.C, FFT.C, FeldmanCousins.C, FileDialog.png,
FirstContour.C, FittingDemo.C, Ifit.C, JetEvent.cxx, JetEvent.h,
LDAPExample.C, MyTasks.cxx, PhaseSpace.C, QtFileDialog.C,
QtMultiFileDialog.C, Quad.cxx, Quad.h, RadioNuclides.C, Rolke.C,
RoofitDemo.C, SAXHandler.C, Slider3Demo.C, TestAuth.C, TestSPlot.C,
WorldMap.C, alien.C, analyze.C, anim.C, approx.C, archi.C, arrow.C,
assembly.C, authclient.C, authserv.C, basic.C, basic.dat, basic2.C,
basic3d.C, benchmarks.C, benchmarks.py, bent.C, bill.C, binomial.C,
canvas.C, canvas.rb, cernbuild.C, cernstaff.C, cernstaff.dat,
chi2test.C, classcat.C, cleanup.C, clonesA_Event.C,
clonesA_Event.cxx, clonesA_Event.h, compile.C, copyFiles.C,
copytree.C, copytree2.C, copytree3.C, csgdemo.C,
customContextMenu.C, customTH1Fmenu.C, demo.py, demo.rb, demos.C,
demoshelp.C, demoshelp.py, demoshelp.rb, dirs.C, double32.C,
draw2dopt.C, earth.C, earth.dat, ellipse.C, eval.C, event.C,
exclusiongraph.C, exclusiongraph2.C, exec1.C, exec2.C, exec3.C,
feynman.C, fildir.C, fildir.py, file.C, file.py, fillrandom.C,
fillrandom.py, fillrandom.rb, first.C, first.py, fit1.C, fit1.py,
fit1_C.C, fit2.C, fit2a.C, fit2d.C, fit2dHist.C, fitCircle.C,
fitExclude.C, fitLinear.C, fitLinear2.C, fitLinearRobust.C,
fitMultiGraph.C, fitcont.C, fithist.C, fitslicesy.C, foam_demo.C,
foam_demopers.C, foam_kanwa.C, fore.xpm, formula1.C, formula1.py,
framework.C, framework.py, framework.rb, galaxy.root,
galaxy_image.C, games.C, gaxis.C, geant3tasks.C, geodemo.C,
geomAlice.C, geomAlice_itsv.C, geomAtlas.C, geomBrahms.C,
geometry.C, geometry.py, gerrors.C, gerrors.py, gerrors2.C,
glViewerExercise.C, glViewerLOD.C, glbox.C, gldemos.C, glrose.C,
glsurfaces.C, gltf3.C, graph.C, graph.py, graph2derrorsfit.C,
graph2dfit.C, graphApply.C, graphpolar.C, greyscale.C, gtime.C,
guitest.C, h1analysis.C, h1analysis.h, h1analysisProxy.C,
h1analysisProxy.h, h1analysisProxyCut.C, h1chain.C, h1draw.C,
h1draw.py, hadd.C, hadd_old.C, hbars.C, hclient.C, hcons.C,
hist2image.C, hksimple.C, hksimple.rb, hlabels1.C, hlabels2.C,
hprod.C, hserv.C, hserv2.C, hsimple.C, hsimple.py, hsimple.rb,
hsimpleProxy.C, hstack.C, hstack.rb, hsum.C, hsum.py, hsum.rb,
hsumTimer.C, hsumanim.C, htest.C, htmlex.C, img2pad.C, imgconv.C,
importCode.C, invertMatrix.C, io.C, jets.C, labels1.C, labels2.C,
langaus.C, latex.C, latex.rb, latex2.C, latex3.C, latex4.C,
latex5.C, limit.C, logscales.C, loopdir.C, manyaxis.C,
markerwarning.C, mathBeta.C, mathGammaNormal.C, mathLaplace.C,
mathStudent.C, mathcoreCDF.C, mathcoreGenVector.C,
mathcoreSpecFunc.C, mathcoreStatFunc.C, mathcoreVectorCollection.C,
mathcoreVectorFloatIO.C, mathcoreVectorIO.C, mditest.C,
mditestbg.xpm, minuit2FitBench.C, minuit2FitBench2D.C,
minuit2GausFit.C, mlpHiggs.C, mlpHiggs.root, mlpRegression.C,
motorcycle.C, motorcycle.dat, mrt.py, multicolor.C, multidimfit.C,
multifit.C, multifit.py, multigraph.C, multigraph.rb, myfit.C,
na49.C, na49geomfile.C, na49geomfile.py, na49view.C, na49view.py,
na49visible.C, na49visible.py, ntuple1.C, ntuple1.py, ntuple1.rb,
nucleus.C, oldbenchmarks.C, pad2png.C, pclient.C, peaks.C,
peaks2.C, permute.C, person.dtd, person.xml, piechart.C,
portfolio.C, principal.C, pserv.C, psexam.C, pstable.C, psview.C,
pythiaExample.C, quantiles.C, quarks.C, readCode.C, regexp.C,
rootalias.C, rootenv.C, rootgeom.C, rootlogoff.C, rootlogon.C,
rootmarks.C, rootmarks.py, rose512.jpg, rose_image.C,
runcatalog.sql, runzdemo.C, saxexample.xml, second.C, seism.C,
shapes.C, shapes.py, shapesAnim.C, shared.C, solveLinear.C,
spectrumpainter.C, spheres.C, splines.C, spy.C, spyserv.C,
sqlcanvas.C, sqlcreatedb.C, sqlfilldb.C, sqlselect.C, sqltables.C,
staff.C, staff.py, stock.root, surfaces.C, surfaces.py,
surfaces.rb, tasks.C, tcl.C, testrandom.C, threads.C, threadsh1.C,
thumbnail.C, timeonaxis.C, timeonaxis2.C, tornado.C, tornado.py,
transpad.C, tree.C, tree.py, tree0.C, tree1.C, tree2.C, tree2a.C,
tree3.C, tree4.C, treefriend.C, triangles.C, tv3.C, tvdemo.C,
two.C, twoscales.C, unuranDemo.C, vavilov.C, waves.C, work.C,
worldmap.jpg, xmlnewfile.C, xmlreadfile.C, xtruDraw.C,
xtruSamples.C, xyslider.C, xysliderAction.C, zdemo.C, zdemo.py,
Remove old tutorials
* mathmore/: build/configure.in, build/inc_Math_Makefile.am,
build/setup.sh, build/src_Makefile.am, build/test_Makefile.am,
doc/doxyconfig.in, doc/main.html, inc/Math/GSLRootFinder.h,
inc/Math/PdfFuncMathMore.h, inc/Math/ProbFuncInv.h,
inc/Math/ProbFuncMathMore.h, src/GSLDerivator.cxx,
test/testDerivation.cxx, test/testIntegration.cxx,
test/testRandom.cxx, test/testSpecFunc.cxx:
- update doc and configuration for stand-alone builds
- fix tests to be run in the standalone mode
* mathcore/: build/configure.in, build/inc_Math_Makefile.am,
build/src_Makefile.am, build/test_Makefile.am,
doc/Transformation.html, doc/doxyconfig.in, doc/main.html,
inc/Math/PdfFuncMathCore.h, inc/Math/ProbFuncMathCore.h:
update the documentation and configuration for the stand-alone build system
* cint7/main/.cvsignore:
add cint7_tmp.
* hist/src/.cxx:
From Anna,
Fix in the FFT interface
* mathmore/: inc/Math/Derivator.h, inc/Math/GSLRootFinder.h,
inc/Math/GSLRootFinderDeriv.h, inc/Math/Integrator.h,
inc/Math/Minimizer1D.h, src/GSLDerivator.cxx,
src/GSLFunctionWrapper.h, src/GSLIntegrator.cxx,
src/GSLIntegrator.h, src/GSLRndmEngines.cxx, src/GSLRootFinder.cxx,
src/GSLRootFinderDeriv.cxx, src/Integrator.cxx,
test/testIntegration.cxx, test/testRandomDist.cxx,
test/testSpecFunc.cxx, test/testStatFunc.cxx:
- clean up and add some safety check in case function is not defined
- add default constructors for numerical integration
- implement Gauss random number using the fast
Ziggurat algorithm available from GSL 1.8
* proof/: inc/.h, src/.cxx, src/.cxx:
Two new features:
- ::() has now a
argument notOnClient which when
does not build and enable the package on the client. The default
- Package building now keeps track of which PROOF version has been used
to build a package. In case the version has changed the system will
first call "PROOF-INF/BUILD.sh clean" and then "PROOF-INF/BUILD.sh".
The user has to provide in BUILD.sh the code to handle the "clean"
argument to call e.g. "make clean" or whatever is needed to clean
the package and force a rebuild.
* graf/: inc/.h, src/.cxx:
- From Guido Volpi:
1. some temporary variables used only during pie movements now are in the .cxx
2. corrected the bug in the Paint() method that cause some problem in the
opaque movements under some circumstance
3. now all movements scale well in pseudo 3d visualiziation
4. added the property fHeight and its method to change the thickness of the
5. Corrected few thing in DrawGhost().
6. added the "NOL" (No Out-Line) option to prevent the draw of the
the chart: this feature have a better result in the pseudo-3d mode.
7. added '// *MENU*' in the SetRadius method definition
* pyroot/src/FunctionHolder.cxx:
Fix another problem with gcc4.1
* base/src/: .cxx, .cxx:
From Lorenzo:
Replace declarations like
array[892];
array[892];
This makes a huge performance improvement with most compilers (factor 20 !!).
With the const qualifier, the compiler allocates the array at each call !!
* histpainter/src/.cxx:
- In PaintBarH axis are now painted after the histogram drawing.
* pyroot/src/Converters.cxx:
o) do not allow integer arguments passed through std::string&
* pyroot/src/: ConstructorHolder.cxx, Converters.cxx, Converters.h,
MethodHolder.cxx, MethodHolder.h, Utility.h:
Fixes to compile with gcc4.1
Fixes for coding conventions violations.
* graf/inc/.h:
Make assignment operator public instead of protected.CVS: ----------------------------------------------------------------------
* fitpanel/inc/.h:
Fix coding conventions
* gdml/src/.cxx:
Fix coding conventions
* meta/src/.cxx:
Fix coding conventions
* gl/: inc/.h, src/.cxx:
From Alja:
Added new widgets to control camera markup.
* gl/: inc/.h, src/.cxx:
From Alja:
Provide get/set interface to fScene.fCameraMarkup.
* gl/: inc/.h, src/.cxx:
From Alja:
Added member fCameraM in DoDraw() call ::() when
not in selection mode.
* gl/: inc/.h, src/.cxx:
From Alja:
Implement virtual method Markup(): display a ruler showing extents
of the viewport.
* gl/inc/.h:
From Alja:
and virtual ::() to draw
viewport/camera information in the GL window. Only implemented for
orthographic projection. Make getter CurrentCamera() public.
* gl/inc/LinkDef.h:
From Alja:
Register new class .
* gl/src/.cxx:
From Matevz:
Properly handle pixel-sized marker-types 6 and 7.
* gl/: inc/.h, src/.cxx,
From Matevz:
Limit numbr of warnings about display list cache being full.
* base/: inc/.h, src/.cxx:
From Matevz: Add method AssertBBoxExtents( epsilon).
* configure:
From Lorenzo:
need gsl &= 1.8 now.
* roofit/Module.mk:
apply some fixes that got lost in last checkin.
* roofit/: Module.mk, roofit_2.09.src.tgz, roofit_2.10.src.tgz:
From Wouter Verkerke:
New version 2.10 of Roofit introduced.
**** Fri Oct 6 11:51:26 2006 UTC by wverkerke
o Change conditional inclusion macro from
forward declaration
as current version of rootcint appears to choke on ROOT_VERSION macro
o Follow change in
o Modify class to support concept of 'study modules' that can modify
behaviour of
at various points in fit/generation cycle
and that can write additional information to the fitParDataSet()
summary dataset
o Abstract base class for
add-on modules that defines
functions to be called at initialization, before each run,
before each generation step, between each generation and fit step,
after each fit step and at the end of each run. This class provides
protected accessor functions to various internal configuration details
object to which it is attached.
- RooDLLSignificancMCSModule
add-on module that calculates the delta(-log(L)) between
the nominal fit performed in the
and a refit with a parameter
set to a null hypothesis (eg. nsig set to zero). The null-hypotesis
likelihood, the difference between the nominal and null-hypo likelihood
and the significance associated with that difference are added to the
fitParDataSet() of the . NB: The significance is calculated
using (possible naive) Gaussian assumptions of the sampling distributions
(i.e. signif=sqrt(2*Delta(LL)))
add-on module that allows to scan some of the generator
parameters during the run. A generator parameter can be sampled from
uniform distribution in a given range, or from a gaussian distribution
with given mean and sigma. For every generator parameter that is varied
a variable is added to the fitParDataSet() of
that indicated
the actual generator value for each toy experiment. Additionally you
can choose to vary the sum of a set of parameters uniformly or in a
Gaussian way. In this mode a common scaling factor is applied to each
specified parameter so that the sum of these parameters will add up
to the target value sampled from either uniform or Gaussian distribution.
- RooFitCore_Linkdef
o Add nested utility classes of
*** Thu Dec 7 21:21:33 2006 UTC by wverkerke
- Do not instantiate shared properties until the're actually needed
- Add method to delete shared properties (used in )
- Add static null property to be written for RRVs without properties
- Add ctor with uuid string
- Remove all shared properties of RRVs inside object to facilitate
easy handling of large number of RFRs (e.g. in trees). Not doing
so leaves them all connected through the shared properties list
and will slow down operations
*** Fri Dec 8 15:50:40 2006 UTC by wverkerke
o RooAbsHist
- Fix mistake in documentation of Binning()
- Fix bug in handling of Z ranges
- Import fix from Fons
- Protect possible occurence of division by zero in makeResidHist
- Import fixes from
o RooBanner
- Increment version tag to v2.10
*** Fri Dec 8 17:52:17 2006 UTC by wverkerke ***
- Updated generateEvent() method from Gerhard
* pyroot/src/: ClassMethodHolder.cxx, ConstructorHolder.cxx,
FunctionHolder.cxx, TSetItemHolder.cxx:
Fix compilation errors with gcc3.4.x
* rint/src/.cxx:
avoid executing ~/.rootlogon.C twice in case root is started in the home
directory.
* hist/src/.cxx:
From Anna:
a patch, that, I hope, fixes the problem in phase computation reported by Fabian Wenger.
* table/src/.cxx:
From Valeri Fine:
Remove a confusing message
* tree/: inc/.h, src/.cxx:
From Scott Snyder:
To facilitate the developement of support for 'data model' evolution,
make more method protected (instead of private) and make InitializeOffsets
and InitInfo virtual.
* tree/src/.cxx:
From Stefan Otto:
that has friend TChains is cloned via ::(), the TFriendElements of the cloned TTrees create unowned files that are not closed by deleting the cloned . Please see attached macro and proposed fix for details.
* meta/src/.cxx:
From Scott Snyder:
Add protection needed in the case where a fundamental type changes to a class type.
* mathcore/test/testVectorIO.cxx:
clean up test- remove some debug info
* mathmore/test/: testSpecFunc.cxx, testStatFunc.cxx:
fix a problem on Windows
* mathmore/test/testSpecFunc.cxx:
fix compilation problem on Solaris
* reflex/python/genreflex/gencapa.py:
* mathmore/inc/Math/PdfFuncMathMore.h:
add missing file
* mathcore/inc/Math/PdfFuncMathCore.h:
add missing file
* mathmore/: inc/Math/DistFuncMathMore.h, inc/Math/ProbFuncInv.h,
inc/Math/ProbFuncMathMore.h, src/PdfFuncMathMore.cxx,
src/ProbFuncInv.cxx, src/ProbFuncMathMore.cxx, test/Makefile,
test/testSpecFunc.cxx, test/testStatFunc.cxx:
- add Landau and Beta pdf
- add cdf for Poisson and Binomial , beta
- add beta quantiles
- add test for special and statistical functions
* mathcore/: inc/Math/DistFunc.h, inc/Math/DistFuncMathCore.h,
inc/Math/PdfFunc.h, inc/Math/SpecFuncMathCore.h, src/PdfFunc.cxx,
src/PdfFuncMathCore.cxx:
- distinguish pdf functions in Mathcore and MathMore
* cintex/src/ROOTClassEnhancer.cxx:
fix bug #22213: Dictionaries generated implicitly for Root::Math classes don't always work
* gdml/: inc/.h, src/.cxx:
From Ben Lloyd:
Added Support for the GDML 'file' tag. Allows Modular GDML files to be
* fitpanel/src/.cxx:
- fit panel mapped on the right side of the canvas window (if there is enough space)
- if an object was fitted, we copy the function and its parameters from the previous fit
- when performing linear fit 'best errors' , 'improve results' and 'set parameters' are disabled
* fitpanel/: inc/.h,
- additional parameter in
for passing information about the bounded parameters
- setting default values for GUI elements if no fit performed
* cint7/Module.mk:
silence the clean targets.
* cint7/src/v6_opr.cxx:
allow unary ! on arithmetic
* cint/src/v6_opr.cxx:
allow unary ! on arithmetic
* spectrumpainter/src/.cxx:
- Change the location and names of the Spectrum Painter pictures provided
* histpainter/src/.cxx:
Replace the following declarations
*gCurrentH //these 3 globals should be replaced by class members
R__EXTERN Hoption_t H
R__EXTERN Hparam_t
*gCurrentH //these 3 globals should be replaced by class members
extern Hoption_t H
extern Hparam_t
* gl/inc/: LinkDef.h, .h:
From Axel:
Disable some functions when parsing with CINT.
* cintex/src/: CINTClassBuilder.cxx, CINTEnumBuilder.cxx,
CINTTypedefBuilder.cxx, CINTVariableBuilder.cxx, Cintex.cxx,
ROOTClassEnhancer.cxx:
prepend debug msgs with package name
* mathcore/test/: coordinates3D.cxx, coordinates4D.cxx,
rotationApplication.cxx:
fix a compilation problem on solaris
* pyroot/: Module.mk, .py, src/Adapters.cxx, src/Adapters.h,
src/ClassMethodHolder.cxx, src/ClassMethodHolder.h,
src/ConstructorHolder.cxx, src/ConstructorHolder.h,
src/Converters.cxx, src/Converters.h, src/FunctionHolder.cxx,
src/FunctionHolder.h, src/MethodHolder.cxx, src/MethodHolder.h,
src/PropertyProxy.cxx, src/PropertyProxy.h, src/PyRootType.cxx,
src/Pythonize.cxx, src/RootModule.cxx, src/RootWrapper.cxx,
src/RootWrapper.h, src/TRflxCallback.cxx, src/TRflxCallback.h,
src/TSetItemHolder.cxx, src/TSetItemHolder.h, src/Utility.h:
Major new version that starts to understand Reflex
* cint7/Module.mk:
cint7 depends on libReflex
libCint7 is called libCint7, not libCint
* configure:
From Axel:
cint7 needs reflex so enable reflex when cint7 is enabled.
* cint7/Module.mk:
Fix dependency and link
for cint7_tmp
* cintex/test/: test_Cintex.C, test_PyCintex_basics.py,
dict/CintexTest.h:
more tests for compound const & params
* cintex/: src/CINTFunctional.cxx, test/dict/CintexTest.h:
fix [ bugs #22192] Call to functions accepting "const &bool" fail
* configure:
From Axel:
fix in G4 detection.
* unuran/test/: unuranDistr.cxx, unuranSimple.cxx:
update for new names of the distribution functions
* mathmore/: Module.mk, inc/Math/DistFuncMathMore.h,
inc/Math/ProbFunc.h, inc/Math/SpecFunc.h:
- clean up of the header file for the Math functions
* mathcore/: Module.mk, inc/Math/DistFunc.h,
inc/Math/DistFuncMathCore.h, inc/Math/PdfFunc.h,
inc/Math/ProbFunc.h, inc/Math/SpecFunc.h, src/DistFunc.cxx,
src/PdfFunc.cxx:
- clean up include file for the special and stat functions.
- The DistFunc.h now contains all the distributions (pdf, cdf and quantiles)
ProbFunc and SpecFunc are moved from mathmore
- The old DistFunc.h and DistFunc.cxx have been renamed PdfFunc
* graf/src/.cxx:
- To remove axis' labels 's users set the LabelOffset to a large value
(very often 99). This ended up with some text drawn at very "far away"
positions. Some low level text painting functions (like the
were "not happy" with such big values and produced a Seg-Fault. This
problem is visible since the text clipping is done directly in
and not any more in
( text clipping was wrong).
Now, if the label offset is set that way (ie "big"), the option "UnLab"
is automatically turned ON.
* cintex/src/ROOTClassEnhancer.cxx:
remove deprecation warnings
* gpad/src/.cxx:
Clipping removed in PaintTextNDC (like in PaintText)
* reflex/: inc/Reflex/Kernel.h, src/Kernel.cxx:
move template function into header
* mathmore/test/testFunctor.cxx:
fix a problem on Windows due to too large allocated stack memory
* Makefile:
fix typo in cint7 module.
* cint7/src/.cvsignore:
Don't ignore Apiif.{cxx,h} while we keep them in CVS
* cint7/src/: Apiif.cxx, Apiif.h:
Add cint7 version of the API dictionary
In the future, we might generate it as part of the build process
* cint7/Module.mk:
Fix lib link request for cint7_tmp
* mathmore/: inc/Math/LinkDef_StatFunc.h, inc/Math/ProbFuncInv.h,
inc/Math/ProbFuncMathMore.h, src/ProbFuncInv.cxx,
src/ProbFuncMathMore.cxx:
- rename the cumulative distributions and the quantiles (inverse of cdf)
to correct statistical names.
for example for the normal distributions we have:
- normal_cdf
for the cumulative dist.
- normal_cdf_c
for the complement of the cumulative dist.
- normal_quantile for the inverse of normal_cdf
- normal_quantile_c for the inverse of cdf_c
* mathcore/src/ProbFuncMathCore.cxx:
change names of cdf functions
* mathcore/inc/Math/: DistFunc.h, LinkDef_Func.h,
ProbFuncMathCore.h:
- rename the cumulative distributions to correct statistical names.
for exmaple for the normal distributions we have:
- normal_cdf
for the cumulative dist.
- normal_cdf_c
for the complement of the cumulative dist.
* cint7/: Module.mk, configcint.mk:
buildsystem files
* test/: stressGraphics.cxx, stressGraphics.ref:
- New version of stressGraphics.ref due to changes in .
- New option -k in stressGraphics.cxx to keep (not remove) the PS files
even for passed tests. By default PS files for passed tests are removed.
* gpad/src/.cxx:
- In PaintText the simple clipping technique for PS and PDF is now removed.
Text clipping is now handled by
* postscript/src/.cxx:
- Text is clipped using the W operator.
* postscript/src/.cxx:
- Text is now clipped the right way using the clip PS operator.
- The old :: method, which had its own text conventions
(equivalent of ), is now replaced by a much simpler method drawing
only basic text (like in ).
* reflex/python/genreflex/genreflex.py:
Check for the gccxml version. If it is different from 0.6.0 print a warning. For future
versions check also for the patch level.
* reflex/Module.mk:
fix for solaris linking
* build/unix/importcint.sh:
some more cleanups.
* Makefile:
correct importcint and importcint7 targets.
* mathmore/: inc/Math/Derivator.h, inc/Math/ParamFunction.h,
inc/Math/WrappedMultiTF1.h, inc/Math/WrappedTF1.h,
src/Derivator.cxx, src/GSLDerivator.cxx, src/GSLDerivator.h,
src/GSLFunctionWrapper.h, src/OneDimFunctionAdapter.h,
test/testDerivation.cxx:
- improve Derivator class for numerical derivation using GSL
by adding static methods using the Function interfaces.
It Provides support now for normal derivative, partial derivative for
multi-dimensional functions and derivative with respect to parameters for
parameteric functions
* cint/: README.txt, RELNOTE.txt, inc/.cvsignore, inc/Class.h,
inc/G__ci.h, inc/Method.h, inc/Type.h, lib/dll_stl/suncc5_deque.h,
lib/dll_stl/suncc5_string.h, lib/posix/posix.h, src/Class.cxx,
src/HISTORY, src/Method.cxx, src/Type.cxx, src/common.h,
src/fproto.h, src/v6_decl.cxx, src/v6_init.cxx, src/v6_scrupto.cxx,
src/v6_tmplt.cxx, tool/makecint.cxx:
import v5-16-17
* cint/inc/.cvsignore:
Initial revision
* geom/: inc/.h, src/.cxx, src/.cxx:
From Andrei:
a patch that implements the method:
*::( *nodeorig,
*newshape=0,
*newpos=0,
*newmed=0)
The method allows replacing an existing daughter of a volume with another one. Providing only the node to be replaced will just create a new volume for the node but having exactly the same parameters as the old one. This helps in case of divisions for decoupling a node from the logical hierarchy so getting new content/properties.
For non divided volumes, one can change the shape and/or the position of the daughter.
* mathcore/inc/Math/: IParamFunction.h, IParamFunctionfwd.h,
LinkDef_Func.h, WrappedFunction.h, WrappedParamFunction.h:
- add class to wrap a function with parameters like
* x, const
* p ) in the
parametric function interface
- clean up of the interfaces classes
* cint7/: .cvsignore, COPYING, Cint.mk, FAQ.txt, Makefile,
README.txt, RELNOTE.txt, configure, libCint.mk, libReflex.mk,
demo/README.txt, demo/Win32App/TestApp/ReadMe.txt,
demo/Win32App/TestApp/StdAfx.cpp, demo/Win32App/TestApp/StdAfx.h,
demo/Win32App/TestApp/TestApp.aps,
demo/Win32App/TestApp/TestApp.cpp,
demo/Win32App/TestApp/TestApp.dsp,
demo/Win32App/TestApp/TestApp.dsw, demo/Win32App/TestApp/TestApp.h,
demo/Win32App/TestApp/TestApp.ico,
demo/Win32App/TestApp/TestApp.plg,
demo/Win32App/TestApp/TestApp.rc, demo/Win32App/TestApp/resource.h,
demo/Win32App/TestApp/script.cxx, demo/Win32App/TestApp/small.ico,
demo/Win32App/graph01/CompiledLib.c,
demo/Win32App/graph01/CompiledLib.h,
demo/Win32App/graph01/G__clink.c, demo/Win32App/graph01/G__clink.h,
demo/Win32App/graph01/README.txt,
demo/Win32App/graph01/Resource.rc, demo/Win32App/graph01/Script.c,
demo/Win32App/graph01/StdAfx.h, demo/Win32App/graph01/WinMain.c,
demo/Win32App/graph01/WndProc.c, demo/Win32App/graph01/WndProc.h,
demo/Win32App/graph01/app.ico, demo/Win32App/graph01/chapter24.dsp,
demo/Win32App/graph01/chapter24.dsw,
demo/Win32App/graph01/graph01.dsp,
demo/Win32App/graph01/graph01.dsw,
demo/Win32App/graph01/resource.h, demo/Win32App/graph01/small.ico,
demo/debug/README.txt, demo/debug/debug.c, demo/,
demo/debug/debug2.cxx, demo/errpipe/README.txt,
demo/errpipe/errpipe.cxx, demo/errpipe/errpipe.h,
demo/errpipe/setup, demo/exception/Makefile,
demo/exception/README.txt, demo/exception/ehdemo.cxx,
demo/exception/ehdemo.h, demo/exception/setup,
demo/exception/setup.bat, demo/exception/setupbc.bat,
demo/gl/README.txt, demo/gl/display0.h, demo/gl/display1.h,
demo/gl/display2.h, demo/gl/make0, demo/gl/test0.c,
demo/gl/test1.c, demo/gl/test2.c, demo/gl/testall,
demo/graphs/FFT.c, demo/graphs/README.txt, demo/graphs/datafile,
demo/graphs/dft.c, demo/graphs/eular.c, demo/graphs/fir.c,
demo/graphs/fir2.c, demo/graphs/jitter.c, demo/graphs/modulation.c,
demo/graphs/sin.c, demo/graphs/sin123.c, demo/graphs/skineffect.c,
demo/graphs/stripline.c, demo/graphs/testall,
demo/intprt_cint/CINT, demo/intprt_cint/CINT.bat,
demo/intprt_cint/README, demo/intprt_cint/cint.sh,
demo/intprt_cint/simple.c, demo/intprt_cint/simple.cxx,
demo/intprt_cint/testmain.c, demo/ipc/README.txt,
demo/ipc/common.cxx, demo/ipc/keyfile, demo/ipc/proc1.cxx,
demo/ipc/proc2.cxx, demo/makecint/README.txt,
demo/makecint/testall, demo/makecint/testalldll,
demo/makecint/Array/Array.C, demo/makecint/Array/Array.h,
demo/makecint/Array/Fundament.C, demo/makecint/Array/Fundament.h,
demo/makecint/Array/Makefile, demo/makecint/Array/README.txt,
demo/makecint/Array/bcdll.bat, demo/makecint/Array/inherit.C,
demo/makecint/Array/loopcompile.c,
demo/makecint/Array/loopcompile0.c,
demo/makecint/Array/loopcompile1.c, demo/makecint/Array/scdll.bat,
demo/makecint/Array/scsetup.bat, demo/makecint/Array/setup,
demo/makecint/Array/setup.bat, demo/makecint/Array/setupdll,
demo/makecint/Array/setupdll.bat, demo/makecint/Array/test.C,
demo/makecint/Complex/Complex.C, demo/makecint/Complex/Complex.h,
demo/makecint/Complex/Makefile, demo/makecint/Complex/README.txt,
demo/makecint/Complex/bcdll.bat, demo/makecint/Complex/scdll.bat,
demo/makecint/Complex/scsetup.bat, demo/makecint/Complex/setup,
demo/makecint/Complex/setup.bat, demo/makecint/Complex/setupdll,
demo/makecint/Complex/setupdll.bat, demo/makecint/Complex/temp.C,
demo/makecint/Complex/test.C, demo/makecint/Complex/vcdll.bat,
demo/makecint/Complex/vcsetup.bat, demo/makecint/DArray/DArray.C,
demo/makecint/DArray/DArray.h, demo/makecint/DArray/Makefile,
demo/makecint/DArray/README.txt, demo/makecint/DArray/bcdll.bat,
demo/makecint/DArray/scdll.bat, demo/makecint/DArray/scsetup.bat,
demo/makecint/DArray/setup, demo/makecint/DArray/setup.bat,
demo/makecint/DArray/setupdll, demo/makecint/DArray/setupdll.bat,
demo/makecint/DArray/test.C, demo/makecint/KRcc/Complex.c,
demo/makecint/KRcc/Complex.h, demo/makecint/KRcc/Makefile,
demo/makecint/KRcc/README.txt, demo/makecint/KRcc/scdll.bat,
demo/makecint/KRcc/scsetup.bat, demo/makecint/KRcc/setup,
demo/makecint/KRcc/setup.bat, demo/makecint/KRcc/setupdll,
demo/makecint/KRcc/setupdll.bat, demo/makecint/KRcc/stub.c,
demo/makecint/KRcc/stub.h, demo/makecint/KRcc/test.c,
demo/makecint/ReadFile/Common.h, demo/makecint/ReadFile/Makefile,
demo/makecint/ReadFile/README.txt,
demo/makecint/ReadFile/ReadFile.C,
demo/makecint/ReadFile/ReadFile.h,
demo/makecint/ReadFile/scdll.bat,
demo/makecint/ReadFile/scsetup.bat, demo/makecint/ReadFile/setup,
demo/makecint/ReadFile/setup.bat, demo/makecint/ReadFile/setupdll,
demo/makecint/ReadFile/setupdll.bat, demo/makecint/ReadFile/test.C,
demo/makecint/Stub/Makefile, demo/makecint/Stub/README.txt,
demo/makecint/Stub/Src.C, demo/makecint/Stub/Src.h,
demo/makecint/Stub/Stub.C, demo/makecint/Stub/Stub.h,
demo/makecint/Stub/scdll.bat, demo/makecint/Stub/scsetup.bat,
demo/makecint/Stub/setup, demo/makecint/Stub/setup.bat,
demo/makecint/Stub/setupdll, demo/makecint/Stub/setupdll.bat,
demo/makecint/Stub2/Make1, demo/makecint/Stub2/Make2,
demo/makecint/Stub2/README.txt, demo/makecint/Stub2/compiled.cxx,
demo/makecint/Stub2/compiled.h, demo/makecint/Stub2/dmy.h,
demo/makecint/Stub2/main.cxx, demo/makecint/Stub2/setup,
demo/makecint/Stub2/setup.bat, demo/makecint/Stub2/setupcygwin,
demo/makecint/Stub2/setuphp, demo/makecint/Stub2/stub.h,
demo/makecint/UserMain/README.txt,
demo/makecint/UserMain/UserMain.cxx,
demo/makecint/UserMain/UserMain.h,
demo/makecint/UserMain/script.cxx, demo/makecint/UserMain/setup,
demo/makecint/UserMain/setup.bat,
demo/makecint/UserMain/setupbc.bat,
demo/makecint/exception/README.txt, demo/makecint/exception/eh.cxx,
demo/makecint/exception/eh.h, demo/makecint/exception/setup,
demo/makecint/p2f/Makefile, demo/makecint/p2f/README.txt,
demo/makecint/p2f/p2f.C, demo/makecint/p2f/p2f.h,
demo/makecint/p2f/scsetup.bat, demo/makecint/p2f/setup,
demo/makecint/p2f/setup.bat, demo/makecint/p2f/test.C,
demo/makecint/stl/Makefile, demo/makecint/stl/sample.h,
demo/makecint/stl/setup, demo/makecint/stl/setup.bat,
demo/makecint/stl/setupbc.bat, demo/makecint/stl/test.cxx,
demo/mthread/README.txt, demo/mthread/fork.cxx,
demo/mthread/mtlib.h, demo/mthread/mtmain.cxx,
demo/mthread/ptlib.h, demo/mthread/ptmain.cxx,
demo/mthread/testall, demo/multilibcint/README.txt,
demo/multilibcint/main.cxx, demo/multilibcint/mt.c,
demo/multilibcint/mt.h, demo/multilibcint/setup,
demo/multilibcint/setup.bat, demo/multilibcint/test1.cxx,
demo/multilibcint/test2.cxx, demo/perlawk/README,
demo/perlawk/data, demo/perlawk/parseplot.c,
demo/posix/readdir.cxx, demo/qt/README.txt, demo/qt/cannon.cpp,
demo/qt/cannon.h, demo/qt/lcdrange.cpp, demo/qt/lcdrange.h,
demo/qt/moc_cannon.cpp, demo/qt/qcompactstyle.h,
demo/qt/qtstatic.cxx, demo/qt/test0.cxx, demo/qt/test1.cxx,
demo/qt/test2.cxx, demo/qt/test3.cxx, demo/qt/test4.cxx,
demo/qt/test5.cxx, demo/qt/test6.cxx, demo/qt/test7.bat,
demo/qt/test7.cxx, demo/qt/test7.h, demo/qt/test8.bat,
demo/qt/test8.cxx, demo/qt/test8.h, demo/qt/test9.bat,
demo/qt/test9.cxx, demo/simple/HelloWorld.c,
demo/simple/HelloWorld.cxx, demo/simple/NativeCalc.c,
demo/simple/README.txt, demo/simple/access0.c, demo/simple/array.c,
demo/simple/csum.c, demo/simple/inherit1.c, demo/simple/init.c,
demo/simple/oprovld.c, demo/simple/oprovld0.c,
demo/simple/scope0.c, demo/simple/staticmem0.c,
demo/simple/template0.c, demo/simple/template2.c,
demo/simple/text2tex.c, demo/simple/virtualfunc1.c,
demo/stl/README.txt, demo/stl/array2.cxx, demo/stl/array4.cxx,
demo/stl/deque0.cxx, demo/stl/deque1.cxx, demo/stl/deque1i.cxx,
demo/stl/list0.cxx, demo/stl/list1.cxx, demo/stl/list2.cxx,
demo/stl/list3.cxx, demo/stl/list4.cxx, demo/stl/map0.cxx,
demo/stl/stl0.cxx, demo/stl/stl1.cxx, demo/stl/stl2.cxx,
demo/stl/stl3.cxx, demo/stl/stl3x.cxx, demo/stl/stl4.cxx,
demo/stl/stl5.cxx, demo/stl/string0.cxx, demo/stl/testall,
demo/stl/vec0.cxx, demo/stl/vec1.cxx, demo/stl/vec1s.cxx,
demo/stl/vec1u.cxx, demo/stl/vec2.cxx, demo/stl/vec3.cxx,
demo/stl/vec3t.cxx, demo/stl/vec4.cxx, demo/tcpip/README.txt,
demo/tcpip/client.cxx, demo/tcpip/server.cxx, demo/xlib/README.txt,
demo/xlib/test.c, doc/bytecode.txt, doc/cint.txt, doc/cintapi.txt,
doc/extlib.txt, doc/ifdef.txt, doc/limitati.txt, doc/limitnum.txt,
doc/makecint.txt, doc/message.txt, doc/ref.txt, doc/man1/cint.1,
doc/man1/makecint.1, doc/man2/garbage.2, doc/man2/security.2,
doc/man2/unique.2, doc/man3/array.h.3, doc/man3/fft.h.3,
doc/man3/statistics.h.3, inc/.cvsignore, inc/Api.h, inc/BaseCls.h,
inc/CallFunc.h, inc/Class.h, inc/DataMbr.h, inc/G__ci.h,
inc/G__ci_fproto.h, inc/G__security.h, inc/Method.h,
inc/MethodAr.h, inc/Property.h, inc/Token.h, inc/Type.h,
inc/Typedf.h, include/.cvsignore, include/Common.h,
include/README.txt, include/ReadF.C, include/ReadF.cxx,
include/ReadF.h, include/RegE.C, include/RegE.cxx, include/RegE.h,
include/_complex, include/_complex.h, include/_exception,
include/_exception.h, include/_iostream, include/_stdexcept,
include/_stdexcept.h, include/api.h, include/array.c,
include/array.h, include/arrayiostream.h, include/assert.h,
include/, include/.h, include/boolean.h, include/carray.c,
include/carray.h, include/cassert, include/cctype, include/cerrno,
include/cfloat, include/ciso646, include/climits, include/clocale,
include/cmath, include/complex, include/complex.h,
include/constants.h, include/csetjmp, include/csignal,
include/cstdarg, include/cstddef, include/cstdio, include/cstdlib,
include/cstring, include/ctime, include/ctype.h, include/cwchar,
include/cwctype, include/darray.cxx, include/darray.h,
include/done, include/ertti.h, include/exception,
include/exception.h, include/fcntl.h, include/fft.c, include/fft.h,
include/, include/.h, include/graphbuf.h,
include/iomanip, include/iomanip.h, include/iosenum.cxx,
include/iosenum.win32, include/iosfwd, include/iosfwd.h,
include/iostream, include/iostream.h, include/,
include/limits, include/locale, include/lsm.c, include/lsm.h,
include/make.arc, include/makearc, include/makearcg,
include/makearcsun, include/makefile, include/makehpib,
include/makeit.bat, include/makeit.c, include/makemat,
include/matrix.cxx, include/matrix.h, include/matrixstream.h,
include/matrixstream.hi, include/mkincld.c, include/new,
include/new.h, include/, include/platform.h,
include/pthread.h, include/readfile.h, include/regex.h,
include/regexp.h, include/setjmp.h, include/socket.h,
include/spice.h, include/sstream, include/statistics.c,
include/statistics.h, include/stdarg.h, include/stdexcept,
include/stdiostream.h, include/stream.h, include/,
include/string.h, include/striostream.h, include/,
include/.h, include/termios.h, include/.h,
include/typeinfo, include/typeinfo.h, include/unistd.h,
include/windows.h, include/winsock.h, include/xgraph.c,
include/xygraphbuf.h, include/GL/gl.h, include/GL/glu.h,
include/GL/glut.h, include/GL/xmesa.h, include/X11/Xlib.h,
include/X11/Xutil.h, include/X11/keysym.h, include/X11/xos.h,
include/sys/cdefs.h, include/sys/file.h, include/sys/ipc.h,
include/sys/msg.h, include/sys/sem.h, include/sys/shm.h,
include/sys/stat.h, lib/Makefile, lib/README.txt, lib/setup,
lib/WildCard/ARCHIVE, lib/WildCard/AppInit.c,
lib/WildCard/bodediagram.wc, lib/WildCard/calc.wc,
lib/accstrm/Makefile, lib/accstrm/README.txt, lib/accstrm/fstrm.h,
lib/accstrm/iostrm.h, lib/accstrm/linkdef.h, lib/accstrm/sstrm.h,
lib/alphastrm/Makefile, lib/alphastrm/README.txt,
lib/alphastrm/fstrm.h, lib/alphastrm/iostrm.h,
lib/alphastrm/linkdef.h, lib/alphastrm/sstrm.h,
lib/bcstream/Makefile, lib/bcstream/README, lib/bcstream/fstrm.h,
lib/bcstream/iostrm.h, lib/bcstream/stdiostr.h,
lib/bcstream/strm.h, lib/bcstream/strstrm.h, lib/cbstream/Makefile,
lib/cbstream/fstrm.h, lib/cbstream/iostrm.h,
lib/cbstream/linkdef.h, lib/cbstream/readme.txt,
lib/cbstream/strstrm.h, lib/cintocx/Cint-Ocx,
lib/cintocx/CintocxCtl.bmp, lib/cintocx/CintocxCtl.cpp,
lib/cintocx/CintocxCtl.h, lib/cintocx/CintocxPpg.cpp,
lib/cintocx/CintocxPpg.h, lib/cintocx/README.txt,
lib/cintocx/Resource.h, lib/cintocx/StdAfx.cpp,
lib/cintocx/StdAfx.h, lib/cintocx/cintocx.aps,
lib/cintocx/cintocx.clw, lib/cintocx/cintocx.cpp,
lib/cintocx/cintocx.h, lib/cintocx/cintocx.ico,
lib/cintocx/cintocx.mak, lib/cintocx/cintocx.mdp,
lib/cintocx/cintocx.odl, lib/cintocx/cintocx.rc,
lib/cintocx/cintocx3.bmp, lib/cintocx/setup.bat,
lib/dll_stl/.cvsignore, lib/dll_stl/README.txt,
lib/dll_stl/cinteh.h, lib/dll_stl/clim.h, lib/dll_stl/cmplx.h,
lib/dll_stl/dqu.h, lib/dll_stl/iter.h, lib/dll_stl/lst.h,
lib/dll_stl/mp.h, lib/dll_stl/multmp.h, lib/dll_stl/multst.h,
lib/dll_stl/pr.h, lib/dll_stl/que.h, lib/dll_stl/se.h,
lib/dll_stl/setup, lib/dll_stl/setup.bat, lib/dll_stl/setupbc.bat,
lib/dll_stl/st.h, lib/dll_stl/stk.h, lib/dll_stl/str.h,
lib/dll_stl/suncc5_deque.h, lib/dll_stl/suncc5_string.h,
lib/dll_stl/vary.h, lib/dll_stl/vec.h, lib/dll_stl/vecbool.h,
lib/gcc3strm/Makefile, lib/gcc3strm/README.txt,
lib/gcc3strm/fstrm.h, lib/gcc3strm/iostrm.h,
lib/gcc3strm/linkdef.h, lib/gcc3strm/sstrm.h, lib/gl/GL.h,
lib/gl/README.txt, lib/gl/TOP.h, lib/gl/cintGL.h, lib/gl/setup,
lib/gl/setup.bat, lib/iccstrm/Makefile, lib/iccstrm/README.txt,
lib/iccstrm/fstrm.h, lib/iccstrm/iostrm.h, lib/iccstrm/linkdef.h,
lib/iccstrm/sstrm.h, lib/ipc/README.txt, lib/ipc/ipcif.h,
lib/ipc/setup, lib/longlong/.cvsignore, lib/longlong/README.txt,
lib/longlong/longdbl.h, lib/longlong/longlong.h,
lib/longlong/make.bat, lib/longlong/makelongif,
lib/longlong/makelongif3, lib/longlong/setup,
lib/longlong/setup.bat, lib/longlong/setupbc.bat,
lib/longlong/setuphp, lib/posix/README.txt, lib/posix/exten.c,
lib/posix/exten.h, lib/posix/mktypes.c, lib/posix/posix.h,
lib/posix/setup, lib/posix/setup.bat, lib/posix/setupbc.bat,
lib/posix/setupsc.bat, lib/posix/winposix.c, lib/posix/winposix.h,
lib/prec_stl/README.txt, lib/prec_stl/algorithm,
lib/prec_stl/bitset, lib/prec_stl/climits, lib/prec_stl/complex,
lib/prec_stl/deque, lib/prec_stl/exception,
lib/prec_stl/functional, lib/prec_stl/iterator,
lib/prec_stl/limits, lib/prec_stl/list, lib/prec_stl/map,
lib/prec_stl/memory, lib/prec_stl/multimap, lib/prec_stl/multiset,
lib/prec_stl/numeric, lib/prec_stl/queue, lib/prec_stl/set,
lib/prec_stl/stack, lib/prec_stl/stdexcept, lib/prec_stl/string,
lib/prec_stl/utility, lib/prec_stl/valarray, lib/prec_stl/vector,
lib/pthread/Makefile, lib/pthread/README.txt, lib/pthread/pthd.h,
lib/pthread/setup, lib/pthread/setuphp, lib/pthread/thread.h,
lib/qt/Makefile, lib/qt/README.txt, lib/qt/qcompactstyle.h,
lib/qt/qconfig.h, lib/qt/qmodules.h, lib/qt/qplatformdefs.h,
lib/qt/qtcint.h, lib/qt/qtclasses.h, lib/qt/qtdummy.h,
lib/qt/qtfunctions.h, lib/qt/qtglobals.h, lib/qt/qtstatic.cxx,
lib/qt/setup, lib/qt/setup.bat, lib/socket/README.txt,
lib/socket/cintsock.c, lib/socket/cintsock.h, lib/socket/mksockh.c,
lib/socket/setup, lib/socket/setup.bat, lib/socket/setupbc.bat,
lib/stdstrct/.cvsignore, lib/stdstrct/Makefile, lib/stdstrct/setup,
lib/stdstrct/setup.bat, lib/stdstrct/setupbc.bat,
lib/stdstrct/stdcxxfunc.h, lib/stdstrct/stdfunc.h,
lib/stdstrct/stdstr.h, lib/stream/Makefile, lib/stream/README,
lib/stream/fstrm.h, lib/stream/iostrm.h, lib/stream/stdiostr.h,
lib/stream/strm.h, lib/stream/strstrm.h, lib/sunstrm/Makefile,
lib/sunstrm/fstrm.h, lib/sunstrm/iostrm.h, lib/sunstrm/length.cxx,
lib/sunstrm/linkdef.h, lib/sunstrm/readme.txt, lib/sunstrm/sstrm.h,
lib/vc7strm/Makefile, lib/vc7strm/README.txt, lib/vc7strm/fstrm.h,
lib/vc7strm/iostrm.h, lib/vc7strm/linkdef.h, lib/vc7strm/sstrm.h,
lib/vcstream/Makefile, lib/vcstream/Makefileold,
lib/vcstream/README, lib/vcstream/fstrm.h, lib/vcstream/iostrm.h,
lib/vcstream/stdiostr.h, lib/vcstream/strm.h,
lib/vcstream/strstrm.h, lib/WildCard/Main.c, lib/WildCard/Main.cxx,
lib/WildCard/Makefile, lib/WildCard/README,
lib/WildCard/TCLMACRO.h, lib/WildCard/TCLTK.h,
lib/WildCard/TKMACRO.h, lib/WildCard/TOP.h, lib/WildCard/TclIns.c,
lib/WildCard/TkInit.c, lib/WildCard/WildCard.c,
lib/WildCard/grcalc.wc, lib/WildCard/guibuild.wc,
lib/WildCard/question.wc, lib/WildCard/setup, lib/WildCard/test.c,
lib/WildCard/test3.wc, lib/WildCard/test5.wc,
lib/WildCard/tktest.c, lib/WildCard/tktest1.c,
lib/WildCard/tktest2.c, lib/WildCard/wildc.wc,
lib/win32api/.cvsignore, lib/win32api/cintwin.h,
lib/win32api/make.bat, lib/win32api/readme.txt,
lib/win32api/setup.bat, lib/win32api/setupbc.bat,
lib/win32api/setupsc.bat, lib/win32api/winfunc.h,
lib/wintcldl/README.txt, lib/wintcldl/bodediagram.wc,
lib/wintcldl/calc.wc, lib/wintcldl/cintlib.c,
lib/wintcldl/grcalc.wc, lib/wintcldl/guibuild.wc,
lib/wintcldl/quest.wc, lib/wintcldl/question.wc,
lib/wintcldl/setup.bat, lib/wintcldl/tclmacro.h,
lib/wintcldl/tcltk.h, lib/wintcldl/test.c, lib/wintcldl/test1.wc,
lib/wintcldl/test3.wc, lib/wintcldl/test5.wc,
lib/wintcldl/tkmacro.h, lib/wintcldl/top.h, lib/wintcldl/wildc.bat,
lib/wintcldl/wildc.dbk, lib/wintcldl/wildc.tcl,
lib/wintcldl/wildc.wc, lib/wintcldl/wildc1.bmp,
lib/wintcldl/wildc/temp, lib/wintcldl/wildc/wildc.mak,
lib/wintcldl/wildc/wildc.mdp, lib/wintcldl83/README.txt,
lib/wintcldl83/WILDCARD.tcl, lib/wintcldl83/bodediagram.wc,
lib/wintcldl83/calc.wc, lib/wintcldl83/cintlib.c,
lib/wintcldl83/gainphas.wc, lib/wintcldl83/grcalc.wc,
lib/wintcldl83/guibuild.wc, lib/wintcldl83/quest.wc,
lib/wintcldl83/question.wc, lib/wintcldl83/setup.bat,
lib/wintcldl83/tclmacro.h, lib/wintcldl83/tcltk.h,
lib/wintcldl83/test.c, lib/wintcldl83/test1.wc,
lib/wintcldl83/test3.wc, lib/wintcldl83/test5.wc,
lib/wintcldl83/tkmacro.h, lib/wintcldl83/top.h,
lib/wintcldl83/try.bat, lib/wintcldl83/wildc.bat,
lib/wintcldl83/wildc.dbk, lib/wintcldl83/wildc.tcl,
lib/wintcldl83/wildc.wc, lib/wintcldl83/wildc1.bmp,
lib/wintcldl83/wildc/wildc.dsp, lib/wintcldl83/wildc/wildc.dsw,
lib/wintcldl83/wildc/wildc.mak, lib/xlib/README.txt,
lib/xlib/TOP.h, lib/xlib/XLIB.h, lib/xlib/setup,
lib/xlib/x11const.h, lib/xlib/x11mfunc.h, main/G__main.c,
main/G__setup.c, main/cppmain.cxx, src/.cvsignore, src/Api.cxx,
src/BaseCls.cxx, src/CallFunc.cxx, src/Class.cxx, src/DataMbr.cxx,
src/Dict.cxx, src/Dict.h, src/HISTORY, src/Makebcdict,
src/Makefile, src/Makefile.base, src/Makefile.base.nec,
src/Makefile.base.sgi, src/Method.cxx, src/MethodAr.cxx,
src/README.txt, src/Shadow.cxx, src/Token.cxx, src/Type.cxx,
src/Typedf.cxx, src/accstrm.cxx, src/accstrm.h, src/allstrm.cxx,
src/alphastrm.cxx, src/alphastrm.h, src/bc_assign.cxx,
src/bc_assign.h, src/bc_autoobj.cxx, src/bc_autoobj.h,
src/bc_cfunc.cxx, src/bc_cfunc.h, src/bc_debug.cxx, src/bc_debug.h,
src/bc_eh.cxx, src/bc_eh.h, src/bc_exec.cxx, src/bc_exec.h,
src/bc_exec_asm.h, src/bc_inst.cxx, src/bc_inst.h, src/bc_item.cxx,
src/bc_item.h, src/bc_linkdef.h, src/bc_parse.cxx, src/bc_parse.h,
src/bc_reader.cxx, src/bc_reader.h, src/bc_type.cxx, src/bc_type.h,
src/bc_vtbl.cxx, src/bc_vtbl.h, src/bcstrm.cxx, src/bcstrm.h,
src/cbstrm.cpp, src/cbstrm.h, src/common.h, src/dllrev.h,
src/fakestrm.cxx, src/fproto.h, src/g__cfunc.c, src/gcc3strm.cxx,
src/gcc3strm.h, src/global.h, src/header.h, src/iccstrm.cxx,
src/iccstrm.h, src/kccstrm.cxx, src/kccstrm.h, src/libstrm.cxx,
src/libstrm.h, src/longif.cxx, src/longif.h, src/longif3.cxx,
src/longif3.h, src/memo.txt, src/memo2.txt, src/memtest.h,
src/newsos.h, src/precedence.txt, src/rflx_gendict.cxx,
src/rflx_gendict.h, src/rflx_gensrc.cxx, src/rflx_gensrc.h,
src/rflx_tools.cxx, src/rflx_tools.h, src/stdstrct.h,
src/sun5strm.cxx, src/sunos.h, src/sunstrm.cxx, src/sunstrm.h,
src/typesym.h, src/v6_auxu.cxx, src/v6_cast.cxx, src/v6_debug.cxx,
src/v6_decl.cxx, src/v6_disp.cxx, src/v6_dmyinit.cxx,
src/v6_dmystrct.cxx, src/v6_dmystrm.cxx, src/v6_dump.cxx,
src/v6_end.cxx, src/v6_error.cxx, src/v6_expr.cxx,
src/v6_fread.cxx, src/v6_func.cxx, src/v6_gcoll.cxx,
src/v6_global1.cxx, src/v6_global2.cxx, src/v6_ifunc.cxx,
src/v6_inherit.cxx, src/v6_init.cxx, src/v6_input.cxx,
src/v6_intrpt.cxx, src/v6_loadfile.cxx, src/v6_macos.cxx,
src/v6_macro.cxx, src/v6_malloc.cxx, src/v6_memtest.cxx,
src/v6_new.cxx, src/v6_newlink.cxx, src/v6_newsos.cxx,
src/v6_oldlink.cxx, src/v6_opr.cxx, src/v6_parse.cxx,
src/v6_pause.cxx, src/v6_pcode.cxx, src/v6_pragma.cxx,
src/v6_quote.cxx, src/v6_rflxutil.cxx, src/v6_scrupto.cxx,
src/v6_shl.cxx, src/v6_sizeof.cxx, src/v6_stdstrct.cxx,
src/v6_struct.cxx, src/v6_stub.cxx, src/v6_sunos.cxx,
src/v6_tmplt.cxx, src/v6_typedef.cxx, src/v6_val2a.cxx,
src/v6_value.cxx, src/v6_var.cxx, src/v6_winnt.cxx, src/vararg.h,
src/vc7strm.cxx, src/vc7strm.h, src/vcstrm.cxx, src/vcstrm.h,
src/vcstrmold.cxx, src/vcstrmold.h, stl/G__postprocess.h,
stl/README.txt, stl/_algorithm, stl/_autocontainer, stl/_bitset,
stl/_climits, stl/_climits.h, stl/_deque, stl/_deque.h,
stl/_functional, stl/_iterator, stl/_iterator.h, stl/_list,
stl/_list.h, stl/_map, stl/_map.h, stl/_memory, stl/_memory.h,
stl/_multimap, stl/_multimap.h, stl/_multiset, stl/_multiset.h,
stl/_pair.h, stl/_set, stl/_set.h, stl/_stack, stl/_stack.h,
stl/_string, stl/_utility, stl/_utility.h, stl/_vector,
stl/_vector.h, stl/algo.h, stl/algobase.h, stl/algorithm,
stl/bitset, stl/, stl/bstring.h, stl/bvector.h, stl/defalloc.h,
stl/deque, stl/deque.h, stl/faralloc.h, stl/fdeque.h, stl/flist.h,
stl/fmap.h, stl/fmultmap.h, stl/fmultset.h, stl/fset.h,
stl/function.h, stl/functional, stl/hdeque.h, stl/heap.h,
stl/hlist.h, stl/hmap.h, stl/hmultmap.h, stl/hmultset.h,
stl/hset.h, stl/hugalloc.h, stl/hvector.h, stl/iterator,
stl/iterator.h, stl/lbvector.h, stl/ldeque.h, stl/limits, stl/list,
stl/list.h, stl/llist.h, stl/lmap.h, stl/lmultmap.h,
stl/lmultset.h,

我要回帖

更多关于 电脑玩游戏总是弹出来 的文章

 

随机推荐