summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use centralized cmake versionHEADmasterMichele Calgaro2024-03-151-6/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raise the minimum required version of CMake to 3.5.Slávek Banko2023-11-051-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Use TDE cmake macro to set versionr14.1.1r14.1.0Michele Calgaro2022-06-201-1/+5
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Remove obsolete setting of CMAKE_MODULE_PATH in cmake files.Michele Calgaro2022-05-031-1/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Raise the minimum required version of CMake to 3.1.Slávek Banko2021-12-291-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove cmake submodule since it has now been replaced by cmake-trinity ↵Slávek Banko2021-05-242-3/+0
| | | | | | dependency. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2021-05-151-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2021-02-281-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2021-01-271-0/+0
|
* Raise the minimum required version of CMake to 2.8.12.Slávek Banko2021-01-181-1/+1
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2021-01-131-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-12-071-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-10-091-0/+0
|
* Drop automake build support.gregory guy2020-10-0224-5257/+52
| | | | | | | | | Add basic cmake build instructions. Deleted NEWS (no real content). Rework of the README file. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-09-201-0/+0
|
* Removed code formatting modelines.Michele Calgaro2020-09-1921-40/+0
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-09-181-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-07-291-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-06-261-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-06-241-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-06-141-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-06-121-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-06-071-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-05-281-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-05-241-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-05-171-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-05-111-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-05-101-0/+0
|
* Fix typos from commit afa497c628eb6a8a96f234db5215d5c4cc0489af.Slávek Banko2020-05-071-2/+2
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-05-071-0/+0
|
* Fix memory leak of lock error messagesOBATA Akio2020-05-062-0/+4
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Fix to set error code and message properlyOBATA Akio2020-05-062-94/+91
| | | | Signed-off-by: OBATA Akio <obache@wizdas.com>
* Simplify lock conditionOBATA Akio2020-05-062-12/+21
| | | | | | | | | | | | Change to handle as LOCK is not supported for the case response of LOCK is unimplemented. Then * LOCKSUPPORT == FALSE: LOCK is not supported * LOCKSUPPORT == TRUE: LOCK is supported * lock == 0: no LOCK error * lock == -1: failed to LOCK Signed-off-by: OBATA Akio <obache@wizdas.com>
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-04-081-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-04-041-0/+0
|
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2020-03-231-0/+0
|
* Remove unwanted memory allocation for responseOBATA Akio2020-02-091-24/+6
| | | | | | | | It is expected as pointer to struct response with size fo the struct, not pointer to the pointer, but never returned to the caller. It should be allocated by the caller. Signed-off-by: OBATA Akio <obache@wizdas.com>
* Reset submodule main/dependencies/libcaldav/cmake to latest HEADAutomated System2019-12-081-0/+0
|
* Add support for GCC hidden visibility.Slávek Banko2019-10-101-0/+32
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* cmake: Install libraries according to multi-arch rules.Slávek Banko2019-10-101-0/+5
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Add common directories.Slávek Banko2019-10-102-0/+3
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2019-10-1010-0/+263
| | | | | | | rfc4791.pdf has been moved to the doc folder. caldav pc file has been moved in the src folder. Signed-off-by: gregory guy <gregory-tde@laposte.net>
* Minor update to AUTHORS fileTimothy Pearson2016-02-271-1/+1
|
* Remove obsolete svn directories.r14.0.6r14.0.5r14.0.4r14.0.3r14.0.2r14.0.1r14.0.0Darrell Anderson2013-05-0524-5940/+0
|
* Remove obsolete svn directories.Darrell Anderson2013-05-0529-4921/+0
|
* Fix typos.Darrell Anderson2013-05-054-4/+4
|
* Fix installation locations.Darrell Anderson2012-03-213-3/+3
| | | | This partially resolves bug report 701.
* Remove libcaldav.pc inadvertently copied from initial merge to GIT tree.Darrell Anderson2012-03-131-14/+0
| | | | This partially resolves bug report 701.