| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | src/python/Collection.py, src/python/Component.py - reduce calls to len() | Allen Winter | 2018-01-21 | 2 | -3/+3 |
| | | | | | Issue#322 | ||||
| * | Merge branch 'master' into remove-is_utc | Kent Sutherland | 2017-10-01 | 15 | -422/+380 |
| |\ | |||||
| | * | Relicense to MPL 2.0 instead of MPL 1.0 | Allen Winter | 2017-05-07 | 15 | -422/+380 |
| | | | | | | | | | | | | | | | | | fix urls. make source license headers consistent GNU "Lesser" vs. GNU "Library" etc. issue: #297 | ||||
| * | | Removed reference to is_utc in Python wrapper. | Kent Sutherland | 2017-02-12 | 1 | -1/+0 |
| |/ | | | This is going to cause bugs in the Python wrapper, as it doesn't support setting time zones. | ||||
| * | cleanup remaining comments about functions we decided not to deprecate. | Allen Winter | 2017-01-01 | 1 | -9/+0 |
| | | |||||
| * | * Signature changed for functions: | Allen Winter | 2016-12-21 | 1 | -20/+19 |
| | | | | | | | | | | | | | + VObject *Parse_MIME_FromFileName(const char *fname) + icalgauge *icalgauge_new_from_sql(const char *sql, int expand) + const char *icallangbind_property_eval_string(icalproperty *prop, const char *sep) + const char *icallangbind_property_eval_string_r(icalproperty *prop, const char *sep) + void set_zone_directory(const char *path) + icalcalendar *icalcalendar_new(const char *dir) + int icalrecur_expand_recurrence(const char *rule, time_t start, int count, time_t *array) issue#276 | ||||
| * | Merge remote-tracking branch 'libical/master' into remove-deprecated | Kent Sutherland | 2016-12-18 | 1 | -17/+0 |
| |\ | |||||
| | * | make public: icalparameter_get|set_parent, icalproperty_set_parent, ↵ | Allen Winter | 2016-12-18 | 1 | -17/+0 |
| | | | | | | | | | | | | | icalvalue_get_parent issue#272 | ||||
| * | | Remove deprecated icaltime_start_doy_of_week | Kent Sutherland | 2016-12-18 | 2 | -5/+0 |
| | | | | | | | | | Use icaltime_start_doy_week instead. The generated SWIG interface in Net-ICal-Libical hasn't been regenerated. | ||||
| * | | Remove deprecated icalproperty_string_to_enum. | Kent Sutherland | 2016-12-18 | 1 | -1/+0 |
| | | | | | | | Use icalproperty_kind_and_string_to_enum instead. | ||||
| * | | Remove deprecated icalproperty_remove_parameter | Kent Sutherland | 2016-12-18 | 1 | -2/+1 |
| |/ | | | | Use icalproperty_remove_parameter_by_kind instead. | ||||
| * | remove declared but unimplemented functions | Allen Winter | 2016-12-18 | 2 | -78/+23 |
| | | | | | issue#270 | ||||
| * | remove unused icalattachtype | Allen Winter | 2016-12-18 | 1 | -11/+0 |
| | | |||||
| * | more redundancy-decls cleaning | Allen Winter | 2016-11-23 | 1 | -9/+0 |
| | | |||||
| * | remove references to icaltime_compare_with_zone() | Allen Winter | 2016-08-28 | 1 | -28/+25 |
| | | | | | that doesn't exist | ||||
| * | src/python - fix problems found by pychecker | Allen Winter | 2016-06-06 | 3 | -6/+6 |
| | | |||||
| * | Merge branch 'coverity_scan' | Allen Winter | 2014-12-06 | 1 | -10/+0 |
| |\ | |||||
| | * | remove .svnignore files | Allen Winter | 2014-11-28 | 1 | -10/+0 |
| | | | |||||
| * | | remove icalrecur_iterator_decrement_count() which is not implemented. | Allen Winter | 2014-12-05 | 1 | -1/+0 |
| |/ | |||||
| * | remove icaltime_is_floating() declaration since no implementation. | Allen Winter | 2014-10-09 | 2 | -4/+0 |
| | | |||||
| * | Re-arrange after svn to git conversion | Allen Winter | 2014-05-31 | 22 | -0/+4183 |
