summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* ReleaseNotes: 'Fix icaltime_as_timet, which returned incorrect results for ↵icaltime_as_timet_y2100_v3.0Markus Minichmayr2022-09-241-0/+1
| | | | years >= 2100, to work properly between years 1902 and 10k.'
* Fix icaltime_as_timet to support dates after year 2100.Markus Minichmayr2022-09-243-2/+34
|
* appveyor.yml - switch to image Ubuntu2004Allen Winter2022-09-151-1/+1
| | | | | Ubuntu (default) has a broken doxygen install and I don't want hack around that.
* improve doxgen documentation. fix doxygen warningsAllen Winter2022-06-0915-195/+195
|
* libical-glib/api/i-cal-time.xml - improve i_cal_time_compare docAllen Winter2022-06-071-1/+1
| | | | | | remove redundancy for i_cal_time_compare() fixes: #533
* cmake/modules/FindBerkeleyDB.cmake - don't print warning messageAllen Winter2022-06-031-2/+2
|
* Buildsystem - fix sizeof time_t is 4 with -DUSE_32BIT_TIME_TAllen Winter2022-06-032-1/+9
| | | | fixes: #557
* README.md, doc/UsingLibical.md - fixes markdownlint issuesAllen Winter2022-06-024-119/+121
|
* .pre-commit-config.yaml - add markdownlintAllen Winter2022-06-021-0/+7
|
* remove codacy and codeql workflowsAllen Winter2022-06-022-132/+0
| | | | not needed in this branch
* Revert "codeql.yml - move into .github/workflows"Allen Winter2022-06-021-3/+3
| | | | This reverts commit a2ce6419ff642c2bbee9b0e60d3354e16334b255.
* codeql workflow - don't check java or pythonAllen Winter2022-06-021-1/+1
|
* icaltime.c - icaltime_days_in_month - ensure a valid monthAllen Winter2022-06-021-1/+3
|
* scripts/buildtests.sh - teach cppcheck about MIN() macroAllen Winter2022-06-021-0/+1
|
* src/libical/icalvalue.c - fix format-truncation warningAllen Winter2022-06-021-2/+5
|
* .pre-commit-config.yaml - disable clang-formatAllen Winter2022-06-021-4/+4
| | | | since we don't have a .clang-format style yet
* codeql.yml - move into .github/workflowsAllen Winter2022-06-021-3/+3
|
* Create codacy.ymlAllen Winter2022-06-011-0/+60
|
* Create codeql.ymlAllen Winter2022-06-011-0/+72
|
* Add missing property parameters into libical-glibMilan Crha2022-04-272-1/+108
| | | | These had been available in the libical, but not in the libical-glib.
* .pre-commit-config.yaml - pre-commit configurationAllen Winter2022-04-271-0/+24
|
* appveyor.yml - remove /usr/local/include/X11 on MacAllen Winter2022-04-271-1/+1
| | | | | see https://github.com/appveyor/ci/issues/3786 should be fixed by appveyor at some point
* scripts/buildtests.sh - blacklist vcc.c in cppcheckAllen Winter2022-03-061-0/+1
|
* icalenums.c - ensure we can't overflow request_status_mapAllen Winter2022-03-061-5/+10
| | | | based on a patch by yukuan <yukuan@uniontech.com>
* CMakeLists.txt, ReleaseNotes.txt - this will be become 3.0.15Allen Winter2022-02-052-1/+5
|
* ReleaseNotes.txt - 3.0.14v3.0.14Allen Winter2022-02-051-2/+2
|
* icalcomponent_set_due wasn't removing TZID when the icaltimetype doesn't ↵Kent Sutherland2022-01-223-0/+24
| | | | have a zone This would result in strings like "DUE;TZID=America/Chicago:20220122" where the TZID wouldn't get removed even though the type is a DATE
* src/libical/icalderivedvalue.c.in - minor coding styleAllen Winter2022-01-201-3/+4
|
* Merge pull request #538 from mcrha/3.0Allen Winter2022-01-203-1/+100
|\ | | | | icalvalue: Reset non-UTC icaltimetype::zone on set
| * icalvalue: Reset non-UTC icaltimetype::zone on setMilan Crha2022-01-193-1/+100
|/ | | | | | | | | | | When setting an icaltimetype value, the passed-in structure can have set a timezone, which is tight to the source component of the passed-in value and which can be made invalid when the source component is freed. As the structure is copied completely even on clone of the component, then the 'zone' pointer can be passed forward in the clones. Related to https://bugzilla.redhat.com/show_bug.cgi?id=2038090
* ReleaseNotes.txt - fix typoAllen Winter2022-01-171-1/+1
|
* CMakeLists.txt, ReleaseNotes.txt - this will be become 3.0.14Allen Winter2022-01-172-1/+5
|
* ReleaseNotes.txt - update for release 3.0.13v3.0.13Allen Winter2022-01-171-2/+2
|
* README.md becomes the definite "readme"Allen Winter2022-01-162-2/+3
| | | | no more symlink to the .txt version
* ReleaseNotes.txt - add blurb about BDB and ICU discovery on MacAllen Winter2022-01-161-0/+1
|
* cmake/modules/FindBerkeleyDB.cmake - fix searching with find_pathsAllen Winter2022-01-161-9/+7
| | | | modern CMake uses HINTS to find files
* CMakeLists.txt - Apple Xcodec provided BDB doesn't work hereAllen Winter2022-01-161-1/+7
| | | | | | The Apple Xcode provided db doesn't work in our code. Therefore, set a default BerekelyDB_ROOT_DIR to look in homebrew. BerekelyDB_ROOT_DIR can be overridden by user to look elsewhere.
* CMakeLists.txt - Mac provided ICU doesn't have development filesAllen Winter2022-01-161-0/+6
| | | | | | The MacOS provided ICU doesn't provide a developer SDK. Therefore we set a default ICU_ROOT to look in the homebrew. ICU_ROOT can be overridden by user to look elsewhere.
* src/test/regression-component.c - fix compile warningAllen Winter2022-01-161-1/+1
| | | | implicit conversion from time_t to int
* src/libicalss/icalbdbset.c - fix the Krazy excludeAllen Winter2022-01-161-1/+1
|
* config.h.cmake, icalbdbset.c - fix compile with BDB on WindowsAllen Winter2022-01-162-0/+6
| | | | | now that we can find BerkeleyDB on Windows we ran into a couple of compile errors.
* buildsystem - replace our ancient FindBDB with more modern FindBerkeleyDBAllen Winter2022-01-164-5/+194
| | | | | Copied from https://github.com/sum01/FindBerkeleyDB This file has an "unlicense"
* icalcomponent_get_duration() — calculate the duration differently for ↵Дилян Палаузов2022-01-154-23/+129
| | | | | | VEVENT and VTODO icalcomponent_get_dtend() — return null-time, unless called on VEVENT, VAVAILABILITY or VFREEBUSY.
* Add include path to the exported target definitionNicolas Fella2022-01-151-0/+2
| | | | Otherwise the libical headers are not found by consumers if libical is installed in a non-standard location
* This becomes version 3.0.13Allen Winter2021-12-082-1/+5
|
* ReleaseNotes.txt - prep for 3.0.12 releasev3.0.12Allen Winter2021-12-081-2/+2
|
* ReleaseNotes.txt - updateAllen Winter2021-12-081-1/+3
|
* update zoneinfo to tzdata2021eAllen Winter2021-12-08594-1199/+1199
|
* Fix a crash in cleanVObject on invalid valuesMilan Crha2021-12-062-2/+50
|
* lots of spelling fixes found by codespellAllen Winter2021-11-2853-1054/+1054
|