Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove extra ;s from ossig.h (PR #625) | Ilja | 2018-03-31 | 1 | -2/+2 |
| | |||||
* | Change Doxygen comment style from //! to /// | Jeffrey Walton | 2017-11-29 | 1 | -48/+48 |
| | | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw | ||||
* | Updated documentation | Jeffrey Walton | 2017-03-11 | 1 | -2/+2 |
| | |||||
* | Updated documentation | Jeffrey Walton | 2017-03-10 | 1 | -0/+8 |
| | |||||
* | Define _XOPEN_SOURCE for Cygwin/Newlib (Issue 315) | Jeffrey Walton | 2017-03-10 | 1 | -6/+2 |
| | |||||
* | Add C++ nullptr support (Issue 383) | Jeffrey Walton | 2017-03-01 | 1 | -1/+1 |
| | |||||
* | Fix Cygwin compile error due to sigemptyset (Issue 315) | Jeffrey Walton | 2016-10-05 | 1 | -4/+8 |
| | |||||
* | Fix Cygwin compile due to missing <signal.h> | Jeffrey Walton | 2016-10-01 | 1 | -2/+2 |
| | |||||
* | Updated documentation | Jeffrey Walton | 2016-09-19 | 1 | -5/+14 |
| | |||||
* | Fix compile under SunCC 5.11-5.13 (Issue 285) | Jeffrey Walton | 2016-09-18 | 1 | -4/+4 |
| | |||||
* | Update copyright message | Jeffrey Walton | 2016-09-17 | 1 | -2/+1 |
| | |||||
* | Add ossig.h. Move SignalHandler to ossig.h | Jeffrey Walton | 2016-09-17 | 1 | -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 |