summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into mcclurgm-readme-mainpagemcclurgm-readme-mainpageAllen Winter2022-06-0326-199/+1315
|\
| * .pylintrc - config file for pylintAllen Winter2022-06-021-0/+590
| |
| * Merge branch '3.0'Allen Winter2022-06-025-130/+140
| |\
| | * README.md, doc/UsingLibical.md - fixes markdownlint issuesAllen Winter2022-06-024-119/+121
| | |
| | * .pre-commit-config.yaml - add markdownlintAllen Winter2022-06-021-0/+7
| | |
| * | Merge branch '3.0'Allen Winter2022-06-022-132/+0
| |\ \ | | |/
| | * remove codacy and codeql workflowsAllen Winter2022-06-022-132/+0
| | | | | | | | | | | | not needed in this branch
| * | Merge branch '3.0'Allen Winter2022-06-021-3/+3
| |\ \ | | |/
| | * Revert "codeql.yml - move into .github/workflows"Allen Winter2022-06-021-3/+3
| | | | | | | | | | | | This reverts commit a2ce6419ff642c2bbee9b0e60d3354e16334b255.
| * | Merge branch '3.0'Allen Winter2022-06-026-7/+145
| |\ \ | | |/
| | * codeql workflow - don't check java or pythonAllen Winter2022-06-021-1/+1
| | |
| | * icaltime.c - icaltime_days_in_month - ensure a valid monthAllen Winter2022-06-021-1/+3
| | |
| | * scripts/buildtests.sh - teach cppcheck about MIN() macroAllen Winter2022-06-021-0/+1
| | |
| | * src/libical/icalvalue.c - fix format-truncation warningAllen Winter2022-06-021-2/+5
| | |
| | * .pre-commit-config.yaml - disable clang-formatAllen Winter2022-06-021-4/+4
| | | | | | | | | | | | since we don't have a .clang-format style yet
| | * codeql.yml - move into .github/workflowsAllen Winter2022-06-021-3/+3
| | |
| | * Create codacy.ymlAllen Winter2022-06-011-0/+60
| | |
| | * Create codeql.ymlAllen Winter2022-06-011-0/+72
| | |
| * | CMakeLists.txt - fix line continuationsAllen Winter2022-06-011-13/+13
| | |
| * | CMake files - cmake-lintingAllen Winter2022-06-0110-58/+401
| | |
| * | pre-commit-config.yaml - add cmake-lint hookAllen Winter2022-06-011-0/+6
| | |
| * | scripts/readvaluesfile.pl - add some sanity checkingAllen Winter2022-04-281-7/+39
| | | | | | | | | | | | | | | | | | errors if: - a Name is used more than once - a kind enum is used more than once
| * | design-data/parameters.csv: Fix enum value clashingAllen Winter2022-04-281-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: Milan Crha <mcrha@redhat.com> Date: Wed, 27 Apr 2022 12:37:46 +0200 Subject: [PATCH] parameters.csv: Fix enum value clashing Two problems: * EMAIL being defined twice * REASON and REQUIRED use the same value The effect of this patch is that only the ICAL_REASON_PARAMETER value changes from 43 to 47, the ICAL_EMAIL_PARAMETER value stays unchanged.
| * | design-data/value-types.csv - fix enum ICAL_ICAL_PROXIMITY_VALUEAllen Winter2022-04-281-1/+1
| | | | | | | | | | | | | | | | | | | | | ICAL_DATETIMEDATE_VALUE and ICAL_PROXIMITY_VALUE were set to the same value (5036). Now ICAL_DATETIMEDATE_VALUE=5036 and ICAL_PROXIMITY_VALUE=5039
| * | design-data/properties.csv - remove dupe entry for "NAME"Allen Winter2022-04-281-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were 2 NAME properties: * CAP Properties","RFC 4324 Section 2.1.2", NAME - used to add locale-specific descs to components. * Properties for iCalendar","RFC 7986 Section 5", NAME - specifies the name of the calendar. Now we have 1 property that can have either context but uses the same enum value (151). RFCs shouldn't use the same identifier string to describe two different contexts.
| * | Merge branch '3.0'Allen Winter2022-04-274-3/+134
| |\ \ | | |/
| | * Add missing property parameters into libical-glibMilan Crha2022-04-272-1/+108
| | | | | | | | | | | | These had been available in the libical, but not in the libical-glib.
| | * .pre-commit-config.yaml - pre-commit configurationAllen Winter2022-04-271-0/+24
| | |
| | * appveyor.yml - remove /usr/local/include/X11 on MacAllen Winter2022-04-271-1/+1
| | | | | | | | | | | | | | | see https://github.com/appveyor/ci/issues/3786 should be fixed by appveyor at some point
* | | WIP: use README.md copy as doxygen mainpageMichael McClurg2022-04-243-52/+15
|/ /
* | CMakeLists.txt - the PROJECT_VERSION is 3.1Allen Winter2022-04-091-1/+1
| | | | | | | | not 3.0
* | Fix table in UsingLibical.md & missing periodMichael McClurg2022-04-091-25/+7
| |
* | Add UsingLibical.md to DoxygenMichael McClurg2022-04-094-3/+7
| |
* | cmake: Do not export CC into gir compilerKhem Raj2022-03-061-2/+1
| | | | | | | | | | | | | | | | | | this helps cross compilers where full compiler commandline defines the compiler rather than just CC variable, therefore let it use the default values from environment and not synthesize it from CMAKE_C_COMPILER just for this case. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* | Merge branch '3.0'Allen Winter2022-03-061-5/+10
|\ \ | |/
| * scripts/buildtests.sh - blacklist vcc.c in cppcheckAllen Winter2022-03-061-0/+1
| |
| * icalenums.c - ensure we can't overflow request_status_mapAllen Winter2022-03-061-5/+10
| | | | | | | | based on a patch by yukuan <yukuan@uniontech.com>
* | scripts/buildtests.sh - lto builds only on linux with gccAllen Winter2022-03-061-3/+6
| |
* | cmake/modules/FindBerkeleyDB.cmake - set BerkeleyDB_LIBRARIESAllen Winter2022-03-061-1/+1
| | | | | | | | make sure BerkeleyDB_LIBRARIES is set
* | cmake/modules/GtkDoc.cmake - deal with unset (DY)LD_LIBRARY_PATHAllen Winter2022-03-061-1/+12
| |
* | buildsystem - fix linking after recent commitsAllen Winter2022-03-052-3/+5
| |
* | buildsystem - fix more uninitialized cmake variables, againAllen Winter2022-03-052-5/+9
| |
* | appveyor.yml - don't install gobject-introspection vala for MacAllen Winter2022-03-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We haven't been building GOBJECT_INTROSPECTION or ICAL_GLIB_VAPI anyway and now the homebrew packages for cairo are broken ie. ==> Pouring xorgproto--2021.5.all.bottle.tar.gz Error: The `brew link` step did not complete successfully The formula built, but is not symlinked into /usr/local Could not symlink include/X11 Target /usr/local/include/X11 already exists. You may want to remove it: rm '/usr/local/include/X11' To force the link and overwrite all conflicting files: brew link --overwrite xorgproto To list all files that would be deleted: brew link --overwrite --dry-run xorgproto Possible conflicting files are: /usr/local/include/X11 -> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/Tk.framework/Versions/Current/Headers/X11
* | buildsystem - fix more uninitialized cmake variablesAllen Winter2022-03-056-8/+20
| |
* | buildsystem - fix all uninitialized cmake warningsAllen Winter2022-03-058-44/+107
| |
* | fix some minor coding style issues after recent commitsAllen Winter2022-02-262-6/+5
| |
* | Merge pull request #551 from minichma/test_mem_consistencyAllen Winter2022-02-263-18/+57
|\ \ | | | | | | Test for memory leaks in regression tests.
| * | test - check for memory leaks during regression testsMarkus Minichmayr2022-02-251-8/+37
| | |
| * | test-malloc - Export functions and access global members only via getters to ↵Markus Minichmayr2022-02-252-7/+17
| | | | | | | | | | | | allow accessing the same statistics from across multiple modules in case of dynamic linking. Previously the test executables couldn't access the statistics generated withing the libical shared library, because it didn't share the global statistics variable.
| * | regression-utils - fix inconsistent function signatures of _ok() and related.Markus Minichmayr2022-02-251-3/+3
|/ /