source: trunk/FACT++

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10352   13 years tbretz Added some comment.
(edit) @10351   13 years tbretz Removed an obsolete comment.
(edit) @10350   13 years tbretz Throw logic_error instead of runtime_error and throw in case the ...
(edit) @10349   13 years tbretz Updated comment.
(edit) @10348   13 years tbretz Undoing change committed by mistake in r10347.
(edit) @10347   13 years tbretz Removed printing of command list from constructor; added help2man ...
(edit) @10346   13 years tbretz Upadted according to latest changes in the configuration.
(edit) @10345   13 years tbretz Implemented help for a single server or command.
(edit) @10344   13 years tbretz Added arguments to PrintListOfEvents.
(edit) @10343   13 years tbretz Replaces local Trim function by function from tools; set ...
(edit) @10342   13 years tbretz Replaces local Trim function by new function from tools
(edit) @10341   13 years tbretz Implemented help for a single server or command.
(edit) @10340   13 years tbretz Fixed description for PrintDescription
(edit) @10339   13 years tbretz Added server and service argument to PrintDescription.
(edit) @10338   13 years tbretz Added Trim function.
(edit) @10337   13 years tbretz Added Ctrl-d to the key bindings and a help message in the boot sequence.
(edit) @10336   13 years tbretz Added targets for several kind of help pages (man, html, pdf).
(edit) @10335   13 years tbretz Updated with latest changes in configure.ac.
(edit) @10334   13 years tbretz New macro implementing --with-package option.
(edit) @10333   13 years tbretz Added support for cfitsio, CCfitsio and several kind of help pages; ...
(edit) @10332   13 years tbretz Slightly modified the Print() output.
(edit) @10331   13 years tbretz Added Stop member function to interrupt readline.
(edit) @10330   13 years tbretz Little updates to fix some doxygen warnings.
(edit) @10329   13 years tbretz Removed some unintentional debug output.
(edit) @10327   13 years tbretz Switched on the non dim-standard formats for DimCommands; improved the ...
(edit) @10326   13 years tbretz Fixed the conversion for the Option-argument.
(edit) @10325   13 years tbretz Remove lt- prefix from libtool from program name.
(edit) @10324   13 years tbretz Added a constructor whihc allows construction from MJD.
(edit) @10323   13 years tbretz Some fixed to the docu.
(edit) @10322   13 years tbretz Initialize fPrintUsage in constructor.
(edit) @10321   13 years tbretz Display only the basename of the program.
(edit) @10320   13 years tbretz Removed an obsolete std::
(edit) @10319   13 years tbretz Removed two obsolete macro calls.
(edit) @10318   13 years tbretz Added some more information.
(edit) @10317   13 years tbretz Added missing files
(edit) @10316   13 years tbretz Added some more --help text.
(edit) @10315   13 years tbretz Added const qualifier to member functions returning fOut.
(edit) @10314   13 years tbretz Added descriptions for the default states; added PrintListOfStates ...
(edit) @10313   13 years tbretz Some updates to the output of help messages.
(edit) @10312   13 years tbretz Some updates to the output of help messages.
(edit) @10311   13 years tbretz Added some links to the class reference.
(edit) @10310   13 years tbretz Removed some little code which is in the base classes anyway.
(edit) @10309   13 years tbretz Added typedef for StateNames; changed the getter such that they can ...
(edit) @10308   13 years tbretz Added the RedirectionWrapper member function; made the comparison for ...
(edit) @10307   13 years tbretz Fixed a small problem with wether changing the server should be stored ...
(edit) @10306   13 years tbretz Implemented GetComment and GetDescription member functions.
(edit) @10305   13 years tbretz Use ReadlineColor for unified look and feel.
(edit) @10304   13 years tbretz Added namespace ReadlineColor to provide some colored output for ...
(edit) @10303   13 years tbretz Added some examples how a proper --help output should look to be ...
(edit) @10302   13 years tbretz Added some missing files for the distribution; added new classes.
(edit) @10301   13 years tbretz Implemented commands to display the command description and the ...
(edit) @10300   13 years tbretz Fixed typo in function name.
(edit) @10299   13 years tbretz Implemented event description into all kind of events.
(edit) @10298   13 years tbretz Added the automatic retrieval of the description strings as send by ...
(edit) @10297   13 years tbretz New struct implementing breaking a descriptive string into name, unit ...
(edit) @10296   13 years tbretz Changed some output from cout to cerr to avoid it going to man pages ...
(edit) @10295   13 years tbretz Added operator() for easy configuration; Added fDescription for ...
(edit) @10294   13 years tbretz AddTransitions and AddConfiguration now return a reference; ...
(edit) @10293   13 years tbretz Fixed the conversion for cases like 'C:5'
(edit) @10292   13 years tbretz Replaced -> by . in AddTransition and AddConfiguration.
(edit) @10289   13 years tbretz The Converter functions now throw exceptions. The previous way of ...
(edit) @10288   13 years tbretz Added Debug() member functions.
(edit) @10287   13 years tbretz Replaced some int by size_t.
(edit) @10286   13 years tbretz Added fReadBuffer, replaced CloseImp() by PostClose().
(edit) @10285   13 years tbretz Romved some nonsense comments.
(edit) @10284   13 years tbretz - Added enum ConnectionStatus_t - change fConnectionStatus type to ...
(edit) @10278   13 years tbretz Skipped processing of the terminating entry in the list.
(edit) @10277   13 years tbretz Fixed an exception when Get<string> returned in empty string in case ...
(edit) @10276   13 years tbretz Changed from teh default argument in Run() to an overloaded function, ...
(edit) @10275   13 years tbretz Implemented that all identical previous history entries are removed ...
(edit) @10274   13 years tbretz Slight modification to logging output, by default now the output of ...
(edit) @10273   13 years tbretz Adapted to new interface of Converter class, added the possibility to ...
(edit) @10272   13 years tbretz Implemented a proper interfacing to the reception of a possible EXIT ...
(edit) @10271   13 years tbretz Adapted usage of Converter class, make use of std::replace and ...
(edit) @10270   13 years tbretz Change the interface. Now it first compiles the format string into a ...
(edit) @10269   13 years tbretz
(edit) @10268   13 years tbretz Some improvements to the connection handling, added some PostMessage ...
(edit) @10267   13 years tbretz Changed to the new usage of the Converter class.
(edit) @10266   13 years tbretz Omitted a variable - just cosmetics.
(edit) @10265   13 years lyard
(edit) @10264   13 years lyard
(edit) @10255   14 years tbretz Added BOOST_DIABLE_ASSERTS defintiion as compiler flag -- maybe this ...
(edit) @10254   14 years tbretz Changed required autoconf version to 2.65 -- seems to be enough
(edit) @10253   14 years tbretz Added exaple for SetFrom Str and GetAsStr, remove fractional seconds ...
(edit) @10252   14 years tbretz Added new manipulators with out the fractional part of the seconds and ...
(edit) @10251   14 years tbretz Added some example how to calculate with times.
(edit) @10242   14 years tbretz Some tiny updates like typos.
(edit) @10230   14 years tbretz Added compatibility with boost V1.40
(edit) @10223   14 years tbretz Hide the command line in 'make diff'
(edit) @10222   14 years tbretz Adapted to changed in Configuration class
(edit) @10221   14 years tbretz Added the --dns option and proper environment variable mapping of ...
(edit) @10220   14 years tbretz Added fEnvMap and a default name mapper.
(edit) @10219   14 years tbretz Added conversion to a vector of boost::any, added more format options ...
(edit) @10218   14 years tbretz Replaced deque by queue
(edit) @10217   14 years tbretz Also using a reference is correct in this context, for safety it is ...
(edit) @10216   14 years tbretz Added check for colordiff
(edit) @10215   14 years tbretz Added diff-rule
(edit) @10211   14 years tbretz Moved addition of compiler and linker flags from Makefile.am to ...
(edit) @10210   14 years tbretz New import
(edit) @10209   14 years tbretz Included ac_checK_readine.m4
Note: See TracRevisionLog for help on using the revision log.