Log of /trunk/core/base/inc/TEnv.h
Parent Directory
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
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
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
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
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
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
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
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.
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.