|
ad96144904
|
updated readme
|
2024-10-05 16:05:21 +02:00 |
|
|
7e36e9143d
|
annotated print_upcoming function
|
2024-10-05 15:56:08 +02:00 |
|
|
773bd82216
|
tests are looking good for ongoing events
|
2024-10-05 15:47:47 +02:00 |
|
|
c20f1ca1f0
|
renamed function parameter
|
2024-07-10 16:50:24 +02:00 |
|
|
578bf0b0f5
|
fixed pretty_print_date_time
|
2024-07-10 16:42:43 +02:00 |
|
|
33d9fed0cf
|
added unit-test for print_upcoming()
|
2024-07-10 15:25:26 +02:00 |
|
|
9bba31490b
|
added pragma once to header file
|
2024-07-09 11:17:34 +02:00 |
|
|
2c6f4bb357
|
renamed unit test
only test one function per unit test file.
|
2024-07-09 08:49:48 +02:00 |
|
|
2442af328b
|
improved README
|
2024-07-09 08:40:13 +02:00 |
|
|
37b6e1ce2c
|
removed unneeded includes in main.c
|
2024-07-09 08:32:32 +02:00 |
|
|
3ead0c07b2
|
added Makefile for unit test
|
2024-07-09 08:27:18 +02:00 |
|
|
c4fc332419
|
added first unit test
|
2024-07-09 08:08:01 +02:00 |
|
|
ad344b03ac
|
commented function, closed file
|
2024-07-09 07:13:01 +02:00 |
|
|
7809fb64ab
|
implemented new function parse_ics_file
|
2024-07-09 07:02:12 +02:00 |
|
|
d225e6aa41
|
updated README, how to enable git-hooks
|
2024-07-08 20:42:24 +02:00 |
|
|
5a96c95f69
|
changed ctags command
|
2024-07-08 20:39:44 +02:00 |
|
|
f2015b062c
|
added git-hooks dir
|
2024-07-08 20:25:54 +02:00 |
|
|
a8006f2e28
|
Update README.md
|
2024-06-16 08:26:31 +02:00 |
|
|
7fc1a17d3b
|
only go back one character to include the new line before field
|
2024-03-03 17:05:08 +01:00 |
|
|
f248a1d279
|
Merge pull request 'unrecognized-event-bug' (#5) from unrecognized-event-bug into master
Reviewed-on: bjoernf/ics_analyzer#5
|
2024-03-03 16:40:56 +01:00 |
|
|
97208505d8
|
fixed bug and created script for running tests
|
2024-03-03 16:29:57 +01:00 |
|
|
75cacc3e04
|
redacted test file
|
2024-03-03 16:10:12 +01:00 |
|
|
0c1e64a16e
|
added test file
|
2024-03-03 16:05:23 +01:00 |
|
|
31b8c83d2f
|
updated README
|
2024-01-20 21:58:28 +01:00 |
|
|
c786ccf659
|
Merge pull request 'unfolding-function' (#4) from unfolding-function into master
Reviewed-on: bjoernf/ics_analyzer#4
|
2024-01-20 21:54:55 +01:00 |
|
|
76c7f414ef
|
changed formatting
|
2024-01-20 21:51:07 +01:00 |
|
|
3252bf67ae
|
corrected comment
|
2024-01-20 21:06:09 +01:00 |
|
|
ff20bb92f7
|
dont put field name summary into summary field
|
2024-01-20 21:00:18 +01:00 |
|
|
7a5b3bc97a
|
added space folded test case and improved unfolding function
|
2024-01-20 20:44:15 +01:00 |
|
|
b2a2d09a92
|
improved folding function
|
2024-01-20 20:38:23 +01:00 |
|
|
f874fb99a6
|
still messy
|
2024-01-20 20:28:28 +01:00 |
|
|
ecfae506c9
|
unfolding doesnt work correctly
|
2024-01-20 19:19:39 +01:00 |
|
|
ce356065a7
|
added tab folded test case
|
2024-01-04 07:04:39 +01:00 |
|
|
05d59f6697
|
updated docs
|
2024-01-03 18:06:43 +01:00 |
|
|
5b31aec8d6
|
updated todo
|
2024-01-03 17:59:59 +01:00 |
|
|
bf6fdd71eb
|
improved documentation
|
2024-01-03 17:57:25 +01:00 |
|
|
6af368a69c
|
added carriage returns to test file
|
2024-01-03 08:14:15 +01:00 |
|
|
ea72a21418
|
line breaks are CRLF
|
2024-01-03 08:06:26 +01:00 |
|
|
55c6a39ee8
|
added rfc url to docs
|
2024-01-03 07:58:55 +01:00 |
|
|
add437c484
|
renamed test file
|
2024-01-03 07:56:57 +01:00 |
|
|
0e85ea09cd
|
new test file
|
2024-01-03 07:26:49 +01:00 |
|
|
af46177bcd
|
fixed bug when SUMMARY is not directly followed by colon
|
2024-01-01 10:15:32 +01:00 |
|
|
4ff2e705e2
|
modified test case
|
2023-12-30 06:00:45 +01:00 |
|
|
f9a617a882
|
location may be null
|
2023-12-30 05:17:58 +01:00 |
|
|
bf6d09e99a
|
added asserts to prevent segfaults from dereferencing null pointers
|
2023-12-30 05:02:49 +01:00 |
|
|
78a07b128f
|
improved Makefile and use debugging flags
|
2023-12-29 06:30:52 +01:00 |
|
|
315d127717
|
Merge pull request 'cap-event-printing' (#3) from cap-event-printing into master
Reviewed-on: bjoernf/ics_analyzer#3
|
2023-09-17 10:36:31 +02:00 |
|
|
925d9b35ce
|
updated readme
|
2023-09-17 10:33:37 +02:00 |
|
|
167457b791
|
added new all day event to test ics file
|
2023-09-17 10:32:16 +02:00 |
|
|
e8ed8b0319
|
default to printing 5 events and added option -a
|
2023-09-17 10:27:52 +02:00 |
|