summaryrefslogtreecommitdiff
path: root/ossig.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typosJeffrey Walton2021-02-031-1/+1
|
* Whitespace check-inJeffrey Walton2020-12-071-22/+22
|
* Update documentationJeffrey Walton2020-12-071-1/+1
|
* Remove extra ;s from ossig.h (PR #625)Ilja2018-03-311-2/+2
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-48/+48
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Updated documentationJeffrey Walton2017-03-111-2/+2
|
* Updated documentationJeffrey Walton2017-03-101-0/+8
|
* Define _XOPEN_SOURCE for Cygwin/Newlib (Issue 315)Jeffrey Walton2017-03-101-6/+2
|
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-1/+1
|
* Fix Cygwin compile error due to sigemptyset (Issue 315)Jeffrey Walton2016-10-051-4/+8
|
* Fix Cygwin compile due to missing <signal.h>Jeffrey Walton2016-10-011-2/+2
|
* Updated documentationJeffrey Walton2016-09-191-5/+14
|
* Fix compile under SunCC 5.11-5.13 (Issue 285)Jeffrey Walton2016-09-181-4/+4
|
* Update copyright messageJeffrey Walton2016-09-171-2/+1
|
* Add ossig.h. Move SignalHandler to ossig.hJeffrey Walton2016-09-171-0/+112
This avoids a circular dependency between misc.h and trap.h. It also allows us to logically segregate and group code to replace C++ handlers, like set_terminate