summaryrefslogtreecommitdiff
path: root/src/libical-glib/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.0'Allen Winter2022-10-241-4/+6
|\
| * disable so versions for Androidheinzchen2022-10-241-4/+6
| |
* | buildsystem - full cmake-lint coverageAllen Winter2022-06-071-6/+23
| |
* | REUSE complianceAllen Winter2022-06-061-0/+3
| | | | | | | | fixes: #489
* | buildsystem - fix all uninitialized cmake warningsAllen Winter2022-03-051-1/+1
| |
* | buildsystem - a C11-compliant C compiler is required for libical-glibAllen Winter2022-02-061-0/+4
|/
* Fix building libical-glib when STATIC_ONLY is enabled.Dawid Wróbel2021-11-251-5/+5
| | | | Fixes #527
* buildsystem - adjust libdir and includedir in generated pkgconfigAllen Winter2021-09-261-2/+10
| | | | | | | | The lib and include dirs can be set at CMake time by passing LIB_INSTALL_DIR and INCLUDE_INSTALL_DIR values. Additionally, on 64-bit linux the libdir default is "lib64". Issue#508
* libical-glib: modify xml->[ch] only for files, not folder nameLionel Vitte2021-06-221-2/+2
|
* libical-glib: rename glib-src-generator to ical-glib-src-generatorBen Wolsieffer2021-01-111-15/+15
| | | | Also, move it to libexec/libical from libexec/ical.
* libical-glib: install src-generator to CMAKE_INSTALL_LIBEXECDIRBen Wolsieffer2020-10-041-11/+11
| | | | | | It is not useful to end-users, so shouldn't be on PATH. Signed-off-by: Allen Winter <allen.winter@kdab.com>
* libical-glib: export src-generator from native build for cross-compilationBen Wolsieffer2020-09-291-6/+29
| | | | | | | | This is the recommended way to build executables that need to run on the build architecture when cross-compiling. Signed-off-by: Allen Winter <allen.winter@kdab.com> Issue#394
* [libical-glib] Remove langbind as it is already covered by the introspection ↵Corentin Noël2019-05-011-1/+0
| | | | | | itself All the langbind methods are helpers for the bindings in libical, here the GObject Introspection already covers all the features.
* [libical-glib] Use metadata file for Vala bindingsCorentin Noël2019-05-011-0/+9
| | | | Covers the things that the introspection fails to cover
* merge src/libical-glib from masterAllen Winter2019-04-061-10/+7
|
* Rename libical gir to ICal, set the right metadataCorentin Noël2018-11-171-2/+2
|
* GObject Introspection - do not change the .gir and .typelib name on every ↵Corentin Noël2018-11-171-6/+2
| | | | | | | | minor/micro version Otherwise it means that every application using the bindings has to target a very specific version. The $MAJOR-0 version is the current standard for this (see GLib, GTK…).
* src/lib*/CMakeLists.txt - Windows/ninja: use target property PREFIXAllen Winter2018-02-171-2/+2
| | | | instead of OUTPUT_NAME to prefix the created library names with "lib"
* s/GObjectIntrospection/INTROSPECTION/gAllen Winter2017-06-031-7/+7
|
* libical-glib/CMakeLists.txt - minor formattingAllen Winter2016-12-231-1/+1
|
* Generate Vala vapi file on the goCorentin Noël2016-12-211-0/+25
|
* libical-glib/CMakeLists.txt - depend on fullpath to src-generatorAllen Winter2016-09-241-2/+2
| | | | fixes parallel builds
* Generate i-cal-forward-declarations.h and use it in the sourcesMilan Crha2016-06-141-1/+2
| | | | To avoid type redefinitions and to have pretty names in the public headers.
* Revert "libical-glib/CMakeLists.txt - turnoff -Wenum-conversions in here"Allen Winter2016-06-031-4/+0
| | | | This reverts commit 1846fe93b9c9256a1e989d3a53fefc80d8631621.
* libical-glib/CMakeLists.txt - turnoff -Wenum-conversions in hereAllen Winter2016-05-141-0/+4
| | | | | because I have idea how to modify the generated code not to cast before the retrn in icalvalue_kind_is_valid()
* should have the src-generator linking fixedAllen Winter2016-05-041-3/+0
|
* try harder to find libintl on osxAllen Winter2016-05-041-125/+129
|
* temporary to debug a problem with the travis osx builderAllen Winter2016-05-041-121/+123
|
* libical-glib/CMakeLists.txt - moving build-tools to toolsAllen Winter2016-05-031-1/+1
|
* rename libical-glib/build-tools to libical-glib/toolsAllen Winter2016-05-031-4/+4
|
* Provide libical-glib, a GObject-based interface for libical with introspectionMilan Crha2016-04-261-0/+215