Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-08 | Hide all symbols that aren't exported explicitly | attilamolnar | |
In addition to reducing the sizes of all binaries this also helps the optimizer | |||
2013-06-01 | Remove unused code from configure. | Peter Powell | |
2013-05-20 | Fix msvc detection of variadic template support | Peter Powell | |
2013-05-21 | Add support for detecting C++11 variadic templates. | Peter Powell | |
2013-05-16 | Fix GCC warnings about using C++11 features when not in C++11 mode. | Peter Powell | |
2013-05-07 | Clean up cross-platform compatibility. | Peter Powell | |
- Move compatibility macros to a new header file. - Sort system include files in alphabetical order. - Clean up signal handling (thanks to Adam). |