|
|
@12954
|
13 years |
tbretz |
Added include of LocalControl.h
|
|
|
@12828
|
13 years |
tbretz |
Removed a line producing an unused variable.
|
|
|
@11577
|
13 years |
tbretz |
Moved Dim:Setup to Main::execute
|
|
|
@11575
|
13 years |
tbretz |
Moved common option setup to Main.h; created Main namespace
|
|
|
@11574
|
13 years |
tbretz |
Added the possibility to setup DIM_HOST_NODE with the --host program ...
|
|
|
@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 ...
|
|
|
@11479
|
13 years |
tbretz |
Replaces ato/atof by stoi/stof; replaced boost::lexical_cast by to_string
|
|
|
@11473
|
13 years |
tbretz |
Removed some obsolete includes.
|
|
|
@11255
|
13 years |
tbretz |
Updated regex to evaluate schedule-database.
|
|
|
@11254
|
13 years |
tbretz |
Changed SetConfiguration to EvalConfiguration; changed positional ...
|
|
|
@11251
|
13 years |
tbretz |
Started to unify the main program of the io_service based control program.
|
|
|
@11221
|
13 years |
tbretz |
Removed q as shortcut for --quit to avoid confusion with --quiet
|
|
|
@11218
|
13 years |
tbretz |
Added --cmd and --quit program option.
|
|
|
@11216
|
13 years |
tbretz |
Added cmd and quit command.
|
|
|
@11056
|
13 years |
tbretz |
Removed RunDim and replaces it with RunShell and LocalStream
|
|
|
@11043
|
13 years |
tbretz |
Added the --exec command.
|
|
|
@11030
|
13 years |
Daniela Dorner |
added configuration parameters
|
|
|
@11029
|
13 years |
Daniela Dorner |
added inserting fObservationKEY into the table ScheduledRun
|
|
|
@11024
|
13 years |
Daniela Dorner |
fixed name
|
|
|
@11022
|
13 years |
tbretz |
Added more const qualifiers.
|
|
|
@11019
|
13 years |
tbretz |
Many structural updates; catch mysqlpp exceptions outside Scheudle(); ...
|
|
|
@10997
|
13 years |
tbretz |
Added boot message to interactive session.
|
|
|
@10797
|
13 years |
tbretz |
Simplified program options handling.
|
|
|
@10780
|
13 years |
tbretz |
Replaced stringstream in log-stream by ostringstream.
|
|
|
@10765
|
13 years |
tbretz |
Made it compatible with older boost versions.
|
|
|
@10710
|
14 years |
tbretz |
Allow a stopped StateMachine to exit the readline prompt.
|
|
|
@10709
|
14 years |
tbretz |
Removed the use of the Configuration class internal 'database' option, ...
|
|
|
@10701
|
14 years |
tbretz |
Updated initialization procedure to fit the other executables.
|
|
|
@10688
|
14 years |
tbretz |
Renamed AddConfiguration and AddTransition to AddEvent
|
|
|
@10624
|
14 years |
Daniela Dorner |
implemented --dbname and its evaluation for the scheduler
|
|
|
@10618
|
14 years |
Daniela Dorner |
added some checks for fixed observations and time range for scheduling
|
|
|
@10612
|
14 years |
tbretz |
Fixed BOOST_VERSION number
|
|
|
@10610
|
14 years |
tbretz |
Removed obsolete #error -- was successfully tested to work.
|
|
|
@10600
|
14 years |
tbretz |
Added fix because gcc 4.5 is not supported by boost 1.42 which are ...
|
|
|
@10596
|
14 years |
Daniela Dorner |
added filling of intermediate observation lists and filling of fixed ...
|
|
|
@10530
|
14 years |
Daniela Dorner |
added program for scheduler
|