summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* src/test/regression.c - run test_attach_url1.0Allen Winter2014-11-231-1/+1
* src/test/regression.c - fix compile with MSVCAllen Winter2014-11-231-0/+5
* add regression test for issue179 (alarm attachment urls)Allen Winter2014-11-131-0/+16
* design-data: renamed EQUIVALENT-TZID to TZID-ALIAS-OFv1.0.1Ken Murchison2014-10-092-2/+2
* remove icaltime_is_floating() declaration since no implementation.Allen Winter2014-10-093-8/+0
* remove unnecessary re-declarations (should be in unistd.h)Allen Winter2014-09-291-4/+0
* restore the declaration for icalcomponent_new_vquery()Allen Winter2014-09-291-0/+1
* value-types.csv: make sure icalvalue_kind enum values match those in libical-1.0Ken Murchison2014-09-291-29/+29
* Release Notes for v1.0.1Allen Winter2014-09-291-4/+30
* first attempt at generating api documentation using doxygenAllen Winter2014-09-263-1/+277
* remove more occurrences of libicu, because not used in this branchAllen Winter2014-09-263-11/+2
* improve so it finishes consistentlyAllen Winter2014-09-261-1/+11
* add new icalrecur_test, with reference data.Allen Winter2014-09-264-4/+618
* remove references to libicu, which we don't support yet in master.Allen Winter2014-09-262-12/+0
* icalrecur.c: properly skip bogus dates (e.g. 2/29) in RRULE:FREQ=YEARLY[;BYMO...Ken Murchison2014-09-241-10/+17
* icalrecur.c: fix RRULE:FREQ=YEARLY;BYDAY;BYWEEKNO - MUST use ISO weeksKen Murchison2014-09-231-4/+39
* icalrecur.c: properly handle RRULE:FREQ=MONTHLY;BYDAY;BYMONTHDAY when DTSTART...Ken Murchison2014-09-221-0/+10
* Merge branch 'master' of github.com:libical/libicalKen Murchison2014-09-221-1/+1
|\
| * follow rename ycaltime_days_in_year to icaltime_days_in_yearAllen Winter2014-09-221-1/+1
* | icalrecur.c: properly skip bogus dates (e.g. 2/30, 4/31) in RRULE:FREQ=MONTHLYKen Murchison2014-09-221-0/+1
|/
* icalrecur.c: added support for RRULE:FREQ=YEARLY;BYDAY;BYYEARDAY and fixed RR...Ken Murchison2014-09-221-4/+29
* icaltime.c: fix typoKen Murchison2014-09-221-1/+1
* print a nice message if trying to build with system tzdata on Windows.Allen Winter2014-09-211-0/+1
* hide failing tests when using BUILTIN tzdata using conditional compiles.Allen Winter2014-09-213-9/+20
* fix issue87: build shared libs only with cmake -DSHARED_ONLY=TrueAllen Winter2014-09-205-18/+82
* issue87: rename the CMake STATIC_LIBRARY to STATIC_ONLYAllen Winter2014-09-202-3/+7
* update zoneinfo to tzdata2014gAllen Winter2014-09-2067-264/+431
* fix issue74: Do not escape double character " to \"Allen Winter2014-09-202-7/+12
* fix-up the work directory when running the regression testAllen Winter2014-09-182-7/+7
* icaltzutil_fetch_timezone(): don't read the system timezonesAllen Winter2014-09-181-1/+6
* Add properties from draft-ietf-tzdist-serviceKen Murchison2014-09-162-0/+5
* fix compiler warnings for MinGW on WindowsAllen Winter2014-09-157-13/+28
* remove unused consts, as found using clang 3.4 (on Travis)Allen Winter2014-09-142-38/+0
* fixup testing on CygwinAllen Winter2014-09-112-3/+3
* unleash and repair a bunch of tests that now work on Linux at least.Allen Winter2014-09-114-84/+36
* tests run again on Windows nowAllen Winter2014-09-092-1/+5
* add back more tests that been hiding for some reason.Allen Winter2014-09-092-66/+36
* fix compiler warnings truncating integer values found with MSVCAllen Winter2014-09-082-6/+6
* new _unused() macro to deal with unused argumentsAllen Winter2014-09-0810-44/+56
* eliminate compiler warnings found by gcc on CygwinAllen Winter2014-09-086-11/+11
* Eliminate many compiler warnings from clangAllen Winter2014-09-084-22/+22
* eliminate more gcc compiler warnings, from test programsAllen Winter2014-09-072-6/+5
* Eliminate many compiler warnings from gccAllen Winter2014-09-0731-169/+166
* fix build on Windows with MSVC 2012 due to new external symbolsAllen Winter2014-09-071-0/+2
* set use_builtin_tzdata according to the USE_BUILTIN_TZDATA build optionAllen Winter2014-09-061-2/+8
* updates:Allen Winter2014-09-031-30/+26
* Revert "fix months in which there is no 5th sunday"Allen Winter2014-09-031-4/+0
* icaltimezone.[ch]: allow USE_BUILTIN_TZDATA to be a runtime optionKen Murchison2014-09-032-32/+68
* Merge pull request #170 from jelly/masterAllen Winter2014-09-011-0/+4
|\
| * fix months in which there is no 5th sundayJelle van der Waa2014-08-291-0/+4
|/