summaryrefslogtreecommitdiff
path: root/src/libicalvcal
Commit message (Expand)AuthorAgeFilesLines
* Typos a/anДилян Палаузов2022-12-102-3/+3
* Merge branch '3.0'Allen Winter2022-11-133-20/+20
|\
| * misc: Update sources to more modern CMilan Crha2022-11-133-20/+20
| * src/libicalvcal/CMakeLists.txt - minor coding styleAllen Winter2022-10-251-4/+4
* | src/libicalvcal/CMakeLists.txt - minor formattingAllen Winter2022-10-241-4/+4
* | Merge branch '3.0'Allen Winter2022-10-241-4/+6
|\ \ | |/
| * disable so versions for Androidheinzchen2022-10-241-4/+6
| * make sure files end with a newline (end-of-file-fixer)Allen Winter2022-10-101-1/+0
* | full REUSE compilanceAllen Winter2022-06-071-1/+9
* | REUSE complianceAllen Winter2022-06-0611-255/+26
* | Use `icalctime`, `icalmktime`, `icallocaltime_r` instead of `ctime`, etc.Markus Minichmayr2022-06-031-1/+1
* | time_t - replace type `time_t` and related functions with our own `icaltime_t...Markus Minichmayr2022-06-031-5/+5
* | Merge branch '3.0'Allen Winter2021-12-061-2/+4
|\ \ | |/
| * Fix a crash in cleanVObject on invalid valuesMilan Crha2021-12-061-2/+4
* | Merge branch '3.0'Allen Winter2021-11-281-951/+951
|\ \ | |/
| * lots of spelling fixes found by codespellAllen Winter2021-11-284-956/+956
| * libicalvcal: Cast EOF to 'char' to ensure matching its value against itMilan Crha2021-09-182-20/+20
| * libicalvcal: Free memory allocated for parsingMilan Crha2021-09-182-2/+16
| * Fix building *-static libraries when STATIC_ONLY is enabled.György Kurucz2021-04-111-5/+7
* | libicalvcal: Cast EOF to 'char' to ensure matching its value against itMilan Crha2021-09-192-20/+20
* | libicalvcal: Free memory allocated for parsingMilan Crha2021-09-192-2/+16
* | Fix typos and misspellings found by CodeSpell 2.1.0.Shaun Case2021-07-124-11/+11
* | Fix building *-static libraries when STATIC_ONLY is enabled.György Kurucz2021-02-021-5/+7
* | Merge branch '3.0'Allen Winter2021-01-111-1/+1
|\ \ | |/
| * libical_*_export.h - fix for CygwinAllen Winter2021-01-101-1/+1
* | libicalvcal/vcc.c - remove defines for strcasecmp and snprintfAllen Winter2020-11-121-7/+0
* | Merge branch '3.0'Allen Winter2020-11-011-2/+2
|\ \ | |/
| * libicalvcal: move variables to read-only sectionДилян Палаузов2020-11-011-2/+2
* | Merge branch '3.0'Allen Winter2020-07-202-23/+23
|\ \ | |/
| * Fix duplicate word typosMichael McClurg2020-07-182-23/+23
| * various - use https instead of http where we canAllen Winter2019-12-144-15/+8
| * various - follow cppcheck incode suppression changesAllen Winter2018-11-111-1/+1
| * src/libicalvcal/vcc.[c,y] - Fix parsing VCF files produced by OutlookAllen Winter2018-07-212-4/+4
* | various - use https instead of http where we canAllen Winter2019-12-144-15/+8
* | Remove double #include’d headersДилян Палаузов2019-07-012-6/+0
* | various - follow cppcheck incode suppression changesAllen Winter2018-11-111-1/+1
* | various - fix some minor compiler warningsAllen Winter2018-07-212-9/+9
* | src/libicalvcal/vcc.c - update autogenerated codeBo Simonsen2018-07-211-181/+376
* | src/libicalvcal/vcc.y - backported some changes made to vcc.c to vcc.yBo Simonsen2018-07-211-17/+21
* | src/libicalvcal/vcc.{y,h} - resolve compiler warningsBo Simonsen2018-07-212-6/+5
* | src/libicalvcal/vcc.y - reenable lexing of :\nBo Simonsen2018-07-211-2/+2
* | src/libicalvcal/vcc.y - use strcasecmp (stricmp missing on linux)Bo Simonsen2018-07-211-9/+9
* | src/libicalvcal/vcc.y - remove duplicate ID token to resolve bison errorBo Simonsen2018-07-211-1/+0
* | src/libicalvcal/vcc.y - remove DLLEXPORT macroBo Simonsen2018-07-211-4/+4
|/
* src/lib*/CMakeLists.txt - Windows/ninja: use target property PREFIXAllen Winter2018-02-171-2/+2
* Merge branch 'master' into remove-is_utcKent Sutherland2017-10-014-137/+5
|\
| * Relicense to MPL 2.0 instead of MPL 1.0Allen Winter2017-05-072-4/+4
| * remove .dsp files, which we no longer support or maintainAllen Winter2017-05-061-132/+0
| * libicalvcal/vobject.c - in setVObjectUStringZValue() compute size properly.Allen Winter2017-04-141-1/+1
* | Added missing #include.Kent Sutherland2017-02-121-0/+1