CIA.vc
Libical
Real-time open source activity stats
Stats » Projects » Libical
informationsyndicateUTC clock
07:03 on Feb 11, 2012
event counters
The last message was received 1.07 weeks ago at 19:45 on Feb 03, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 2 messages last week
2 messages so far this month, 0 messages last month
318 messages since the first one, 4.05 years ago, for an average of 4.65 days between messages
recent messages
dateReversed sort columnprojectcontentlink
19:45 on Feb 03libical
Commit by awinterz :: r1121 /trunk/libical/src/libical/icaltimezone.c: (link)
Fix for built-in UTC timezone is always ignored.
Patch from Kent, thanks!

ID: 3482277
#
19:38 on Feb 03libical
Commit by awinterz :: r1120 /trunk/libical/src/libical/ (8 files): (link)
Warning and static analyzer cleanups.
Thanks Kent.
ID: 3482305
#
16:01 on Dec 30, 2011libical
Commit by awinterz :: r1119 /trunk/libical/CMakeLists.txt: (link)
add a new option -DUSE_32BIT_TIME_T=[true|false] for MSVC on Windows
users who need a 32bit version of time_t

also use cmake_policies to eliminate some warnings
#
03:49 on Dec 19, 2011libical
Commit by awinterz :: r1118 /trunk/libical/src/libicalss/CMakeLists.txt: (link)
make the icalss-header target depend on the ical-header target
to ensure the generated headers are built in the proper order
for parallel builds

Hopefully fixes parallel build bug mentioned in ID: 3461603
#
01:13 on Dec 18, 2011libical
Commit by awinterz :: r1117 /trunk/libical/src/libical/icaltimezone.c: (link)
Fix some pthread deadlocks.
Thanks for the patch Edwin!
#
05:14 on Dec 11, 2011libical
Commit by awinterz :: r1116 /trunk/libical/src/libical/icaltimezone.c: (link)
Accept timezones without TZOFFSETFROM
Patch from Kent, Thanks!

ID: 3435076
#
02:50 on Nov 20, 2011libical
Commit by awinterz :: r1115 /trunk/libical/src/libical/ (icalerror.h.cmake icalerror.h.in): (link)
make sure to define ICAL_ERRORS_ARE_FATAL to avoid warnings
fixes bug ID: 3437953
#
02:21 on Oct 28, 2011libical
Commit by awinterz :: r1114 /trunk/libical/ (5 files in 2 dirs): (link)
Add a buildsystem configuration option that prevents empty properites
from being replaced with X-LIC-ERROR.

Patch from Kent.
#
01:55 on Oct 28, 2011libical
Commit by awinterz :: r1113 /trunk/libical/src/libical/icalrecur.c: (link)
in icalrecur_iterator_new(), don't iterate past year 20000 to avoid
infinite loops when processing by improper YEARLY RRULEs.

ID: 3429427

Patch by Kent.
#
21:33 on Oct 27, 2011libical
Commit by awinterz :: r1112 /trunk/libical/src/test/regression.c: (link)
From: Patrick Ohly <patrick dot ohly at intel dot com>
Date: Fri, 21 Oct 2011 10:13:40 +0000
Subject: [PATCH 1/3] testing: added icalcomponent_new_from_string() test

Merely calls the function, depend on valgrind to find memory leaks.
#
21:32 on Oct 27, 2011libical
Commit by awinterz :: r1111 /trunk/libical/src/test/timezones.c: (link)
From: Patrick Ohly <patrick dot ohly at intel dot com>
Date: Fri, 21 Oct 2011 10:14:53 +0000
Subject: [PATCH 2/3] timezone test: improved output

First, include UTC offsets. Second, dump the internal VTIMEZONE
definition.
#
21:27 on Oct 27, 2011libical
Commit by awinterz :: r1110 /trunk/libical/src/libical/Makefile.am: (link)
From: Patrick Ohly <patrick dot ohly at intel dot com>
Date: Fri, 21 Oct 2011 10:32:11 +0000
Subject: [PATCH 3/3] autotools: fixed out-of-tree compilation

The commit which turned icalerror.h into a generated file broke
out-of-tree compilation because the Makefile.am still expected
the file in the top_src dir, where it is only generated if
compiling there.
#
21:24 on Oct 27, 2011libical
Commit by awinterz :: r1109 /trunk/libical/src/libical/icalparser.c: (link)
cast chars to unsigned char when passing to isspace in the strstriplt function.
patch by Mahesh Kumar
#
21:51 on Oct 12, 2011libical
Commit by awinterz :: r1108 /trunk/libical/ (configure.in src/libical/icalerror.h.in): (link)
make icalerror.h a generated file in the autotools buildsystem
since that's the way it is done in the CMake buildsystem.

Fixes Bug ID: 3421875
#
15:13 on Oct 12, 2011libical
Commit by awinterz :: r1107 /trunk/libical/bootstrap: (link)
revertlast -- committed by mistake when merging the windows-test branch
#
01:36 on Oct 11, 2011libical
Commit by awinterz :: r1106 /trunk/libical/ (68 files in 15 dirs): (link)
merge in the windows-test branch
#
00:58 on Oct 11, 2011libical
Commit by awinterz :: r1105 /branches/windows-test/libical/src/test/regression.c: (link)
more r1093 from trunk
#
00:48 on Oct 11, 2011libical
Commit by awinterz :: r1104 /branches/windows-test/libical/src/libical/ (. icalduration.c icalparser.c): (link)
merge r1092 and r1093 from trunk
#
20:59 on Oct 10, 2011libical
Commit by awinterz :: r1103 /branches/windows-test/ (23 files in 15 dirs): (link)

merge r1102

  • Applied Patrick's patch to fix icaltimezone_get_builtin_timezone_from_tzid()
  • Changed version number to 0.48
#
20:27 on Oct 10, 2011libical
Commit by artcancro :: r1102 /trunk/libical/ (13 files in 7 dirs): (link)

  • Applied Patrick's patch to fix icaltimezone_get_builtin_timezone_from_tzid()
  • Changed version number to 0.48
#