summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* scripts/buildtests.sh - remove LTO testsAllen Winter2019-07-131-2/+0
| | | | there is no LTO cmake option in the 3.0 version
* scripts/buildtests.sh - improved test namingAllen Winter2019-07-131-14/+16
|
* scripts/buildtests.sh - comment out a testAllen Winter2019-05-171-1/+1
|
* scripts/buildtests.sh - test more build option combinationsAllen Winter2019-05-151-0/+5
|
* Revert "src/libical/icalparser.c - include <string.h>"Kent Sutherland2019-05-131-1/+0
| | | | This reverts commit 81554e81f2422b6d7902c15d9deff49fb6fe787b.
* src/libical/icalparser.c - include <string.h>Allen Winter2019-05-121-0/+1
| | | | for strnlen()
* Revert LTO commits:Allen Winter2019-05-051-3/+0
| | | | | | | | "CMakeLists.txt - add developer option for enabling LTO builds" This reverts commit d301105bab79b136974c4ea0a8df9fa818fae4e4. Revert "scripts/buildtests.sh - LTO build checking" This reverts commit 0c5f95c54cba7a64871a548ae2eb9bfbf0ba3a23.
* scripts/buildtests.sh - deal with improved static checkersAllen Winter2019-03-161-3/+3
| | | | | cppcheck, clang analyzer, clang-tidy are getting better don't complaing about gtk deprecated stuff
* scripts/buildtests.sh - add more settings for the MacAllen Winter2019-01-131-2/+7
|
* scripts/buildtests.sh - LTO build checkingAllen Winter2018-12-301-0/+3
|
* buildtests.sh - a fix to make cppcheck happyAllen Winter2018-12-231-1/+1
|
* Update travis CI for trustyCorentin Noël2018-11-231-4/+4
|
* various - cleanup after the new ENABLE_GTK_DOC optionAllen Winter2018-11-111-2/+2
|
* Revert "appveyor - trying to support more compilers and platforms"Allen Winter2018-08-211-25/+16
| | | | This reverts commit 5a2fdd92346305d3b6992ee379f258323557d5c1.
* set_compiler_env.bat - try again with quoting the PATHAllen Winter2018-08-191-1/+1
|
* set_compiler_env.bat - double quote PATH setting to handle whitespaceAllen Winter2018-08-191-1/+1
|
* set_compiler_env.bat - not finding ninja; try adding to PATHAllen Winter2018-08-191-0/+1
|
* appveyor - trying to support more compilers and platformsAllen Winter2018-08-191-15/+23
|
* 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()
* scripts/buildtests.sh - improve cppcheck testingAllen Winter2018-08-041-12/+18
|
* 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>
* scripts/buildtests.sh - muck with the testsAllen Winter2018-04-281-4/+11
|
* scripts/buildtests.sh - follow newer splint versionAllen Winter2018-03-031-2/+4
|
* scripts/buildtests.sh - more porting to macOSAllen Winter2018-02-111-3/+3
|
* scripts/buildtests.sh - porting to macOSAllen Winter2018-02-111-14/+24
| | | | therefore, no longer supports getopt long options
* scripts/buildtests.sh - cmake -DICAL_BUILD_DOCS=FalseAllen Winter2018-01-211-5/+5
|
* Make libical reprodicubleAllen Winter2017-12-301-1/+1
| | | | | | Sort the hash which generates the C struct so that the struct is identical on every build, since normally this is random. With this change libical is fully reprodicuble.
* CMakeLists.txt, buildtests.sh - add testing support for thread sanitizerAllen Winter2017-10-231-3/+30
|
* scripts/buildtests.sh - add more tests for the BUILTIN_TZDATA caseAllen Winter2017-10-141-0/+7
|
* scripts/buildtests.sh - improvementsAllen Winter2017-10-021-7/+12
|
* icaltzutil_fetch_timezone now creates VTIMEZONE components using RRULEs ↵Kent Sutherland2017-05-271-2/+2
| | | | | | | | rather than expanding out every year (if USE_INTEROPERATIVE_VTIMEZONES was off) or using a single time zone back to 1970 (if it was one). This creates more accurate time zones that are compatible with dates whose time zones have since transitioned to a different offset (such as a date in America/New_York in 1980). Removed icaltzutil_set_exact_vtimezones_support and icaltzutil_get_exact_vtimezones_support. Removed USE_INTEROPERABLE_VTIMEZONES.
* Relicense to MPL 2.0 instead of MPL 1.0Allen Winter2017-05-076-22/+21
| | | | | | | | fix urls. make source license headers consistent GNU "Lesser" vs. GNU "Library" etc. issue: #297
* scripts/mkinclude.sh - remove no longer usedAllen Winter2017-05-071-39/+0
|
* ./scripts/mkneticali.pl - remove, no longer usedAllen Winter2017-05-071-94/+0
|
* scripts/mkrestrictionrecords.pl - remove, no longer usedAllen Winter2017-05-061-106/+0
|
* scripts/buildtests.sh - ensure we have the checker programs installedAllen Winter2017-04-141-0/+17
|
* scripts/buildtests.sh - improve warning detector from cppcheckAllen Winter2017-01-111-7/+8
|
* buildsystem: setup feature_summary for icu, bdb and python3.Allen Winter2017-01-061-3/+2
| | | | bdb support is built by default if the Berkeley db is found
* scripts/buildtests.sh - add option for the asan-buildAllen Winter2017-01-011-2/+22
|
* scripts/buildtests.sh - add some command line optionsAllen Winter2017-01-011-3/+83
|
* 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-232-5/+49
| | | | | - better handling of multi-valued properties and valid value type checking - suppress VALUE= parameter on properties when they contain the default value type
* scripts/buildtests.sh - refactor CLEANAllen Winter2016-12-231-6/+11
|
* scripts/buildtests.sh - improvements, some refactoringAllen Winter2016-12-231-44/+100
|
* scripts/buildtests.sh - improvementsAllen Winter2016-12-211-3/+3
|
* 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)
* icalderivedvalue.c.in: icalvalue_new/set/get_binary() need to use v_attach ↵Ken Murchison2016-12-181-1/+0
| | | | data element to match what icalparser.c does with ATTACH;VALUE=BINARY
* remove declared but unimplemented functionsAllen Winter2016-12-181-83/+0
| | | | issue#270
* scripts/buildtests.sh - test various builds; do static testingAllen Winter2016-12-151-0/+237
|
* fix problems found by -Wredundant-declsAllen Winter2016-11-231-4/+5
|