Commit Graph

208 Commits

Author SHA1 Message Date
darkeye 2b05be870a added POSIX real-time scheduling 2000-12-20 12:36:47 +00:00
darkeye 254e7e36a4 bug fix in error reporting 2000-12-01 15:03:28 +00:00
darkeye 28953578dd so I won't forget... 2000-11-19 16:29:50 +00:00
darkeye 26658ab7ae these changes should have been in release 0.2, but better late than never 2000-11-19 09:42:28 +00:00
nobody ae33089861 This commit was manufactured by cvs2svn to create tag 'darkice-0_2'. 2000-11-18 19:00:35 +00:00
darkeye 299c52e084 preprearing for version 0.2 2000-11-18 19:00:35 +00:00
darkeye 03e0f9d0d4 removed direct reference to cout, except from main.cpp
all class use the Reporter interface to report events
2000-11-18 11:13:27 +00:00
darkeye 6136206150 added timestamp display, removed process id display in reports
changed reportEvent functions to template functions
2000-11-18 11:12:01 +00:00
darkeye f3dd5f2ce4 added time.h to header list to check 2000-11-18 11:10:31 +00:00
darkeye 7950be7aeb added darkice.cfg to distribution filelist 2000-11-18 11:10:12 +00:00
darkeye e8a74d2f45 added -Wall flag to compiler and eleminated new warnings 2000-11-17 15:50:48 +00:00
darkeye 6bb7ca8649 bug fix: ostream << operator overload didn't return the ostream 2000-11-17 15:33:54 +00:00
darkeye 7eabcb9d56 changed version number from 0.1 to 0.2 2000-11-17 05:50:29 +00:00
darkeye 98f6ff61fb added multiple verbosity-level event reporting and verbosity command
line option
2000-11-16 08:48:43 +00:00
darkeye 54dc65af94 changed the transferable number of bytes to unsigned long 2000-11-15 18:37:37 +00:00
darkeye 11f054eeca added multiple verbosity-level event reporting and verbosity command
line option
2000-11-15 18:08:43 +00:00
darkeye 199799c61d added remoteDumpFile description to the config file 2000-11-15 15:36:39 +00:00
nobody 6e00be0908 This commit was manufactured by cvs2svn to create tag 'darkice-0_1'. 2000-11-13 20:25:34 +00:00
darkeye 60a14f6791 added --help hint 2000-11-13 20:25:34 +00:00
darkeye 767f840530 preparing for 0.1 release 2000-11-13 20:22:07 +00:00
darkeye f6ce8ed91e added program version display on startup 2000-11-13 20:21:29 +00:00
darkeye 1bd2c207b5 changed to workaround to start recording so that it reads one sample
per channel, as opposed to only one sample (which misalignes the channels)
2000-11-13 20:05:07 +00:00
darkeye dc04d3518d moved command line parameter parsing from DarkIce.cpp to main.cpp 2000-11-13 19:38:55 +00:00
darkeye ace84836f3 added kdoc-style documentation comments 2000-11-13 18:46:50 +00:00
darkeye 17bccc23c3 added stl dir to distributed directories 2000-11-13 17:34:29 +00:00
darkeye e3323d4da7 added kdoc-style documentation comments 2000-11-12 14:54:50 +00:00
darkeye 456010f03f added Exception to throws clause for the destructor and assignment operator 2000-11-12 14:54:25 +00:00
darkeye 8b319e8584 added kdoc-style documentation comments 2000-11-12 13:31:40 +00:00
darkeye 7418ed1299 minor change in documentation 2000-11-12 13:31:16 +00:00
darkeye 188e62e380 added rules to make kdoc-style C++ source documentation
and to include this in the distribution as well
2000-11-12 13:30:14 +00:00
darkeye dd0d8312b4 added script to make updating the automake / autoconf stuff easier 2000-11-12 13:28:50 +00:00
darkeye 63c09369d0 dunno why 2000-11-12 13:28:05 +00:00
darkeye 659130950b minor bugfix 2000-11-11 14:55:31 +00:00
darkeye 469ff7b60c added kdoc-style documentation 2000-11-11 12:33:13 +00:00
darkeye 23d0175ba1 updated to reflect new configuration options 2000-11-10 20:18:14 +00:00
darkeye 69024b4738 first real tests with multiple streaming 2000-11-10 20:16:21 +00:00
darkeye 19bdccd768 added support for remote dump file 2000-11-10 20:14:11 +00:00
darkeye 18b51a29ce changed from non-blocking to blocking 2000-11-10 20:10:46 +00:00
darkeye 7af20882bb added sample configuration file 2000-11-09 22:14:02 +00:00
darkeye 4a6abfa30b added check for limits.h 2000-11-09 22:11:46 +00:00
darkeye d9d97e3821 added multiple outputs
added configuration reading
added command line processing
2000-11-09 22:09:46 +00:00
darkeye 7c682a8a12 added function getForSure 2000-11-09 22:08:17 +00:00
darkeye fbaf268435 added constructor with istream 2000-11-09 22:07:19 +00:00
darkeye 00b2c26cc8 added multiple-string constructors 2000-11-09 22:05:44 +00:00
darkeye fef3c01532 added functions strLen strCpy and strCat 2000-11-09 22:04:33 +00:00
darkeye d365bb7cf5 added strEq and strToL functions 2000-11-09 06:44:21 +00:00
darkeye d63b1eacc4 added configuration file reader 2000-11-08 17:29:50 +00:00
darkeye 17de54a6bd added Standard Template Library 2000-11-08 17:26:03 +00:00
darkeye bb45061db4 removed clone() functions 2000-11-05 17:37:24 +00:00
darkeye fd8d39401e changed builting to an automake / autoconf environment 2000-11-05 14:08:28 +00:00