| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert the remaining things away from the caller/handler API. | 2017-11-25 | 1 | -18/+0 | |
| | | |||||
| * | Convert IsNick to std::function. | 2017-11-25 | 1 | -0/+2 | |
| | | |||||
| * | Include <array> or <tr1/array> globally | 2016-08-08 | 1 | -0/+2 | |
| | | |||||
| * | Add the insp::aligned_storage template | 2014-09-27 | 1 | -0/+2 | |
| | | |||||
| * | Replace the configure templating system with something better. | 2014-05-23 | 1 | -1/+3 | |
| | | | | | | | A large amount of this code can be removed when buildtool is done as we will not need to worry about the differences between BSD and GNU Make. | ||||
| * | Fix some Windows-related problems. | 2014-01-04 | 1 | -2/+0 | |
| | | | | | | | | - Fix an error relating to the unavailability of std::back_inserter. - Fix loading configuration files when using relative paths. - Fix two methods in hashcomp being exported twice. - Remove some unimportant error messages. | ||||
| * | Hide all symbols that aren't exported explicitly | 2013-09-08 | 1 | -2/+2 | |
| | | | | | In addition to reducing the sizes of all binaries this also helps the optimizer | ||||
| * | Remove unused code from configure. | 2013-06-01 | 1 | -0/+1 | |
| | | |||||
| * | Fix msvc detection of variadic template support | 2013-05-20 | 1 | -1/+1 | |
| | | |||||
| * | Add support for detecting C++11 variadic templates. | 2013-05-21 | 1 | -0/+18 | |
| | | |||||
| * | Fix GCC warnings about using C++11 features when not in C++11 mode. | 2013-05-16 | 1 | -2/+6 | |
| | | |||||
| * | Clean up cross-platform compatibility. | 2013-05-07 | 1 | -0/+93 | |
| - Move compatibility macros to a new header file. - Sort system include files in alphabetical order. - Clean up signal handling (thanks to Adam). | |||||
