[root] / trunk / core / base / inc / TEnv.h Repository:
ViewVC logotype

Log of /trunk/core/base/inc/TEnv.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 29398 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 8 12:52:29 2009 UTC (5 years, 6 months ago) by rdm
File length: 8122 byte(s)
Diff to previous 24087
Add support for skipping the reading of the $HOME/<name> resource file.
To do this set the shell variable ROOTENV_NO_HOME=1. This might be useful
in case the home directory resides on an automounted remote file
system and one wants to avoid this file system from being mounted.
Fixes issue #52551.

Revision 24087 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 1 16:15:35 2008 UTC (6 years, 7 months ago) by brun
File length: 7747 byte(s)
Diff to previous 22961
When making the previous change (rev 13300 Nov 21 2007) rdm forgot to increment
the TEnv version number. This patch fixes the report:
 <http://savannah.cern.ch/bugs/?37270>

Revision 22961 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 3 13:32:57 2008 UTC (6 years, 9 months ago) by rdm
File length: 7747 byte(s)
Diff to previous 21773
move the directories:
  base clib cont meta metautils newdelete pcre rint thread unix utils
  winnt zip
under the new core meta directory.

Revision 21773 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 18 16:49:44 2008 UTC (7 years ago) by pcanal
Original Path: trunk/base/inc/TEnv.h
File length: 7747 byte(s)
Diff to previous 20877
When adding a new persistent data member, we must increase the version number of the class

Revision 20877 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:17:07 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/base/inc/TEnv.h
File length: 7747 byte(s)
Diff to previous 19826
Set property svn:eol-style LF on all source and Makefiles. This should avoid
problems with Win32 line endings ending up in the repository. All MS tools
support LF eols fine.

Revision 19826 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:56:11 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/inc/TEnv.h
File length: 7747 byte(s)
Diff to previous 19825
imported svn:keywords Id property

Revision 19825 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 19 19:49:10 2007 UTC (7 years, 4 months ago) by rdm
Original Path: trunk/base/inc/TEnv.h
File length: 7792 byte(s)
Diff to previous 19169
remove :$ from tag line

Revision 19169 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 25 15:34:00 2007 UTC (7 years, 7 months ago) by rdm
Original Path: trunk/base/inc/TEnv.h
File length: 7802 byte(s)
Diff to previous 15017
Add new method IgnoreDuplicates(Bool_t ignore). When set any duplicate
entries will be silently ignored, instead of producing a warning message.
This is used when loading rootmap files from the LD_LIBRARY_PATH.

Revision 15017 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 13 11:00:50 2006 UTC (8 years, 8 months ago) by brun
Original Path: trunk/base/inc/TEnv.h
File length: 7594 byte(s)
Diff to previous 14159
From Federico:
More headers changed to facilitate the use of the gcc option weffc++

Revision 14159 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 3 09:48:19 2006 UTC (8 years, 10 months ago) by rdm
Original Path: trunk/base/inc/TEnv.h
File length: 7512 byte(s)
Diff to previous 14129
- ReadFile() and WriteFile() now return an int (0 = success, -1 = failure).
- Added protections in case the fTable is 0 (when default ctor is used).

Revision 14129 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 1 12:07:24 2006 UTC (8 years, 10 months ago) by rdm
Original Path: trunk/base/inc/TEnv.h
File length: 7512 byte(s)
Diff to previous 13957
Allow TEnv to be created without specifying a file name. When adding
resources (SetValue()) the resource record table will be automatically created.
This mode can be used to write the resources using WriteFile(filename).

Revision 13957 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 31 11:21:54 2006 UTC (8 years, 11 months ago) by rdm
Original Path: trunk/base/inc/TEnv.h
File length: 7417 byte(s)
Diff to previous 13900
New method WriteFile() to write the env records to the specifed file.
Some general cleanup (removed several fixed length char arrays).

Revision 13900 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jan 23 21:50:26 2006 UTC (9 years ago) by brun
Original Path: trunk/base/inc/TEnv.h
File length: 7192 byte(s)
Diff to previous 13300
Implement some suggestions from Thomas Bretz
- TEnv::SetValue crashes if TEnv was created with default constructor
- Implement TEnv::GetRcName
- Set TEnv streamable (Class version set to 1 instead of 0)
- Set TEnvRec streamable (Class version set to 1) no ClassDef before
- Add a public default constructor to TEncRec
- Fix typo in TEnv::GetValue

Revision 13300 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 21 11:17:18 2005 UTC (9 years, 2 months ago) by rdm
Original Path: trunk/base/inc/TEnv.h
File length: 7012 byte(s)
Diff to previous 12017
coding style fixes.

Revision 12017 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 10 22:28:51 2005 UTC (9 years, 7 months ago) by rdm
Original Path: trunk/base/inc/TEnv.h
File length: 7010 byte(s)
Diff to previous 8712
use THashList instead of TOrdCollection. This removes the large contribution
of TEnv::GetValue() from the ROOT startup.

Revision 8712 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 27 13:13:23 2004 UTC (10 years, 8 months ago) by rdm
Original Path: trunk/base/inc/TEnv.h
File length: 6962 byte(s)
Diff to previous 3788
add some more getters to TEnvRec.

Revision 3788 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 27 13:41:33 2002 UTC (12 years, 11 months ago) by rdm
Original Path: trunk/base/inc/TEnv.h
File length: 6811 byte(s)
Diff to previous 2850
Large cleanup of TEnv, removal of some very old redundant code, update
of class description and new feature of optional + in front of the resource
name to allow the concatenation of resource values for the same resource.

Revision 2850 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 25 16:16:21 2001 UTC (13 years, 4 months ago) by rdm
Original Path: trunk/base/inc/TEnv.h
File length: 7646 byte(s)
Diff to previous 1205
added reference to MemCheck in comment.

Revision 1205 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 13 15:13:57 2000 UTC (14 years, 1 month ago) by brun
Original Path: trunk/base/inc/TEnv.h
File length: 7570 byte(s)
Diff to previous 238
      W A R N I N G   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     ==================================================================
A very long list of changes in this pre-release of version 3.00.
We have modified the signature of many functions (in particular TObject)
to introduce more constness in the system.
You must change your code if your class derives from TObject and uses
one of the modified functions such as ls, Print, Compare, Hash, etc.
The modified functions in TObject have the following signature:
   virtual TObject    *Clone() const;
   virtual Int_t       Compare(const TObject *obj) const;
   virtual void        Delete(Option_t *option=""); // *MENU*
   virtual void        DrawClass() const; // *MENU*
   virtual void        DrawClone(Option_t *option="") const; // *MENU*
   virtual void        Dump() const; // *MENU*
   virtual TObject    *FindObject(const TObject *obj) const;
   virtual char       *GetObjectInfo(Int_t px, Int_t py) const;
   virtual ULong_t     Hash() const;
   virtual void        Inspect() const; // *MENU*
   virtual Bool_t      IsEqual(const TObject *obj) const;
   virtual void        ls(Option_t *option="") const;
   virtual void        Print(Option_t *option="") const;

A similar operation has been done with classes such as TH1, TVirtualPad,
TTree, etc.

Revision 238 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 16 17:08:11 2000 UTC (14 years, 7 months ago) by rdm
Original Path: trunk/base/inc/TEnv.h
File length: 7541 byte(s)
Diff to previous 42
provide also: double GetValue(const char*,double)

Revision 42 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 24 10:31:48 2000 UTC (14 years, 8 months ago) by brun
Original Path: trunk/base/inc/TEnv.h
File length: 7478 byte(s)
Diff to previous 3
- Change return type from void to Int_t for several read/write functions   in several classes. The Read functions return the number of bytes read,   the Write functions the number of bytes written.

Revision 3 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: trunk/base/inc/TEnv.h
File length: 7414 byte(s)
Copied from: branches/rdm/base/inc/TEnv.h revision 2
Diff to previous 2
This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Tue May 16 17:00:58 2000 UTC (14 years, 8 months ago) by rdm
Original Path: branches/rdm/base/inc/TEnv.h
File length: 7414 byte(s)
Initial import of ROOT into CVS

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9