44#include "compiledata.h" 
   45#include "RConfigure.h" 
  128      Error(
"TSystem", 
"only one instance of TSystem allowed");
 
 
  268   Error(
"GetCryptoRandom", 
"Not implemented");
 
 
  358   catch (std::exception& 
exc) {
 
  362         switch (
eh->Handle(
exc))
 
  370               Warning(
"Run", 
"instructed to abort");
 
  377   catch (
const char *str) {
 
  382      Warning(
"Run", 
"handle uncaught exception, terminating");
 
 
  423   return gROOT->IsInterrupted();
 
 
  519      if (
to->IsInterruptingSyscalls())
 
 
  699      Error(
"GetFromPipe", 
"command \"%s\" returned %d", 
command, 
r);
 
 
  781      if ((
h = 
gROOT->GetPluginManager()->FindHandler(
"TSystem", path))) {
 
  782         if (
h->LoadPlugin() == -1)
 
  786   } 
else if ((
h = 
gROOT->GetPluginManager()->FindHandler(
"TSystem", path))) {
 
  787      if (
h->LoadPlugin() == -1)
 
 
  881   return std::string();
 
 
  897   return std::string();
 
 
  937      if (
name[0] == 
'/' && 
name[1] == 
'\0')
 
  944   Error(
"BaseName", 
"name = 0");
 
 
  954      return dir[0] == 
'/';
 
 
  978   incPath.Append(
":").Prepend(
" ");
 
  980   while ( 
incPath.Index(
" :") != -1 ) {
 
  984   incPath.ReplaceAll(
"\":", 
":");
 
  985   incPath.ReplaceAll(
":\"", 
":");
 
 
 1009   if (res.IsNull() || (res == 
"."))
 
 1016   if (res.Length() >= 
len) {
 
 1017      if (buf) 
delete [] buf;
 
 1018      len = res.Length() + 50;
 
 1019      buf = 
new char [
len];
 
 
 1136   const char *
b, *
c, *
e;
 
 1141   inp[-1] = 
' '; 
inp[0] = 0; out[-1] = 
' ';
 
 1151   p = 
nullptr; 
e = 
nullptr;
 
 1152   if (
c[0] == 
'~' && 
c[1] == 
'/') { 
 
 1164   } 
else if (
c[0] == 
'~' && 
c[1] != 
'/') { 
 
 1166      assert((
n+1) < 
kBufSize && 
"This should have been prevented by the truncation 'strlcat(inp, c, kBufSize)'");
 
 1183   for ( ; 
c[0]; 
c++) {
 
 1185      p = 
nullptr; 
e = 
nullptr;
 
 1187      if (
c[0] == 
'.' && 
c[1] == 
'/' && 
c[-1] == 
' ') { 
 
 1201         if (
c[1] == 
'(') 
b++;
 
 1202         if (
c[1] == 
'{') 
b++;
 
 1231            if (
c[1] && 
c[1]!=
'\\' && 
c[1]!=
';' && 
c[1]!=
'/')
 
 1247            c = (
b==
c+1) ? 
e-1 : 
e;
 
 1252   x[0] = 0; 
lx = 
x - out;
 
 
 1315      if (!
strcmp(
a.GetHostName(), 
b.GetHostName()) ||
 
 1316          !
strcmp(
a.GetHostAddress(), 
b.GetHostAddress())) {
 
 
 1405   if (res == 0 && 
size) {
 
 1407         Error(
"GetPathInfo", 
"file %s > 2 GB, use GetPathInfo() with Long64_t size", path);
 
 
 1729      Error(
"ShowOutput", 
"handle not specified");
 
 1735      Error(
"ShowOutput", 
"file '%s' cannot be read", 
h->fFile.Data());
 
 1741   if (!(
f = 
fopen(
h->fFile.Data(), 
"r"))) {
 
 1742      Error(
"ShowOutput", 
"file '%s' cannot be open", 
h->fFile.Data());
 
 1748   Int_t begin = (
h->fReadOffSet > 0 && 
h->fReadOffSet < 
ltot) ? 
h->fReadOffSet : 0;
 
 1763         SysError(
"ShowOutput", 
"error reading log file");
 
 1775   } 
while (
len > 0 && left > 0);
 
 1778   h->fReadOffSet = 
ltot;
 
 
 1818   if (left == right) 
return kTRUE;
 
 1820   if (left==
nullptr || right==
nullptr) 
return kFALSE;
 
 1822   if ( (
strcmp(right,left)==0) ) {
 
 1836   return (   ( 0 == stat( left, & 
leftBuf ) )
 
 1837       && ( 0 == stat( right, & 
rightBuf ) )
 
 
 1870      if (idx == 0 || 
libs[idx-1] == 
'/' || 
libs[idx-1] == 
'\\') {
 
 1873         if (!
l.EndsWith(
".") && 
libs[idx]==
'.')
 
 1879            if (
libs[idx] == 
'.') {
 
 1883         while (idx < 
len && 
libs[idx] != 
'.') {
 
 1884            if (
libs[idx] == 
' ' || idx+1 == 
len) {
 
 1891   if (
l[
l.Length()-1] == 
'.') {
 
 1892      l.Remove(
l.Length()-1);
 
 1894   if (
l.BeginsWith(
"lib")) {
 
 1895      l.Replace(0, 3, 
"-l");
 
 1897         if ((idx == 0 || 
libs[idx-1] == 
' ') &&
 
 1898             (
libs[idx+
l.Length()] == 
' ' || 
libs[idx+
l.Length()] == 0)) {
 
 1913         for (
Int_t i = 
tokens->GetEntriesFast()-1; i > 0; i--) {
 
 1919               Info(
"Load", 
"loading dependent library %s for library %s",
 
 1947         Info(
"Load", 
"loaded library %s, status %d", path, 
ret);
 
 1950         Error(
"Load", 
"version mismatch, %s = %d, ROOT = %d",
 
 1951               path, 
v, 
gROOT->GetVersionInt());
 
 
 1986      while (
libs.Tokenize(lib, pos)) {
 
 1995      while (
libs.Tokenize(lib, pos)) {
 
 2004               if (res == 0) ++
nlibs;
 
 
 2086   if (!(regexp && regexp[0]))
 
 2095      std::cout << 
tok << 
"\n";
 
 
 2177      if (
libs.Length() == 0) {
 
 2186            static TRegexp separator(
"[^ \\t\\s]+");
 
 2191            start = 
index = end = 0;
 
 2197                  if (sub[0]==
'-' && sub[1]==
'L') {
 
 2212   } 
else if (
libs.Length() != 0) {
 
 2215      static TRegexp separator(
"[^ \\t\\s]+");
 
 2217      start = 
index = end = 0;
 
 2223            if (sub[0]!=
'-' && sub[1]!=
'L') {
 
 2224               libs.ReplaceAll(sub,
"");
 
 2233   if (regexp && *regexp) {
 
 2234      static TRegexp separator(
"[^ \\t\\s]+");
 
 2238      start = 
index = end = 0;
 
 2241         index = 
libs.Index(separator,&end,start);
 
 2256#if defined(R__MACOSX) 
 2262   static TRegexp separator(
"[^ \\t\\s]+");
 
 2266   start = 
index = end = 0;
 
 
 2519      if (
x==
'\n' || 
x==
'\r') 
break;
 
 2535      if (res.
Contains(
"Microsoft (R) Incremental Linker"))
 
 2539   res = 
R__Exec(
"cygpath . 2>&1");
 
 2545   res = 
R__Exec(
"which cl.exe 2>&1|grep cl|sed 's,cl\\.exe$,link\\.exe,' 2>&1");
 
 2549         cmd.ReplaceAll(
" link ",
Form(
" \"%s\" ",res.
Data()));
 
 2555#if defined(__CYGWIN__) 
 2557   if (path.
Length() > 2 && path[1]==
':') {
 
 2644#if defined(R__HAS_CLING_DICTVERSION) 
 2657     const char *
dictHeaders[] = { 
"RVersion.h", 
"ROOT/RConfig.hxx", 
"TClass.h",
 
 2658       "TDictAttributeMap.h",
"TInterpreter.h",
"TROOT.h",
"TBuffer.h",
 
 2659       "TMemberInspector.h",
"TError.h",
"RtypesImp.h",
"TIsAProxy.h",
 
 2660       "TFileMergeInfo.h",
"TCollectionProxyInfo.h"};
 
 2700      ::Warning(
"ACLiC",
"Failed to generate the dependency file for %s",
 
 
 2854      if (
strchr(opt,
'O')!=
nullptr) {
 
 2857      if (
strchr(opt,
'g')!=
nullptr) {
 
 2860      if (
strchr(opt,
'c')!=
nullptr) {
 
 2864      verbose = 
strchr(opt, 
'v') != 
nullptr;
 
 2891   incPath.Append(
":").Prepend(
" ");
 
 2896   incPath.ReplaceAll(
" -I",
":");       
 
 2907   while ( 
incPath.Index(
" :") != -1 ) {
 
 3010      if (pos==0) 
library.Remove(pos,3);
 
 3046         ::Info(
"ACLiC",
"script has already been loaded in interpreted mode");
 
 3181            char *
line = 
new char[
sz];
 
 3207                     if (
line[current-1]!=
':') {
 
 3223                  if (current==
sz-1) {
 
 3264            ::Info(
"ACLiC",
"%s has been modified and will be reloaded",
 
 3287         ::Info(
"ACLiC",
"%s script has already been compiled and loaded",
 
 3288                modified ? 
"modified" : 
"unmodified");
 
 3295            ::Info(
"ACLiC",
"it will be regenerated and reloaded!");
 
 3314#if (defined(R__MACOSX) && !defined(MAC_OS_X_VERSION_10_5)) || defined(R__WIN32) 
 3321#if (defined(R__MACOSX) && !defined(MAC_OS_X_VERSION_10_5)) 
 3323#elif defined(R__WIN32) 
 3334#ifdef R__USE_CXXMODULES 
 3342      using std::string, std::vector, std::istringstream, std::istream_iterator;
 
 3343      string deps = 
gInterpreter->GetSharedLibDeps(lib,  
true);
 
 3344      istringstream 
iss(deps);
 
 3389         ::Warning(
"ACLiC",
"Could not create the directory: %s",
 
 3392         ::Warning(
"ACLiC",
"%s is not writable!",
 
 3396         ::Error(
"ACLiC",
"%s is the last resort location (i.e. temp location)",
build_loc.Data());
 
 3399      ::Warning(
"ACLiC",
"Output will be written to %s",
 
 3405      Info(
"ACLiC",
"creating shared library %s",
library.Data());
 
 3417      { 
"+",
"-",
"*",
"/",
"&",
"%",
"|",
"^",
">",
"<",
 
 3418        "=",
"~",
".",
"(",
")",
"[",
"]",
"!",
",",
"$",
 
 3419        " ",
":",
"'",
"#",
"@",
"\\",
"\"" };
 
 3435   linkdef += 
"_ACLiC_linkdef.h";
 
 3437   linkdefFile << 
"// File Automatically generated by the ROOT Script Compiler " 
 3442   linkdefFile << 
"#pragma link C++ nestedclasses;" << std::endl;
 
 3443   linkdefFile << 
"#pragma link C++ nestedtypedefs;" << std::endl;
 
 3448   const char * 
extensions[] = { 
".h", 
".hh", 
".hpp", 
".hxx",  
".hPP", 
".hXX" };
 
 3451   for (i = 0; i < 6; i++ ) {
 
 3459            Info(
"ACLiC",
"including extra linkdef file: %s",
name);
 
 3467      Info(
"ACLiC",
"looking for header in: %s",
incPath.Data());
 
 3469   for (i = 0; i < 6; i++ ) {
 
 3520         for (i = 0; i < 
gInterpreter->GetRootMapFiles()->GetEntriesFast(); i++) {
 
 3530   rcling += 
" -v0 \"--lib-list-prefix=";
 
 3533   rcling.Append(dict).Append(
"\" ");
 
 3537      rcling.Append(
"-DR__ACLIC_ROOTMAP ");
 
 3554      rcling += 
" -cxxmodule ";
 
 3584         ::Info(
"ACLiC",
"creating the dictionary files");
 
 3594            ::Error(
"ACLiC", 
"Executing '%s' failed with a core dump!", cmd.Data());
 
 3596            ::Error(
"ACLiC", 
"Executing '%s' failed!", cmd.Data());
 
 3639         if (
c==
'\n' || 
c==
'\r') {
 
 3696   cmd.
ReplaceAll(
"$SourceFiles",
"-D__ACLIC__ \"$SourceFiles\"");
 
 3698   cmd.
ReplaceAll(
"$ObjectFiles",
"\"$ObjectFiles\"");
 
 3701   cmd.
ReplaceAll(
"$SharedLib",
"\"$SharedLib\"");
 
 3723   cmd.ReplaceAll(
"-std=", 
"-std:");
 
 3732   fakeMainFile << 
"// File Automatically generated by the ROOT Script Compiler " 
 3734   fakeMainFile << 
"int main(char*argc,char**argvv) {};" << std::endl;
 
 3746   exec += 
"_ACLiC_exec";
 
 3747   testcmd.ReplaceAll(
"$SourceFiles",
"-D__ACLIC__ \"$SourceFiles\"");
 
 3748   testcmd.ReplaceAll(
"$SourceFiles",dict);
 
 3749   testcmd.ReplaceAll(
"$ObjectFiles",
"\"$ObjectFiles\"");
 
 3752   testcmd.ReplaceAll(
"$ExeName",exec);
 
 3762   testcmd.ReplaceAll(
"-std=", 
"-std:");
 
 3770      cmdAllowUnresolved.ReplaceAll(
"-dynamiclib", 
"-dynamiclib -Wl,-w -Wl,-undefined,dynamic_lookup");
 
 3773         ::Info(
"ACLiC",
"compiling the dictionary and script files");
 
 3796               ::Error(
"TSystem::CompileMacro", 
"Cannot find library '%s'", 
dep);
 
 3807            ::Info(
"ACLiC", 
"relinking against all dependencies");
 
 3832            ::Info(
"ACLiC",
"testing for missing symbols:");
 
 3853      cmd.Prepend(
"echo \" ").Append(
" \" ");
 
 3854      testcmd.Prepend(
"echo \" ").Append(
" \" ");
 
 
 3918      if (!
gEnv) 
return "";
 
 
 4004      if (!
gEnv) 
return "_linkdef";
 
 
 4297         Error(
"SplitAclicMode", 
"Cannot parse argument in %s", 
filename);
 
 4322         while (
s2 && *
s2 == 
' ') 
s2--;
 
 4345      if (
mode.Length()) {
 
 
 4373   const char *
extensions[] = {
".lib", 
".exp", 
".d", 
".def", 
".rootmap", 
"_ACLiC_linkdef.h", 
"_ACLiC_dict_rdict.pcm"};
 
 4374   while ((lib = (
TNamed*)next())) {
 
 
The file contains utilities which are foundational and could be used across the core component of ROO...
 
size_t size(const MatrixT &matrix)
retrieve the size of a square matrix
 
R__EXTERN TApplication * gApplication
 
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
 
void Info(const char *location, const char *msgfmt,...)
Use this function for informational messages.
 
void Warning(const char *location, const char *msgfmt,...)
Use this function in warning situations.
 
winID h TVirtualViewer3D TVirtualGLPainter p
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char filename
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t target
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t result
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t index
 
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t UChar_t len
 
Option_t Option_t TPoint TPoint const char mode
 
char * Form(const char *fmt,...)
Formats a string in a circular formatting buffer.
 
char * Strip(const char *str, char c=' ')
Strip leading and trailing c (blanks by default) from a string.
 
char * StrDup(const char *str)
Duplicate the string str.
 
static Int_t gLibraryVersionIdx
 
TVirtualMutex * gSystemMutex
 
void AssignAndDelete(TString &target, char *tobedeleted)
 
static void R__WriteDependencyFile(const TString &build_loc, const TString &depfilename, const TString &filename, const TString &library, const TString &libname, const TString &extension, const char *version_var_prefix, const TString &includes, const TString &defines, const TString &incPath)
 
static bool R__MatchFilename(const char *left, const char *right)
Figure out if left and right points to the same object in the file system.
 
static void R__AddPath(TString &target, const TString &path)
 
static Int_t * gLibraryVersion
 
static Int_t gLibraryVersionMax
 
R__EXTERN const char * gProgName
 
R__EXTERN TVirtualMutex * gSystemMutex
 
Bool_t R_ISREG(Int_t mode)
 
ESocketBindOption
Options for binging the sockets created.
 
Bool_t R_ISDIR(Int_t mode)
 
R__EXTERN TSystem * gSystem
 
#define R__LOCKGUARD2(mutex)
 
#define R__WRITE_LOCKGUARD(mutex)
 
#define R__READ_LOCKGUARD(mutex)
 
const_iterator begin() const
 
const_iterator end() const
 
virtual void StopIdleing()
Called when system stops idleing.
 
virtual void StartIdleing()
Called when system starts idleing.
 
virtual TObject * Remove(TObject *obj)=0
 
virtual bool UseRWLock(Bool_t enable=true)
Set this collection to use a RW lock upon access, making it thread safe.
 
TObject * FindObject(const char *name) const override
Find an object in this collection using its name.
 
void Delete(Option_t *option="") override=0
Delete this object.
 
The TEnv class reads config files, by default named .rootrc.
 
virtual Int_t GetValue(const char *name, Int_t dflt) const
Returns the integer value for a resource.
 
This class represents an Internet Protocol (IP) address.
 
TObject * Next() override
Return next object in the list. Returns 0 when no more objects in list.
 
TObject * FindObject(const char *name) const override
Find an object in this list using its name.
 
void Add(TObject *obj) override
 
TObject * Remove(TObject *obj) override
Remove object from the list.
 
void Delete(Option_t *option="") override
Remove all objects from the list AND delete all heap based objects.
 
The TNamed class is the base class for all named ROOT classes.
 
const char * GetName() const override
Returns name of object.
 
const char * GetTitle() const override
Returns title of object.
 
Collectable string class.
 
Mother of all ROOT objects.
 
void AbstractMethod(const char *method) const
Use this method to implement an "abstract" method that you don't want to leave purely abstract.
 
R__ALWAYS_INLINE Bool_t TestBit(UInt_t f) const
 
virtual void SysError(const char *method, const char *msgfmt,...) const
Issue system error message.
 
virtual void Warning(const char *method, const char *msgfmt,...) const
Issue warning message.
 
void SetBit(UInt_t f, Bool_t set)
Set or unset the user status bits as specified in f.
 
virtual void Error(const char *method, const char *msgfmt,...) const
Issue error message.
 
virtual void SetUniqueID(UInt_t uid)
Set the unique object id.
 
@ kInvalidObject
if object ctor succeeded but object should not be used
 
@ kMustCleanup
if object destructor must call RecursiveRemove()
 
virtual void Info(const char *method, const char *msgfmt,...) const
Issue info message.
 
TProcessEventTimer(Long_t delay)
Create async event processor timer. Delay is in milliseconds.
 
Bool_t ProcessEvents()
Process events if timer did time out.
 
static const TString & GetBinDir()
Get the binary directory in the installation. Static utility function.
 
static const TString & GetIncludeDir()
Get the include directory in the installation. Static utility function.
 
static Int_t ConvertVersionCode2Int(Int_t code)
Convert version code to an integer, i.e. 331527 -> 51507.
 
static const TString & GetRootSys()
Get the rootsys directory in the installation. Static utility function.
 
static Int_t RootVersionCode()
Return ROOT version code as defined in RVersion.h.
 
static const TString & GetEtcDir()
Get the sysconfig directory in the installation. Static utility function.
 
static const TString & GetLibDir()
Get the library directory in the installation. Static utility function.
 
Regular expression class.
 
void Add(TObject *obj) override
 
static Int_t * ReAllocInt(Int_t *vp, size_t size, size_t oldsize)
Reallocate (i.e.
 
int CompareTo(const char *cs, ECaseCompare cmp=kExact) const
Compare a string to char *cs2.
 
Bool_t EndsWith(const char *pat, ECaseCompare cmp=kExact) const
Return true if string ends with the specified string.
 
void Clear()
Clear string without changing its capacity.
 
Ssiz_t First(char c) const
Find first occurrence of a character c.
 
const char * Data() const
 
TString & ReplaceAll(const TString &s1, const TString &s2)
 
Ssiz_t Last(char c) const
Find last occurrence of a character c.
 
Bool_t BeginsWith(const char *s, ECaseCompare cmp=kExact) const
 
TString & Prepend(const char *cs)
 
TString & Remove(Ssiz_t pos)
 
TString & Append(const char *cs)
 
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
 
Bool_t Contains(const char *pat, ECaseCompare cmp=kExact) const
 
Ssiz_t Index(const char *pat, Ssiz_t i=0, ECaseCompare cmp=kExact) const
 
Abstract base class defining a generic interface to the underlying Operating System.
 
virtual void NotifyApplicationCreated()
Hook to tell TSystem that the TApplication object has been created.
 
virtual const char * GetBuildNode() const
Return the build node name.
 
virtual int Umask(Int_t mask)
Set the process file creation mode mask.
 
virtual int SendBuf(int sock, const void *buffer, int length)
Send a buffer headed by a length indicator.
 
virtual int GetServiceByName(const char *service)
Get port # of internet service.
 
virtual Bool_t IsFileInIncludePath(const char *name, char **fullpath=nullptr)
Return true if 'name' is a file that can be found in the ROOT include path or the current directory.
 
virtual void Unload(const char *module)
Unload a shared library.
 
virtual FILE * TempFileName(TString &base, const char *dir=nullptr, const char *suffix=nullptr)
Create a secure temporary file by appending a unique 6 letter string to base.
 
virtual const char * GetMakeSharedLib() const
Return the command line use to make a shared library.
 
TSeqCollection * fFileHandler
 
virtual void AddFileHandler(TFileHandler *fh)
Add a file handler to the list of system file handlers.
 
TString & GetLastErrorString()
Return the thread local storage for the custom last error message.
 
virtual void AddLinkedLibs(const char *linkedLib)
Add linkedLib to already set linked libs.
 
virtual Int_t RedirectOutput(const char *name, const char *mode="a", RedirectHandle_t *h=nullptr)
Redirect standard output (stdout, stderr) to the specified file.
 
virtual const char * GetBuildCompilerVersion() const
Return the build compiler version.
 
virtual void ResetSignal(ESignals sig, Bool_t reset=kTRUE)
If reset is true reset the signal handler for the specified signal to the default handler,...
 
virtual TInetAddress GetSockName(int sock)
Get Internet Protocol (IP) address of host and port #.
 
virtual int GetFsInfo(const char *path, Long_t *id, Long_t *bsize, Long_t *blocks, Long_t *bfree)
Get info about a file system: fs type, block size, number of blocks, number of free blocks.
 
virtual Func_t DynFindSymbol(const char *module, const char *entry)
Find specific entry point in specified library.
 
virtual const char * GetLinkedLibs() const
Return the list of library linked to this executable.
 
void Beep(Int_t freq=-1, Int_t duration=-1, Bool_t setDefault=kFALSE)
Beep for duration milliseconds with a tone of frequency freq.
 
virtual void IgnoreInterrupt(Bool_t ignore=kTRUE)
If ignore is true ignore the interrupt signal, else restore previous behaviour.
 
virtual void Syslog(ELogLevel level, const char *mess)
Send mess to syslog daemon.
 
virtual int Symlink(const char *from, const char *to)
Create a symbolic link from file1 to file2.
 
virtual void SetAclicMode(EAclicMode mode)
AclicMode indicates whether the library should be built in debug mode or optimized.
 
static void ResetErrno()
Static function resetting system error number.
 
virtual UInt_t LoadAllLibraries()
Load all libraries known to ROOT via the rootmap system.
 
virtual void * GetDirPtr() const
 
virtual void SetObjExt(const char *objExt)
Set object files extension, should be either .o, .obj, etc.
 
virtual void SetLinkdefSuffix(const char *suffix)
The 'suffix' will be appended to the name of a script loaded by ACLiC and used to locate any eventual...
 
TSeqCollection * fHelpers
 
virtual Bool_t ExpandPathName(TString &path)
Expand a pathname getting rid of special shell characters like ~.
 
virtual const char * GetBuildDir() const
Return the path of the build directory.
 
virtual void Openlog(const char *name, Int_t options, ELogFacility facility)
Open connection to system log daemon.
 
static Int_t GetErrno()
Static function returning system error number.
 
virtual void AddIncludePath(const char *includePath)
Add a directory to the already set include path.
 
virtual int Chmod(const char *file, UInt_t mode)
Set the file permission bits. Returns -1 in case or error, 0 otherwise.
 
virtual Int_t GetEffectiveGid()
Returns the effective group id.
 
virtual ~TSystem()
Delete the OS interface.
 
virtual void SetDisplay()
Set DISPLAY environment variable based on utmp entry. Only for UNIX.
 
virtual const char * DirName(const char *pathname)
Return the directory name in pathname.
 
virtual void FreeDirectory(void *dirp)
Free a directory.
 
virtual void SetFlagsOpt(const char *)
FlagsOpt should contain the options to pass to the C++ compiler in order to compile the library in op...
 
void RemoveOnExit(TObject *obj)
Objects that should be deleted on exit of the OS interface.
 
TSeqCollection * fStdExceptionHandler
 
virtual char * GetServiceByPort(int port)
Get name of internet service.
 
virtual void * OpenDirectory(const char *name)
Open a directory. Returns 0 if directory does not exist.
 
virtual int GetPid()
Get process id.
 
virtual int RecvBuf(int sock, void *buffer, int length)
Receive a buffer headed by a length indicator.
 
virtual int CopyFile(const char *from, const char *to, Bool_t overwrite=kFALSE)
Copy a file.
 
virtual Long_t NextTimeOut(Bool_t mode)
Time when next timer of mode (synchronous=kTRUE or asynchronous=kFALSE) will time-out (in ms).
 
virtual int SetSockOpt(int sock, int kind, int val)
Set socket option.
 
virtual const char * Getenv(const char *env)
Get environment variable.
 
virtual TStdExceptionHandler * RemoveStdExceptionHandler(TStdExceptionHandler *eh)
Remove an exception handler from list of exception handlers.
 
virtual const char * GetIncludePath()
Get the list of include path.
 
virtual int AcceptConnection(int sock)
Accept a connection.
 
virtual Int_t GetAclicProperties() const
Return the ACLiC properties field.
 
virtual TString SplitAclicMode(const char *filename, TString &mode, TString &args, TString &io) const
This method split a filename of the form:
 
virtual void ShowOutput(RedirectHandle_t *h)
Display the content associated with the redirection described by the opaque handle 'h'.
 
virtual char * ConcatFileName(const char *dir, const char *name)
Concatenate a directory and a file name. User must delete returned string.
 
virtual UserGroup_t * GetGroupInfo(Int_t gid)
Returns all group info in the UserGroup_t structure.
 
virtual void CleanCompiledMacros()
Remove the shared libs produced by the CompileMacro() function, together with their rootmaps,...
 
virtual Bool_t IsPathLocal(const char *path)
Returns TRUE if the url in 'path' points to the local file system.
 
virtual const char * FindFile(const char *search, TString &file, EAccessMode mode=kFileExists)
Find location of file in a search path.
 
virtual int mkdir(const char *name, Bool_t recursive=kFALSE)
Make a file system directory.
 
virtual int MakeDirectory(const char *name)
Make a directory.
 
TString fBuildCompilerVersionStr
 
virtual const char * ExpandFileName(const char *fname)
Expand a pathname getting rid of special shell characters like ~.
 
TSystem(const TSystem &)=delete
 
virtual TInetAddress GetPeerName(int sock)
Get Internet Protocol (IP) address of remote host and port #.
 
virtual TTime Now()
Get current time in milliseconds since 0:00 Jan 1 1995.
 
virtual Int_t Exec(const char *shellcmd)
Execute a command.
 
virtual int GetSysInfo(SysInfo_t *info) const
Returns static system info, like OS type, CPU type, number of CPUs RAM size, etc into the SysInfo_t s...
 
virtual int GetMemInfo(MemInfo_t *info) const
Returns ram and swap memory usage info into the MemInfo_t structure.
 
virtual EAclicMode GetAclicMode() const
AclicMode indicates whether the library should be built in debug mode or optimized.
 
virtual const char * GetLinkedLibraries()
Get list of shared libraries loaded at the start of the executable.
 
virtual void SetIncludePath(const char *includePath)
IncludePath should contain the list of compiler flags to indicate where to find user defined header f...
 
virtual TFileHandler * RemoveFileHandler(TFileHandler *fh)
Remove a file handler from the list of file handlers.
 
virtual int Load(const char *module, const char *entry="", Bool_t system=kFALSE)
Load a shared library.
 
virtual void ListSymbols(const char *module, const char *re="")
List symbols in a shared library.
 
virtual void DoBeep(Int_t=-1, Int_t=-1) const
 
virtual int GetCpuInfo(CpuInfo_t *info, Int_t sampleTime=1000) const
Returns cpu load average and load info into the CpuInfo_t structure.
 
virtual void ListLibraries(const char *regexp="")
List the loaded shared libraries.
 
virtual FILE * OpenPipe(const char *command, const char *mode)
Open a pipe.
 
virtual void SetMakeSharedLib(const char *directives)
Directives should contain the description on how to compile and link a shared lib.
 
int GetPathInfo(const char *path, Long_t *id, Long_t *size, Long_t *flags, Long_t *modtime)
Get info about a file: id, size, flags, modification time.
 
virtual void InnerLoop()
Inner event loop.
 
virtual const char * PrependPathName(const char *dir, TString &name)
Concatenate a directory and a file name.
 
virtual Bool_t AccessPathName(const char *path, EAccessMode mode=kFileExists)
Returns FALSE if one can access a file using the specified access mode.
 
virtual int OpenConnection(const char *server, int port, int tcpwindowsize=-1, const char *protocol="tcp")
Open a connection to another host.
 
virtual const char * GetDirEntry(void *dirp)
Get a directory entry. Returns 0 if no more entries.
 
virtual void IgnoreSignal(ESignals sig, Bool_t ignore=kTRUE)
If ignore is true ignore the specified signal, else restore previous behaviour.
 
virtual void Run()
System event loop.
 
virtual int GetSockOpt(int sock, int kind, int *val)
Get socket option.
 
virtual void ExitLoop()
Exit from event loop.
 
virtual Bool_t ChangeDirectory(const char *path)
Change directory.
 
virtual std::string GetHomeDirectory(const char *userName=nullptr) const
Return the user's home directory.
 
virtual const char * UnixPathName(const char *unixpathname)
Convert from a local pathname to a Unix pathname.
 
virtual int RecvRaw(int sock, void *buffer, int length, int flag)
Receive exactly length bytes into buffer.
 
virtual Bool_t Init()
Initialize the OS interface.
 
virtual void AddTimer(TTimer *t)
Add timer to list of system timers.
 
virtual int GetProcInfo(ProcInfo_t *info) const
Returns cpu and memory used by this process into the ProcInfo_t structure.
 
virtual const char * GetBuildCompilerVersionStr() const
Return the build compiler version identifier string.
 
virtual Int_t GetCryptoRandom(void *buf, Int_t len)
Return cryptographic random number Fill provided buffer with random values Returns number of bytes wr...
 
virtual void DispatchOneEvent(Bool_t pendingOnly=kFALSE)
Dispatch a single event.
 
virtual int Rename(const char *from, const char *to)
Rename a file.
 
virtual int ClosePipe(FILE *pipe)
Close the pipe.
 
virtual const char * BaseName(const char *pathname)
Base name of a file name. Base name of /user/root is root.
 
virtual void AddSignalHandler(TSignalHandler *sh)
Add a signal handler to list of system signal handlers.
 
virtual const char * GetDynamicPath()
Return the dynamic path (used to find shared libraries).
 
TSeqCollection * fSignalHandler
 
virtual const char * GetMakeExe() const
Return the command line use to make an executable.
 
virtual const char * FindDynamicLibrary(TString &lib, Bool_t quiet=kFALSE)
Find a dynamic library using the system search paths.
 
virtual void SetFlagsDebug(const char *)
FlagsDebug should contain the options to pass to the C++ compiler in order to compile the library in ...
 
virtual void Exit(int code, Bool_t mode=kTRUE)
Exit the application.
 
virtual Int_t GetGid(const char *group=nullptr)
Returns the group's id. If group = 0, returns current user's group.
 
virtual void SetMakeExe(const char *directives)
Directives has the same syntax as the argument of SetMakeSharedLib but is used to create an executabl...
 
TSeqCollection * fCompiled
 
virtual TString GetFromPipe(const char *command)
Execute command and return output in TString.
 
TString fBuildCompilerVersion
 
TSystem * FindHelper(const char *path, void *dirptr=nullptr)
Create helper TSystem to handle file and directory operations that might be special for remote file a...
 
virtual const char * GetFlagsDebug() const
Return the debug flags.
 
virtual const char * HostName()
Return the system's host name.
 
Int_t fNfd
Signals that were trapped.
 
virtual void Unsetenv(const char *name)
Unset environment variable.
 
virtual Bool_t IsAbsoluteFileName(const char *dir)
Return true if dir is an absolute pathname.
 
virtual void AddDynamicPath(const char *pathname)
Add a new directory to the dynamic path.
 
virtual Int_t Select(TList *active, Long_t timeout)
Select on active file descriptors (called by TMonitor).
 
TSeqCollection * fOnExitList
 
virtual const char * GetObjExt() const
Get the object file extension.
 
virtual int AnnounceUnixService(int port, int backlog)
Announce unix domain service.
 
virtual Int_t GetUid(const char *user=nullptr)
Returns the user's id. If user = 0, returns current user's id.
 
virtual Int_t GetEffectiveUid()
Returns the effective user id.
 
virtual const char * GetLinkdefSuffix() const
Return the linkdef suffix chosen by the user for ACLiC.
 
virtual void SetDynamicPath(const char *pathname)
Set the dynamic path to a new value.
 
virtual void Sleep(UInt_t milliSec)
Sleep milliSec milli seconds.
 
virtual int CompileMacro(const char *filename, Option_t *opt="", const char *library_name="", const char *build_dir="", UInt_t dirmode=0)
This method compiles and loads a shared library containing the code from the file "filename".
 
virtual const char * WorkingDirectory()
Return working directory.
 
virtual void AddStdExceptionHandler(TStdExceptionHandler *eh)
Add an exception handler to list of system exception handlers.
 
virtual char * Which(const char *search, const char *file, EAccessMode mode=kFileExists)
Find location of file in a search path.
 
virtual TInetAddress GetHostByName(const char *server)
Get Internet Protocol (IP) address of host.
 
virtual void SetProgname(const char *name)
Set the application name (from command line, argv[0]) and copy it in gProgName.
 
virtual int SendRaw(int sock, const void *buffer, int length, int flag)
Send exactly length bytes from buffer.
 
virtual Int_t SetFPEMask(Int_t mask=kDefaultMask)
Set which conditions trigger a floating point exception.
 
virtual const char * GetBuildCompiler() const
Return the build compiler.
 
virtual void CloseConnection(int sock, Bool_t force=kFALSE)
Close socket connection.
 
virtual const char * GetLibraries(const char *regexp="", const char *option="", Bool_t isRegexp=kTRUE)
Return a space separated list of loaded shared libraries.
 
void SetErrorStr(const char *errstr)
Set the system error string.
 
virtual TSignalHandler * RemoveSignalHandler(TSignalHandler *sh)
Remove a signal handler from list of signal handlers.
 
virtual void SetSoExt(const char *soExt)
Set shared library extension, should be either .so, .sl, .a, .dll, etc.
 
virtual void Closelog()
Close connection to system log daemon.
 
virtual void Setenv(const char *name, const char *value)
Set environment variable.
 
virtual const char * GetBuildArch() const
Return the build architecture.
 
virtual int Link(const char *from, const char *to)
Create a link from file1 to file2.
 
virtual void SigAlarmInterruptsSyscalls(Bool_t)
 
virtual const char * HomeDirectory(const char *userName=nullptr)
Return the user's home directory.
 
virtual void SetLinkedLibs(const char *linkedLibs)
LinkedLibs should contain the library directory and list of libraries needed to recreate the current ...
 
virtual std::string GetWorkingDirectory() const
Return working directory.
 
virtual void SetBuildDir(const char *build_dir, Bool_t isflat=kFALSE)
Set the location where ACLiC will create libraries and use as a scratch area.
 
static const char * StripOffProto(const char *path, const char *proto)
Strip off protocol string from specified path.
 
virtual void Abort(int code=0)
Abort the application.
 
virtual Bool_t ProcessEvents()
Process pending events (GUI, timers, sockets).
 
virtual const char * GetSoExt() const
Get the shared library extension.
 
virtual int Utime(const char *file, Long_t modtime, Long_t actime)
Set the a files modification and access times.
 
virtual const char * GetError()
Return system error string.
 
virtual int AnnounceTcpService(int port, Bool_t reuse, int backlog, int tcpwindowsize=-1, ESocketBindOption socketBindOption=ESocketBindOption::kInaddrAny)
Announce TCP/IP service.
 
virtual TTimer * RemoveTimer(TTimer *t)
Remove timer from list of system timers.
 
virtual TString GetDirName(const char *pathname)
Return the directory name in pathname.
 
virtual Int_t GetFPEMask()
Return the bitmap of conditions that trigger a floating point exception.
 
virtual int Unlink(const char *name)
Unlink, i.e.
 
virtual void StackTrace()
Print a stack trace.
 
virtual UserGroup_t * GetUserInfo(Int_t uid)
Returns all user info in the UserGroup_t structure.
 
virtual int AnnounceUdpService(int port, int backlog, ESocketBindOption socketBindOption=ESocketBindOption::kInaddrAny)
Announce UDP service.
 
virtual void ResetSignals()
Reset signals handlers to previous behaviour.
 
virtual const char * TempDirectory() const
Return a user configured or systemwide directory to create temporary files in.
 
virtual const char * GetFlagsOpt() const
Return the optimization flags.
 
virtual Bool_t ConsistentWith(const char *path, void *dirptr=nullptr)
Check consistency of this helper with the one required by 'path' or 'dirptr'.
 
char * DynamicPathName(const char *lib, Bool_t quiet=kFALSE)
Find a dynamic library called lib using the system search paths.
 
Basic time type with millisecond precision.
 
Handles synchronous and a-synchronous timer events.
 
virtual void TurnOn()
Add the timer to the system timer list.
 
void Reset()
Reset the timer.
 
This class represents a WWW compatible URL.
 
TVersionCheck(int versionCode)
Register version of plugin library.
 
This class implements a mutex interface.
 
std::string GetCurrentDir()
 
std::string MakePathRelative(const std::string &path, const std::string &base, bool isBuildingROOT=false)
 
R__EXTERN TVirtualRWMutex * gCoreMutex