- Aug 24, 2006
-
-
Fons Rademakers authored
as the current version of zlib. git-svn-id: http://root.cern.ch/svn/root/trunk@16108 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 25, 2006
-
-
Philippe Canal authored
git-svn-id: http://root.cern.ch/svn/root/trunk@15535 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
or the compressed buffer larger than the original buffer. This case may happen in case of small buffers containing random data. git-svn-id: http://root.cern.ch/svn/root/trunk@15534 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 20, 2006
-
-
Rene Brun authored
ROOT will automatically detect the old or new mode. The code to support both modes was introduced 3 years ago. The new ZIP algorithm gives slightly better compression and is also slightly faster. git-svn-id: http://root.cern.ch/svn/root/trunk@15488 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 13, 2006
-
-
Fons Rademakers authored
Makefile.config updated. git-svn-id: http://root.cern.ch/svn/root/trunk@14690 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@14689 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
I saw that you had added the class TVirtualFFT, so I changed the package from libroot-fftw to root-plugin-fftw3. Finally, I made some corrections to some of the Debian packaging. git-svn-id: http://root.cern.ch/svn/root/trunk@14686 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 10, 2004
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10751 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 09, 2004
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10740 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10739 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10738 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
dynamically the new zlib as an alternative to the current zip functions. To activate the new zlib it is enough to set Root.ZipMode = 1 in the system.rootrc file. When setting Root.ZipMode to 1 (or 0) it is possible to read files written with the old zip function. Files written with Root.ZipMode=1 can only be read by versions of Root >= 4.02/00. A new function R__SetZipMode has been added in zip/Bits.h. This function is called by TROOT::InitSystem with the value specified in system.rootrc. Some performance tests (on a P4 2.4GHz) show that the new zlib version is as fast as the current ROOT zip functions when writing and up to 10 per cent faster when reading. oldzlib newzlib Event 1000 1 0 1 11.59s 11.46s Event 1000 1 0 20 3.83s 3.31s Event 1000 1 99 1 10.44s 10.98s Event 1000 1 99 20 3.57s 3.17s stress -b 30 13.01s 12.35s stress -b 1000 61.67s 58.38s bench 151.99s 151.56s stressLinear 35.87s 35.77s git-svn-id: http://root.cern.ch/svn/root/trunk@10737 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 08, 2004
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@10725 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 19, 2004
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@9548 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 17, 2004
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@9233 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jun 16, 2004
-
-
Rene Brun authored
with other packages also using gzip (geant4 or ROOT freetype) git-svn-id: http://root.cern.ch/svn/root/trunk@9229 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 05, 2004
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@8794 27541ba8-7e3a-0410-8455-c3a389f83636
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@8793 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Apr 15, 2004
-
-
Rene Brun authored
Without this protection the program crashes. With the protection, the error is recovered by TBasket::ReadBasketBuffers. git-svn-id: http://root.cern.ch/svn/root/trunk@8589 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Mar 17, 2004
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@8426 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@8425 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@8424 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
to avoid a clash on Windows with deflate.h and deflate.c respectively git-svn-id: http://root.cern.ch/svn/root/trunk@8423 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@8421 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
The zlib package has been added to the zip directory. see new README file in the zip directory for more details. R__zip and R__unzip now have a zlib version which can be activated via the flag R__ZLIB in the files zip/src/Inflate.c and zip/inc/Bits.h The current version is introduced to test the portability of the new files. We will add a dedicated namespace to avoid possible conflicts with users of zlib. git-svn-id: http://root.cern.ch/svn/root/trunk@8417 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Sep 15, 2003
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7279 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 29, 2003
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7177 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 23, 2003
-
-
Fons Rademakers authored
Checked with gcc 3.4 from cvs of today which does not report any problems anymore. git-svn-id: http://root.cern.ch/svn/root/trunk@7147 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Aug 22, 2003
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@7144 27541ba8-7e3a-0410-8455-c3a389f83636
-
Rene Brun authored
Extract from a mail from Michal: "I'm a summer student working for the openlab project (supervisor: Sverre Jarp). I've been optimizing ROOT on an Itanium platform for a few weeks and I've found a bug, which, if it's accepted and corrected, will influence all the ROOT benchmarks that have been done by now. What I've found is that all zip/*.c files use the variable 'level' which is declared in ZIP.h as a static (local) variable. The result is that calling R__zip(1, ...) (as in the 'stress' program) changes the 'level' variable only in the Bits.c file, but its value remains default ( == 6) in the others. The resulting compressed file is still correct, but the drawback is quite huge slow-down of the programs like 'stress' which use data compression intensively. Some facts: by putting the files: Tree.c, Bits.c and Deflate.c in a single C file (with some small changes), what makes the 'level' variable appear in only one copy, I've increased the result of the 'stress' benchmarking program from 584 RM to 701 RM -- 20% improvement. At the same time, the size of all compressed data increased by about 1.7%. (Itanium 1000 MHz machine, Intel compiler v8.0 with -O3 and profile-guided optimization). The bug is really easy to fix, but it will require all the benchmarks done in the past to be repeated or rescaled..." git-svn-id: http://root.cern.ch/svn/root/trunk@7132 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Dec 02, 2002
-
-
Fons Rademakers authored
compiler is by default in pedantic mode (LHCb also like to use this option). The following issues have been fixed: - removal of unused arguments - comparison between signed and unsigned integers - not calling of base class copy ctor in copy ctor's To be done, the TGeo classes where we get still many hundred warnings of the above nature. List forwarded to Andrei. git-svn-id: http://root.cern.ch/svn/root/trunk@5717 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Jul 18, 2002
-
-
Fons Rademakers authored
git-svn-id: http://root.cern.ch/svn/root/trunk@4985 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Feb 06, 2002
-
-
Rene Brun authored
the pointer position in the uncompressed buffer with the value initially expected. There are some rare cases when the Inflate function requires a few more bytes. git-svn-id: http://root.cern.ch/svn/root/trunk@3881 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 19, 2001
-
-
Rene Brun authored
git-svn-id: http://root.cern.ch/svn/root/trunk@3243 27541ba8-7e3a-0410-8455-c3a389f83636
-
- Nov 13, 2001
-
-
Rene Brun authored
resulting in a gain of about 20 per cent in read time. git-svn-id: http://root.cern.ch/svn/root/trunk@3210 27541ba8-7e3a-0410-8455-c3a389f83636
-
- May 16, 2000
-
-
Fons Rademakers authored
which included commits to RCS files with non-trunk default branches. git-svn-id: http://root.cern.ch/svn/root/trunk@3 27541ba8-7e3a-0410-8455-c3a389f83636
-