Tatsuhiro Tsujikawa
|
b1132d6b10
|
make clang-format using clang-format-3.6
|
2015-12-27 18:40:08 +09:00 |
Tatsuhiro Tsujikawa
|
9b84727324
|
Use std::make_shared and make_unique where possible, part 2
|
2014-09-13 18:37:57 +09:00 |
Tatsuhiro Tsujikawa
|
07d270c87e
|
Require -std=c++11 and use std::shared_ptr instead of SharedHandle
|
2013-06-22 01:10:38 +09:00 |
Tatsuhiro Tsujikawa
|
f0f4f8f703
|
Added more error code values.
I have not set error code for all exception invocation.
In this change, I set error code where error likely occurs.
|
2010-12-01 21:26:58 +09:00 |
Tatsuhiro Tsujikawa
|
ce6eb592da
|
Added Exception ctor which takes both errNum and errorCode.
Also added DlAbortEx ctor which has same signature with new Exception
dtor. Added DL_ABORT_EX3 macro to use added ctor.
|
2010-11-28 22:30:06 +09:00 |
Tatsuhiro Tsujikawa
|
476ba70a9f
|
Moved errorCode_ from RecoverableException to Exception and added errorCode to
stackTrace.
Also changed errno to errNum in stackTrace.
|
2010-11-28 21:36:01 +09:00 |
Tatsuhiro Tsujikawa
|
45fde1adaf
|
Cleaned up Exception constructors.
Removed Exception(const char*, int, const Exception&) ctor. Also
removed FatalException() copy ctor.
|
2010-11-28 21:03:11 +09:00 |
Tatsuhiro Tsujikawa
|
947967fc63
|
Renamed DownloadErrorCode.h as error_code.h. Renamed
downloaderrorcode::Value as error_code::Value.
|
2010-11-28 16:52:02 +09:00 |
Tatsuhiro Tsujikawa
|
4ddc6eac58
|
2010-10-12 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added errno member variable to Exception.
* src/DlAbortEx.cc
* src/DlAbortEx.h
* src/Exception.cc
* src/Exception.h
* src/RecoverableException.cc
* src/RecoverableException.h
|
2010-10-11 15:13:53 +00:00 |
Tatsuhiro Tsujikawa
|
ca4940622c
|
2010-06-21 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Changed naming standards for class member variable: now it looks
like var_ instead of _var.
|
2010-06-21 13:51:56 +00:00 |
Tatsuhiro Tsujikawa
|
c7795c63ce
|
2010-06-20 Tatsuhiro Tsujikawa <t-tujikawa@users.sourceforge.net>
Added separete *.cc files for exception classes.
* src/DlAbortEx.cc
* src/DlAbortEx.h
* src/DlRetryEx.cc
* src/DlRetryEx.h
* src/DownloadFailureException.cc
* src/DownloadFailureException.h
* src/FatalException.cc
* src/FatalException.h
* src/Makefile.am
* src/RecoverableException.cc
* src/RecoverableException.h
|
2010-06-20 11:56:33 +00:00 |