94 Commits

Author SHA1 Message Date
3bf6fea43d removed uncommented code, updated readme 2024-11-23 15:30:11 +01:00
8e4c37fe88 all unit tests successful, might have fixed bug 2024-11-23 12:24:43 +01:00
2e60c19b0a removed Makefile 2024-11-23 08:50:08 +01:00
ed4d5cc798 install bin with meson 2024-11-17 17:35:52 +01:00
a7d2a49931 added TODO 2024-11-17 10:13:33 +01:00
7bef5ea855 all unit tests migrated to meson 2024-11-17 10:10:52 +01:00
28d6710c0a second unit test works with meson and found source of bug 2024-11-17 10:04:29 +01:00
f69d56d91a first unit test runs with meson 2024-11-17 09:51:05 +01:00
8bdb19d0c0 included failed ics file in unit tests 2024-11-17 09:39:03 +01:00
58e0c8feb3 meson build works and is simple 2024-11-17 09:26:32 +01:00
750d450b75 changed date in test file 2024-11-16 16:35:19 +01:00
0eda58f63f added test file and TODOs 2024-11-11 07:34:17 +01:00
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