summaryrefslogtreecommitdiff
path: root/scripts/mkderivedproperties.pl
Commit message (Collapse)AuthorAgeFilesLines
* various - use https instead of http where we canAllen Winter2019-12-141-4/+3
| | | | | Update Eric's email Remove softwarestudio.com which no longer exists as a domain
* various - icalderived(value|parameter|property) enum iterationAllen Winter2018-08-121-1/+1
| | | | | | Issue#343 - best fix we can do without breaking compatibility also introduce new public function icalproperty_kind_is_valid()
* TZID on DATE-TIME value can override time specified in UTCMilan Crha2018-08-041-23/+2
| | | | | | | | | | | | | When DTSTART, DTEND, DUE and EXDATE properties had times specified in UTC (with the 'Z' suffix) and they also contained a TZID parameter for a different time zone, then this TZID overwrote the UTC time, which could lead to missed exceptions (and other issues). The icalproperty_get_exdate() code had been incomplete too, thus that is fixed as well, by using the same function for timezone lookup as the other properties. Signed-off-by: Allen Winter <allen.winter@kdab.com>
* Relicense to MPL 2.0 instead of MPL 1.0Allen Winter2017-05-071-2/+2
| | | | | | | | fix urls. make source license headers consistent GNU "Lesser" vs. GNU "Library" etc. issue: #297
* - handle properties which don't have "default" value typesKen Murchison2016-12-231-4/+39
| | | | | - better handling of multi-valued properties and valid value type checking - suppress VALUE= parameter on properties when they contain the default value type
* created new DATE-TIME-DATE type for those properties that accept both ↵Ken Murchison2016-12-201-28/+0
| | | | | | DATE-TIME and DATE. DATE and DATE-TIME now only accept the proper values (date without time and date with time respectively)
* Merge branch 'glib'Allen Winter2016-06-261-46/+56
|\ | | | | | | | | | | Conflicts: appveyor.yml scripts/mkderivedproperties.pl
| * beautify the output code, tidy the perl, add some checks for CoverityAllen Winter2016-06-111-47/+57
| |
* | Don't emit VALUE= parameter when the property contains the default value typeKen Murchison2016-06-261-1/+3
|/
* fix splint warnings in the generated icalrestriction.cAllen Winter2015-05-191-1/+1
|
* hide all symbols by default. make symbols visible only as needed.Allen Winter2015-05-051-19/+19
| | | | and other minor cleaning
* scripts - tidy the perl scripts and give them a license headerAllen Winter2015-02-211-143/+153
|
* scripts/mkderivedproperties.pl - add future space into the enum_mapAllen Winter2015-02-211-7/+19
| | | | | else the hash math doesn't work and we'd need to search so let's use a little bit of extra memory instead.
* mkderivedproperties.pl now creates enum_map using the order specified in ↵Kent Sutherland2014-06-091-4/+8
| | | | derived-data/properties.pl. This is necessary because icalproperty_enum_to_string is sensitive to the order of the items in enum_map. Fixes failed regression tests in regression-classify.
* generate C without cast warningsAllen Winter2014-06-011-35/+35
| | | | also remove some extra ugly whitespace in the perl
* Re-arrange after svn to git conversionAllen Winter2014-05-311-0/+300