- 15 Jan, 2014 1 commit
-
-
Eric Cano authored
Adapted the tape code. Moved the Errnum unit tests and covered all the throwers.
-
- 13 Jan, 2014 1 commit
-
-
Eric Cano authored
Partially added signal handling system for the single threaded daemon. Cleaned up the local daemonize() function. Added exception throwing helpers for standard error situations.
-
- 12 Dec, 2013 1 commit
-
-
Eric Cano authored
Fixed inheritance from std::exception (const correctness of what()). This required declaring m_what mutable. Created a multithreaded unit test. Created an automatic exception thrower for unhandled errors. Ported from previous proof of concept the threading primitves and made them production level (with error checking). Added unit tests for threading primitives.
-
- 26 Nov, 2013 1 commit
-
-
Eric Cano authored
Lowercased/Upercased some namespace/class names for homogeneity.
-
- 05 Dec, 2013 3 commits
- 06 Nov, 2013 1 commit
-
-
Eric Cano authored
-
- 20 Aug, 2013 1 commit
-
-
Eric Cano authored
Removed the author list from every file and added the complete list into a single file.
-
- 07 Aug, 2013 1 commit
-
-
Eric Cano authored
Moved definition of compiler flags so they become active. This fixes the lack of debug info in SLC6. Fixed superflous semicolon detected by -pedantic Fixed sign correctness in various places. Removed the use of LL suffix in 64 bits contants (they are not required). Some documentation clarifications.
-
- 06 Aug, 2013 1 commit
-
-
Eric Cano authored
Added an exception launcher function to prevent repetive tests. Clarified the error/exception handling strategy in the manual.
-
- 24 Jul, 2013 1 commit
-
-
Eric Cano authored
Changed Tape::Drive's behavior to open nst instead or st and adpated test environment. Changed Exception::what() as it returned pointer to a destroyed stack-based objet. Introduced a setWhat function and made m_what private to adapt.
-
- 15 Jul, 2013 1 commit
-
-
Eric Cano authored
-
- 12 Jul, 2013 1 commit
-
-
Eric Cano authored
Added stack trace support for exceptions (with C++ name demandling). Added more anaysis of the past code in documentation.
-
- 12 Jun, 2013 1 commit
-
-
Eric Cano authored
Unit test does not pass yet.
-
- 07 Jun, 2013 1 commit
-
-
Eric Cano authored
Completed a first test harness based on a system wrapper, simulating sysfs and 3 generic scsi devices. Created test using the harness. Created SCSI::DeviceVector class, listing the devices on the system.
-
- 05 Jun, 2013 2 commits
- 31 May, 2013 1 commit
-
-
Eric Cano authored
-