summaryrefslogtreecommitdiff
path: root/src/libical/icalerror.h
Commit message (Collapse)AuthorAgeFilesLines
* remove declared but unimplemented functionsAllen Winter2016-12-181-1/+0
| | | | issue#270
* Set visibility of icalerrorenum to defaultKent Sutherland2016-12-171-0/+2
| | | Fixes not being able to catch exceptions from libraries in clang.
* say goodbye the global variable icalerror_errors_are_fatalAllen Winter2015-08-141-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 Sutherland2015-06-231-1/+1
| | | | symbols when linking.
* src/libical - consistent coding style enforcedAllen Winter2015-05-311-1/+1
|
* coding style in effectAllen Winter2015-05-101-1/+1
|
* static symbols for local functions that were never exportedAllen Winter2015-05-101-0/+1
| | | | and shouldn't need to be.
* time to unhide all remaining symbols from headersAllen Winter2015-05-101-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 Winter2015-05-051-30/+14
| | | | and other minor cleaning
* Ported to Windows MSVC 2012Allen Winter2015-05-021-1/+1
|
* massive include file cleaning. partially doneAllen Winter2015-04-271-18/+8
|
* icalerror.h is no longer created at CMake time.Allen Winter2015-02-161-0/+181