| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove declared but unimplemented functions | Allen Winter | 2016-12-18 | 1 | -1/+0 |
| | | | | | issue#270 | ||||
| * | Set visibility of icalerrorenum to default | Kent Sutherland | 2016-12-17 | 1 | -0/+2 |
| | | | | Fixes not being able to catch exceptions from libraries in clang. | ||||
| * | say goodbye the global variable icalerror_errors_are_fatal | Allen Winter | 2015-08-14 | 1 | -5/+4 |
| | | | | | and hello to icalerror_[set,get]_errors_are_fatal(). | ||||
| * | icalerror_errors_are_fatal needs to be declared as extern to avoid duplicate ↵ | Kent Sutherland | 2015-06-23 | 1 | -1/+1 |
| | | | | | symbols when linking. | ||||
| * | src/libical - consistent coding style enforced | Allen Winter | 2015-05-31 | 1 | -1/+1 |
| | | |||||
| * | coding style in effect | Allen Winter | 2015-05-10 | 1 | -1/+1 |
| | | |||||
| * | static symbols for local functions that were never exported | Allen Winter | 2015-05-10 | 1 | -0/+1 |
| | | | | | and shouldn't need to be. | ||||
| * | time to unhide all remaining symbols from headers | Allen Winter | 2015-05-10 | 1 | -40/+68 |
| | | | | | | these are the ones we aren't linking to in our own code but assuming applications probably are. | ||||
| * | hide all symbols by default. make symbols visible only as needed. | Allen Winter | 2015-05-05 | 1 | -30/+14 |
| | | | | | and other minor cleaning | ||||
| * | Ported to Windows MSVC 2012 | Allen Winter | 2015-05-02 | 1 | -1/+1 |
| | | |||||
| * | massive include file cleaning. partially done | Allen Winter | 2015-04-27 | 1 | -18/+8 |
| | | |||||
| * | icalerror.h is no longer created at CMake time. | Allen Winter | 2015-02-16 | 1 | -0/+181 |
