|
|
@18424
|
9 years |
tbretz |
An empty 'path' crahes newer boosts. Make sure it is not eempty.
|
|
|
@18050
|
10 years |
tbretz |
Added some spaces as requested by newer C++11 implementations.
|
|
|
@17375
|
11 years |
tbretz |
Handle the case when /home/fact is not defined, this can happen for ...
|
|
|
@17362
|
11 years |
tbretz |
Added server name to startup message.
|
|
|
@17348
|
11 years |
tbretz |
A more efficient handling and more options for the path to the log files.
|
|
|
@16759
|
11 years |
tbretz |
Removed an unintentional debug out.
|
|
|
@16737
|
11 years |
tbretz |
Implement a way to check if the (Log) Message Queue is empty. Only ...
|
|
|
@16093
|
11 years |
tbretz |
Replaced size() by empty() where possible
|
|
|
@15177
|
12 years |
tbretz |
Added a --no-log option, just in case...
|
|
|
@15109
|
12 years |
tbretz |
Removed default from 'host'
|
|
|
@15017
|
12 years |
tbretz |
Changed return codes from EvalOption such that 0 means 'stop, but ...
|
|
|
@14664
|
12 years |
tbretz |
Some fix in the options documentation.
|
|
|
@14571
|
12 years |
tbretz |
Added dim version to startup message.
|
|
|
@14545
|
12 years |
tbretz |
Before commands are executed (cmd, exec) we wait now until we are sure ...
|
|
|
@14016
|
12 years |
tbretz |
Replaced lexical cast by to_string
|
|
|
@13796
|
12 years |
tbretz |
Propagate the return code to the program exit.
|
|
|
@13749
|
12 years |
tbretz |
added pid to output.
|
|
|
@13673
|
12 years |
tbretz |
Added the possibility to pipe arguments to the executed scripts.
|
|
|
@13650
|
12 years |
tbretz |
Instead of calling shell.Stop(), simply shell.Run() is not called if ...
|
|
|
@13007
|
13 years |
tbretz |
Mini change to the hep output.
|
|
|
@12956
|
13 years |
tbretz |
To dfine the virtual Run() function a new class MainImp is used now ...
|
|
|
@12824
|
13 years |
tbretz |
Changed ifdef to make it compile with boost 1.46
|
|
|
@12783
|
13 years |
tbretz |
Icreased compatibility with different boost versions.
|
|
|
@12127
|
13 years |
tbretz |
Made --help output more compatible with help2man
|
|
|
@12087
|
13 years |
tbretz |
Added the PrintHelp function which is supposed to print state and ...
|
|
|
@11945
|
13 years |
tbretz |
Added append-log option.
|
|
|
@11581
|
13 years |
tbretz |
Removed unintentionally comitted debug output.
|
|
|
@11580
|
13 years |
tbretz |
Added --null option to suppress the output more or less completely.
|
|
|
@11577
|
13 years |
tbretz |
Moved Dim:Setup to Main::execute
|
|
|
@11575
|
13 years |
tbretz |
Moved common option setup to Main.h; created Main namespace
|
|
|
@11530
|
13 years |
tbretz |
Flush the output during startup immediately.
|
|
|
@11483
|
13 years |
tbretz |
Added a registry for wildcarded options to detect unaccessed options; ...
|
|
|
@11481
|
13 years |
tbretz |
Replaced boost::thread by std::thread and boost::bind by std::bind ...
|
|
|
@11472
|
13 years |
tbretz |
Replaced boost::thread by std::thread.
|
|
|
@11470
|
13 years |
tbretz |
Improved output.
|
|
|
@11401
|
13 years |
tbretz |
Do not output = if avlue is empty
|
|
|
@11390
|
13 years |
tbretz |
Updated startup block
|
|
|
@11389
|
13 years |
tbretz |
UPdated startup block
|
|
|
@11388
|
13 years |
tbretz |
Added svn revision to output at startup.
|
|
|
@11386
|
13 years |
tbretz |
Added output of a lot of information at startup.
|
|
|
@11349
|
13 years |
tbretz |
Fixed variable names.
|
|
|
@11346
|
13 years |
tbretz |
Use Vec instead of Get
|
|
|
@11330
|
13 years |
tbretz |
Check whether option is available before accessing 'console' option.
|
|
|
@11263
|
13 years |
tbretz |
Added include of boost/thread.hpp and LocalControl.h
|
|
|
@11253
|
13 years |
tbretz |
Changed SetConfiguration to EvalConfiguration and its return value ...
|
|
|
@11252
|
13 years |
tbretz |
Added a first draft of a unified main program.
|