summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* generator.c - Plug several leaks in the libical-glib generatortintou/ical-glib-generator-leaksCorentin Noël2021-01-041-16/+14
|
* updated with 3.0.9 changeKen Murchison2020-11-241-0/+1
|
* src/test/CMakeLists.txt, icalrecur_test.c - post-merge fixesAllen Winter2020-11-222-24/+18
|
* Merge branch '3.0'Allen Winter2020-11-22598-1281/+1301
|\
| * buildsystem - allow icalrecurtests on WindowsAllen Winter2020-11-222-2/+12
| | | | | | | | | | | | if cmake is v3.14+ we can use compare_files --ignore-eol option which makes the comparison with the reference files work on Windows.
| * icalrecur_test.c - hand-parse command line and remove getoptAllen Winter2020-11-222-45/+39
| | | | | | | | | | | | | | for portability reasons (Windows) hand-parse the command line so we can run this test on Windows. Issue#458
| * Revert "src/test/CMakeLists.txt - icalrecur reference file for no-UIC"Allen Winter2020-11-212-287/+1
| | | | | | | | | | | | Doesn't work for Ken. This reverts commit 2807388f76bb9253338b386f57b2a6c78fd64cff.
| * update to tzdata2020dAllen Winter2020-11-21595-1242/+1251
| |
| * src/test/CMakeLists.txt - icalrecur reference file for no-UICAllen Winter2020-11-212-1/+287
| | | | | | | | | | seems that the reference for icalrecur testing have diverged in the case where UIC is not found.
| * scripts/buildtests.sh - ensure LD_LIBRARY_PATH for make testAllen Winter2020-11-161-0/+7
| |
* | scripts/buildtests.sh - ensure LD_LIBRARY_PATH for make testAllen Winter2020-11-171-0/+7
| |
* | Merge branch '3.0'Allen Winter2020-11-152-18/+24
|\ \ | |/
| * icalrecur.c, icaltz-util.c - coding styleAllen Winter2020-11-152-11/+17
| |
| * src/libical/icaltz-util.c - type casting for lint happinessAllen Winter2020-11-151-7/+7
| |
| * icalrcur.c: don't run past the end of the year if we start with weekno > 1Ken Murchison2020-11-151-1/+1
| |
| * ReleaseNotes.txt: Fix reading TZif files with empty v1 data (use v2+ ↵Ken Murchison2020-11-131-0/+1
| | | | | | | | whenever possible)
| * icaltzutil_fetch_timezone() should read v2/v3 data when availableKen Murchison2020-11-131-17/+86
| |
| * ReleaseNotes.txt: Several fixes for recurrences containing BYWEEKNOKen Murchison2020-11-081-0/+1
| |
| * icalrecur.c: fix handling of BYWEEKNO with no BYDAY to use the day of week ↵Ken Murchison2020-11-082-3/+3
| | | | | | | | from DTSTART rather than day of month
| * icalrecur.c: fixed handling of BYWEEKNO=1 with BYDAY (added tests for first ↵Ken Murchison2020-11-083-8/+51
| | | | | | | | and last weeks)
| * icalrecur.c: move nweeks to where is actually neededKen Murchison2020-11-081-2/+2
| |
| * icalrecur.c: index value 0 in the daysmask is the last day of the previous ↵Ken Murchison2020-11-081-10/+9
| | | | | | | | year so set_day_of_year() should use that rather than -1
| * icalrecur.c: properly handle BYWEEKNO=-1, etcKen Murchison2020-11-081-12/+19
| |
| * icalrecur.c: properly handle multiple BYWEEKNO valuesKen Murchison2020-11-081-2/+6
| |
| * icalrecur.c: don't fill daysmask twice for BYWEEKNO + BYDAYKen Murchison2020-11-081-16/+19
| |
* | icalrcur.c: don't run past the end of the year if we start with weekno > 1Ken Murchison2020-11-151-1/+1
| |
* | ReleaseNotes.txt: Fix reading TZif files with empty v1 data (use v2+ ↵Ken Murchison2020-11-131-0/+2
| | | | | | | | whenever possible)
* | Merge pull request #457 from libical/tzif_v2+Ken Murchison2020-11-131-17/+86
|\ \ | | | | | | icaltzutil_fetch_timezone() should read v2/v3 data when available
| * | icaltzutil_fetch_timezone() should read v2/v3 data when availabletzif_v2+Ken Murchison2020-11-111-17/+86
| | |
* | | libicalvcal/vcc.c - remove defines for strcasecmp and snprintfAllen Winter2020-11-121-7/+0
|/ / | | | | | | somehow the MSVC defines for strcasecmp and snprintf reappeared.
* | Added icalcomponent_[set|get]_x_name() and ↵Ken Murchison2020-11-084-1/+84
| | | | | | | | icalcomponent_get_component_name[_r]() - issue #433
* | Merge pull request #455 from libical/byweekno_no_bydayKen Murchison2020-11-082-4/+4
|\ \ | | | | | | icalrecur.c: fix handling of BYWEEKNO with no BYDAY to use the day of…
| * | icalrecur.c: fix handling of BYWEEKNO with no BYDAY to use the day of week ↵byweekno_no_bydayKen Murchison2020-11-062-4/+4
| | | | | | | | | | | | from DTSTART rather than day of month
* | | icalrecur.c: move freq_map, skip_map, and wd_map to read-only section (based ↵Ken Murchison2020-11-061-9/+9
|/ / | | | | | | on patch from dilyanpalauzov)
* | icalrecur.c: fixed handling of BYWEEKNO=1 with BYDAY (added tests for first ↵Ken Murchison2020-11-063-8/+53
| | | | | | | | and last weeks)
* | icalrecur.c: move nweeks to where is actually neededKen Murchison2020-11-051-2/+2
| |
* | icalrecur.c: index value 0 in the daysmask is the last day of the previous ↵Ken Murchison2020-11-051-12/+10
| | | | | | | | year so set_day_of_year() should use that rather than -1
* | icalrecur.c: properly handle BYWEEKNO=-1, etcKen Murchison2020-11-051-12/+19
| |
* | icalrecur.c: properly handle multiple BYWEEKNO valuesKen Murchison2020-11-051-2/+6
| |
* | icalrecur.c: don't fill daysmask twice for BYWEEKNO + BYDAYKen Murchison2020-11-051-16/+19
| |
* | Merge branch '3.0'Allen Winter2020-11-012-1/+2
|\ \ | |/
| * libical/CMakeLists.txt - compiled-in path for build-in tzdataAllen Winter2020-11-012-1/+2
| | | | | | | | | | | | | | remove lots of escape quotes that were needed with ancient CMake but break things with modern CMake Issue#436
* | Merge branch '3.0'Allen Winter2020-11-012-3/+3
|\ \ | |/
| * libicalvcal: move variables to read-only sectionДилян Палаузов2020-11-011-2/+2
| | | | | | | | Signed-off-by: Allen Winter <allen.winter@kdab.com>
| * GObjectIntrospectionMacros.cmake - possible fix for parallel buildsAllen Winter2020-11-011-1/+1
| | | | | | | | | | | | | | Issue#423 Unreproducable by the OP. Even so, the suggested code fix seems correct.
* | Merge branch '3.0'Allen Winter2020-10-314-2/+13
|\ \ | |/
| * Fix build with icu-68.1Allen Winter2020-10-314-2/+13
| | | | | | | | | | | | Use stdbool.h to define true and false when possible Issue#448
* | Merge branch '3.0'Allen Winter2020-10-311-4/+8
|\ \ | |/
| * CMakeLists.txt - mark some cmake options as advanced.Allen Winter2020-10-311-4/+8
| | | | | | | | | | | | | | | | The developer-only options (sanitizers, abi-dumper) are marked advanced and so it the option for using builtin timezone data. We also give a "Careful" warning for non-Windows users that choose to use the built-in timzeone data.
* | Merge branch '3.0'Allen Winter2020-10-316-7/+7
|\ \ | |/