|
|
@10313
|
14 years |
tbretz |
Some updates to the output of help messages.
|
|
|
@10312
|
14 years |
tbretz |
Some updates to the output of help messages.
|
|
|
@10311
|
14 years |
tbretz |
Added some links to the class reference.
|
|
|
@10310
|
14 years |
tbretz |
Removed some little code which is in the base classes anyway.
|
|
|
@10309
|
14 years |
tbretz |
Added typedef for StateNames; changed the getter such that they can ...
|
|
|
@10308
|
14 years |
tbretz |
Added the RedirectionWrapper member function; made the comparison for ...
|
|
|
@10307
|
14 years |
tbretz |
Fixed a small problem with wether changing the server should be stored ...
|
|
|
@10306
|
14 years |
tbretz |
Implemented GetComment and GetDescription member functions.
|
|
|
@10305
|
14 years |
tbretz |
Use ReadlineColor for unified look and feel.
|
|
|
@10304
|
14 years |
tbretz |
Added namespace ReadlineColor to provide some colored output for ...
|
|
|
@10303
|
14 years |
tbretz |
Added some examples how a proper --help output should look to be ...
|
|
|
@10302
|
14 years |
tbretz |
Added some missing files for the distribution; added new classes.
|
|
|
@10301
|
14 years |
tbretz |
Implemented commands to display the command description and the ...
|
|
|
@10300
|
14 years |
tbretz |
Fixed typo in function name.
|
|
|
@10299
|
14 years |
tbretz |
Implemented event description into all kind of events.
|
|
|
@10298
|
14 years |
tbretz |
Added the automatic retrieval of the description strings as send by ...
|
|
|
@10297
|
14 years |
tbretz |
New struct implementing breaking a descriptive string into name, unit ...
|
|
|
@10296
|
14 years |
tbretz |
Changed some output from cout to cerr to avoid it going to man pages ...
|
|
|
@10295
|
14 years |
tbretz |
Added operator() for easy configuration; Added fDescription for ...
|
|
|
@10294
|
14 years |
tbretz |
AddTransitions and AddConfiguration now return a reference; ...
|
|
|
@10293
|
14 years |
tbretz |
Fixed the conversion for cases like 'C:5'
|
|
|
@10292
|
14 years |
tbretz |
Replaced -> by . in AddTransition and AddConfiguration.
|
|
|
@10289
|
14 years |
tbretz |
The Converter functions now throw exceptions. The previous way of ...
|
|
|
@10288
|
14 years |
tbretz |
Added Debug() member functions.
|
|
|
@10287
|
14 years |
tbretz |
Replaced some int by size_t.
|
|
|
@10286
|
14 years |
tbretz |
Added fReadBuffer, replaced CloseImp() by PostClose().
|
|
|
@10285
|
14 years |
tbretz |
Romved some nonsense comments.
|
|
|
@10284
|
14 years |
tbretz |
- Added enum ConnectionStatus_t
- change fConnectionStatus type to ...
|
|
|
@10278
|
14 years |
tbretz |
Skipped processing of the terminating entry in the list.
|
|
|
@10277
|
14 years |
tbretz |
Fixed an exception when Get<string> returned in empty string in case ...
|
|
|
@10276
|
14 years |
tbretz |
Changed from teh default argument in Run() to an overloaded function, ...
|
|
|
@10275
|
14 years |
tbretz |
Implemented that all identical previous history entries are removed ...
|
|
|
@10274
|
14 years |
tbretz |
Slight modification to logging output, by default now the output of ...
|
|
|
@10273
|
14 years |
tbretz |
Adapted to new interface of Converter class, added the possibility to ...
|
|
|
@10272
|
14 years |
tbretz |
Implemented a proper interfacing to the reception of a possible EXIT ...
|
|
|
@10271
|
14 years |
tbretz |
Adapted usage of Converter class, make use of std::replace and ...
|
|
|
@10270
|
14 years |
tbretz |
Change the interface. Now it first compiles the format string into a ...
|
|
|
@10269
|
14 years |
tbretz |
|
|
|
@10268
|
14 years |
tbretz |
Some improvements to the connection handling, added some PostMessage ...
|
|
|
@10267
|
14 years |
tbretz |
Changed to the new usage of the Converter class.
|
|
|
@10266
|
14 years |
tbretz |
Omitted a variable - just cosmetics.
|
|
|
@10265
|
14 years |
lyard |
|
|
|
@10264
|
14 years |
lyard |
|
|
|
@10255
|
14 years |
tbretz |
Added BOOST_DIABLE_ASSERTS defintiion as compiler flag -- maybe this ...
|
|
|
@10254
|
14 years |
tbretz |
Changed required autoconf version to 2.65 -- seems to be enough
|
|
|
@10253
|
14 years |
tbretz |
Added exaple for SetFrom Str and GetAsStr, remove fractional seconds ...
|
|
|
@10252
|
14 years |
tbretz |
Added new manipulators with out the fractional part of the seconds and ...
|
|
|
@10251
|
14 years |
tbretz |
Added some example how to calculate with times.
|
|
|
@10242
|
14 years |
tbretz |
Some tiny updates like typos.
|
|
|
@10230
|
14 years |
tbretz |
Added compatibility with boost V1.40
|
|
|
@10223
|
14 years |
tbretz |
Hide the command line in 'make diff'
|
|
|
@10222
|
14 years |
tbretz |
Adapted to changed in Configuration class
|
|
|
@10221
|
14 years |
tbretz |
Added the --dns option and proper environment variable mapping of ...
|
|
|
@10220
|
14 years |
tbretz |
Added fEnvMap and a default name mapper.
|
|
|
@10219
|
14 years |
tbretz |
Added conversion to a vector of boost::any, added more format options ...
|
|
|
@10218
|
14 years |
tbretz |
Replaced deque by queue
|
|
|
@10217
|
14 years |
tbretz |
Also using a reference is correct in this context, for safety it is ...
|
|
|
@10216
|
14 years |
tbretz |
Added check for colordiff
|
|
|
@10215
|
14 years |
tbretz |
Added diff-rule
|
|
|
@10211
|
14 years |
tbretz |
Moved addition of compiler and linker flags from Makefile.am to ...
|
|
|
@10210
|
14 years |
tbretz |
New import
|
|
|
@10209
|
14 years |
tbretz |
Included ac_checK_readine.m4
|
|
|
@10208
|
14 years |
tbretz |
Fixed a typo in a comment.
|
|
|
@10207
|
14 years |
tbretz |
Updated
|
|
|
@10206
|
14 years |
tbretz |
Added ac_find_motif
|
|
|
@10205
|
14 years |
tbretz |
Replaces -lXm by macros
|
|
|
@10204
|
14 years |
tbretz |
Replaced search for Xm.h by AC_FIND_MOTIF
|
|
|
@10203
|
14 years |
tbretz |
New import
|
|
|
@10202
|
14 years |
tbretz |
Updated.
|
|
|
@10201
|
14 years |
tbretz |
Updated.
|
|
|
@10200
|
14 years |
tbretz |
Updated.
|
|
|
@10199
|
14 years |
tbretz |
Replaced a4wide by DOXYGEN_PAPER_SIZE
|
|
|
@10198
|
14 years |
tbretz |
Some minor updates to the comments
|
|
|
@10197
|
14 years |
tbretz |
Added proper pthread support (needed for dim)
|
|
|
@10196
|
14 years |
tbretz |
Added ACX_PTHREAD macro
|
|
|
@10195
|
14 years |
tbretz |
Added ACX_PTHREAD macro for pthread support needed with dim
|
|
|
@10194
|
14 years |
tbretz |
Renamed libDimCpp to libDim++, added Doxyfile to dist to EXTRA_DIST
|
|
|
@10193
|
14 years |
tbretz |
Updated with new mysql macros
|
|
|
@10192
|
14 years |
tbretz |
Cleanup, added new MYSQL m4-macros
|
|
|
@10191
|
14 years |
tbretz |
New macros to test for mysql and mysql++
|
|
|
@10190
|
14 years |
tbretz |
Updated.
|
|
|
@10189
|
14 years |
tbretz |
Updated, removed obsolete AC_PROG_LIBTOOL, removed dist-tarZ option
|
|
|
@10188
|
14 years |
tbretz |
Fixed some typos.
|
|
|
@10184
|
14 years |
tbretz |
Updated svn path. Added references to Dim.
|
|
|
@10183
|
14 years |
tbretz |
New import.
|