[root] / trunk / net / net / src / TApplicationServer.cxx Repository:
ViewVC logotype

Log of /trunk/net/net/src/TApplicationServer.cxx

Parent Directory Parent Directory


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

Revision 44507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 4 12:30:41 2012 UTC (2 years, 7 months ago) by axel
File length: 39506 byte(s)
Diff to previous 36116
Remove
  using namespace std;
from Riostream.h, which has huge consequences for all of ROOT.
Riostream.h is now a simple wrapper for fstream, iostream, iomanip for backward compatibility; Riosfwd.h simply wraps iosfwd.

Because of templates and their inline functions, Riostream.h needed to be included in headers, too (e.g. TParameter.h), which violated the assumption that Riostream.h is not exposing its using namespace std to headers.
ROOT now requires R__ANSISTREAM, R__SSTREAM, which does not change the set of supported compilers.

Without "using namespace std", several identifiers are now prefixed by std::; e.g. roofit/* source files now have a using namespace std to keep their coding style.
TFile::MakeProject() now generates "using namespace std" to convert the CINT-style class names into C++ ones.

Revision 36116 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 6 13:58:05 2010 UTC (4 years, 3 months ago) by ganis
File length: 39496 byte(s)
Diff to previous 36001
Fix another bunch of Coverity issues

Revision 36001 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 1 12:52:33 2010 UTC (4 years, 3 months ago) by rdm
File length: 39396 byte(s)
Diff to previous 36000
fix coverity 13425.

Revision 36000 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 1 12:51:02 2010 UTC (4 years, 3 months ago) by rdm
File length: 39392 byte(s)
Diff to previous 35786
fix coverity 13424.

Revision 35786 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 27 12:30:55 2010 UTC (4 years, 3 months ago) by rdm
File length: 39388 byte(s)
Diff to previous 35785
fix coverity 13425.

Revision 35785 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 27 12:29:45 2010 UTC (4 years, 3 months ago) by rdm
File length: 39388 byte(s)
Diff to previous 35202
fix coverity 13424.

Revision 35202 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 8 13:12:42 2010 UTC (4 years, 4 months ago) by rdm
File length: 39388 byte(s)
Diff to previous 35173
fix issues flagged as critical by coverity.

Revision 35173 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 6 14:47:56 2010 UTC (4 years, 4 months ago) by rdm
File length: 39368 byte(s)
Diff to previous 34286
coverity issues.

Revision 34286 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jul 1 20:38:57 2010 UTC (4 years, 6 months ago) by rdm
File length: 39269 byte(s)
Diff to previous 33054
fix format errors related to TString::Form(), TString::Format(), Form()
and Printf().

Revision 33054 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 15 16:47:24 2010 UTC (4 years, 9 months ago) by pcanal
File length: 39242 byte(s)
Diff to previous 23411
From Axel:

Move CINT specific initialization (i.e. preventing CINT from #include-ing files it cannot parse) from TRint into TCint. Consistently tell the interpreter to #include <string>, not <_string>. Set the include path in TCint / TCling so they can load interpreter specific headers (like RtypesCint.h). Whether or not to remove the interpreter includes in TProofServLite::SetupOnFork() will
be studied by Gerri, for now they should not hurt.

Revision 23411 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 23 08:56:18 2008 UTC (6 years, 9 months ago) by brun
File length: 39599 byte(s)
Diff to previous 23091
Fix a redeclaration of int level as TString level in ApplicationServer::ErrorHandler

Revision 23091 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 9 15:04:27 2008 UTC (6 years, 9 months ago) by rdm
File length: 39591 byte(s)
Copied from: trunk/net/src/TApplicationServer.cxx revision 23090
Diff to previous 20882
moving the follwing directories to "net":

alien, auth, glite, globusauth, krb5auth, ldap, monalisa, net, netx,
rootd, rpdutils, srputils, xrootd

Revision 20882 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 11:31:26 2007 UTC (7 years, 2 months ago) by rdm
Original Path: trunk/net/src/TApplicationServer.cxx
File length: 39591 byte(s)
Diff to previous 20411
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 20411 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 19 12:37:58 2007 UTC (7 years, 3 months ago) by rdm
Original Path: trunk/net/src/TApplicationServer.cxx
File length: 39591 byte(s)
Diff to previous 19826
remove conditional around include of RConfigure.h:

#ifdef R__HAVE_CONFIG
#include "RConfigure.h"
#endif 

Having this conditional caused RConfigure.h to be missing from the .d
files and hence these files would not be recompiled after re-configuring
using --prefix.

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/net/src/TApplicationServer.cxx
File length: 39622 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/net/src/TApplicationServer.cxx
File length: 39682 byte(s)
Diff to previous 19068
remove :$ from tag line

Revision 19068 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 19 12:55:18 2007 UTC (7 years, 7 months ago) by brun
Original Path: trunk/net/src/TApplicationServer.cxx
File length: 39692 byte(s)
Diff to previous 18802
From Bertrand:
New class TRemoteObject to enable browsing of remote system files or ROOT files.

Revision 18802 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 16 10:34:38 2007 UTC (7 years, 8 months ago) by brun
Original Path: trunk/net/src/TApplicationServer.cxx
File length: 36372 byte(s)
Diff to previous 18771
From Gerri:
   - Instantiate gBenchmark in the constructor (in analogy with TRInt)
   - Fix a warning from an uninitialized variable.

Revision 18771 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 14 13:27:17 2007 UTC (7 years, 8 months ago) by brun
Original Path: trunk/net/src/TApplicationServer.cxx
File length: 36282 byte(s)
Diff to previous 18729
From Gerri:

 net/inc/RRemoteProtocol.h, net/inc/TApplicationRemote.h, net/src/TApplicationRemote.cxx
   - For processing request requiring a file (lines starting by .x, .X, .L, .U) do not search
     locally for the file; send it over only if the server asks for it.
   - Fix coding conventions

 net/inc/TApplicationServer.h, net/src/TApplicationServer.cxx
   - If a file needed to satisfy the processing request (lines starting by .x, .X, .L, .U)
     is not found in the standard paths, ask the client to send it over.
   - Execute rootlogon(s) at remote login
   - Send back only new canvases
   - In debug mode, do not Delete the log file

Revision 18729 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 10 17:31:09 2007 UTC (7 years, 8 months ago) by rdm
Original Path: trunk/net/src/TApplicationServer.cxx
File length: 30571 byte(s)
Diff to previous 18722
fix cvs tag lines.

Revision 18722 - (view) (download) (as text) (annotate) - [select for diffs]
Added Thu May 10 16:01:32 2007 UTC (7 years, 8 months ago) by brun
Original Path: trunk/net/src/TApplicationServer.cxx
File length: 30514 byte(s)
From Gerri:
    - New files to implement the very first version of the client-server model for remote execution.
      This version allows to start remote sessions and execute macros displaying the result locally.
      Optmized TPad/TCanvas updating  is not yet implemented.

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