Log of /trunk/net/net/src/TApplicationServer.cxx
Parent Directory
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
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
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
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
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
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.