summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | icalderivedproperty.c.in, icalparser.c, icalrecur.c - minor found by splintAllen Winter2016-12-253-15/+14
* | | | | | libical-glib/tools/generator.c - remove unused code, found by build-scanAllen Winter2016-12-251-79/+76
* | | | | | scripts/buildtests.sh - add scan-build, plus other improvementsAllen Winter2016-12-251-32/+76
* | | | | | - handle properties which don't have "default" value typesKen Murchison2016-12-238-178/+253
* | | | | | regression.c: enabled and fixed test for RFC6868 parameter value encodingKen Murchison2016-12-231-7/+2
* | | | | | ReleaseNotes.txt: added note about RFC6868 parameter value encodingKen Murchison2016-12-231-0/+1
* | | | | | scripts/buildtests.sh - refactor CLEANAllen Winter2016-12-231-6/+11
* | | | | | icalparameter.c - restore the castAllen Winter2016-12-231-6/+6
* | | | | | recur.txt must exist for the regression testAllen Winter2016-12-231-0/+0
* | | | | | Revert "icalparameter.c - cast to unsigned char for icalparameter_is_safe_char"Allen Winter2016-12-231-6/+6
* | | | | | scripts/buildtests.sh - improvements, some refactoringAllen Winter2016-12-231-44/+100
* | | | | | libical-glib/CMakeLists.txt - minor formattingAllen Winter2016-12-231-1/+1
* | | | | | icalparameter.c - cast to unsigned char for icalparameter_is_safe_charAllen Winter2016-12-231-6/+6
* | | | | | test-data: add more test ics filesAllen Winter2016-12-2313-0/+0
* | | | | | RFC6868 parameter value en/decodingKen Murchison2016-12-232-14/+118
* | | | | | icalparser.c: make sure to return a NULL heap when parser_get_param_name_heap...Ken Murchison2016-12-221-0/+1
* | | | | | Merge pull request #277 from tintou/masterAllen Winter2016-12-212-0/+47
|\ \ \ \ \ \
| * | | | | | Generate Vala vapi file on the goCorentin Noël2016-12-212-0/+47
* | | | | | | * Signature changed for functions:Allen Winter2016-12-2129-181/+176
* | | | | | | scripts/buildtests.sh - improvementsAllen Winter2016-12-211-3/+3
|/ / / / / /
* | | | | | ReleaseNotes.txt: fix capitalization broken in rebaseKen Murchison2016-12-201-3/+3
* | | | | | created new DATE-TIME-DATE type for those properties that accept both DATE-TI...Ken Murchison2016-12-207-57/+96
* | | | | | libical-glib/component.py, property.py - follow removal of deprecatedAllen Winter2016-12-192-4/+5
* | | | | | minor formattingAllen Winter2016-12-193-15/+18
* | | | | | Merge pull request #274 from ksuther/remove-deprecatedAllen Winter2016-12-1931-220/+98
|\ \ \ \ \ \
| * | | | | | Remove icalproperty_remove_parameter from i-cal-property.xmlKent Sutherland2016-12-181-5/+0
| * | | | | | Remove icaltime_from_timet from i-cal-time.xmlKent Sutherland2016-12-181-6/+0
| * | | | | | Merge remote-tracking branch 'libical/master' into remove-deprecatedKent Sutherland2016-12-1816-51/+115
| |\ \ \ \ \ \
| * | | | | | | Removed NO_WARN_DEPRECATED build flagKent Sutherland2016-12-183-18/+0
| * | | | | | | Remove deprecated icaltime_from_timetKent Sutherland2016-12-1814-93/+62
| * | | | | | | Reference replacement functions in release notesKent Sutherland2016-12-181-3/+3
| * | | | | | | Updated release notes with removed methodsKent Sutherland2016-12-181-0/+4
| * | | | | | | Replace reference to icaltime_from_timet with icaltime_from_timet_with_zone i...Kent Sutherland2016-12-181-12/+11
| * | | | | | | Remove deprecated icaltime_start_doy_of_weekKent Sutherland2016-12-188-34/+6
| * | | | | | | Remove deprecated icalproperty_string_to_enum.Kent Sutherland2016-12-186-30/+3
| * | | | | | | Remove deprecated icalproperty_remove_parameterKent Sutherland2016-12-1810-27/+12
* | | | | | | | libical-glib-docs.xml.in - quiet "failed to load external entity" warningsAllen Winter2016-12-191-2/+0
* | | | | | | | icaltimezone.c - nul-terminate 'location' in fetch_lat_long_from_stringAllen Winter2016-12-191-0/+2
| |/ / / / / / |/| | | | | |
* | | | | | | CMakeLists.txt, ReleaseNotes.txt - we're going to version 3.0.0Allen Winter2016-12-182-3/+3
* | | | | | | src/libical/icaltimezone.c - minor in fetch_lat_long_from_stringAllen Winter2016-12-181-2/+2
* | | | | | | make public: icalparameter_get|set_parent, icalproperty_set_parent, icalvalue...Allen Winter2016-12-188-43/+58
* | | | | | | doc/UsingLibical.txt - remove mention to non-existent icaltime_from_intAllen Winter2016-12-181-5/+0
* | | | | | | libical-glib/tools/generator.h - increase BUFFER_SIZE so we don't crash`Allen Winter2016-12-181-1/+1
* | | | | | | icalderivedvalue.c.in: icalvalue_new/set/get_binary() need to use v_attach da...Ken Murchison2016-12-184-2/+44
* | | | | | | Merge pull request #273 from ksuther/parser-testAllen Winter2016-12-181-0/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Add setprops after add_test to try to fix Windows build failureKent Sutherland2016-12-181-1/+2
| * | | | | | Run parser test on all the ics files in test-dataKent Sutherland2016-12-181-0/+6
|/ / / / / /
* | | | | | remove declared but unimplemented functionsAllen Winter2016-12-1814-216/+23
* | | | | | remove unused icalattachtypeAllen Winter2016-12-184-668/+629
* | | | | | CMakeLists.txt - ignore unknown pragmas in C++ with MSVCAllen Winter2016-12-181-0/+1