index
:
libcsv
apply-linting
csv-write
error-codes
master
rework
CSV parsing library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
csv-test.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
weiterer Testcase: Teste den Fall, dass ein CSV-Objekt nur initialisiert, abe...
Thomas Schmucker
2020-07-02
1
-0
/
+16
*
csv-read() sollte bei Dateiende EOF liefern, statt -1. Damit wird der
Thomas Schmucker
2020-07-02
1
-7
/
+7
*
Testfälle besser dokumentiert
Thomas Schmucker
2020-07-01
1
-18
/
+18
*
aktiviere Code-Coverage-Test
Thomas Schmucker
2020-06-27
1
-2
/
+2
*
Testcases für erfolgreiches Fehlermanagement...
Thomas Schmucker
2020-06-26
1
-0
/
+157
*
Aktiviere continuous Testing
Thomas Schmucker
2020-06-25
1
-0
/
+414
*
Testsuite
Thomas Schmucker
2020-06-24
1
-0
/
+11
*
csv-test nach csv-perf umbenannt
Thomas Schmucker
2020-06-24
1
-139
/
+0
*
Test für csv_write() zunächst deaktiviert!
Thomas Schmucker
2020-06-23
1
-0
/
+2
*
fix: csv_write
Thomas Schmucker
2020-06-22
1
-0
/
+11
*
Fix: Include (assert.h)
Thomas Schmucker
2020-06-21
1
-0
/
+1
*
mehr asserts...
Thomas Schmucker
2020-06-21
1
-0
/
+2
*
s/csv_error/csv_err/
Thomas Schmucker
2020-06-21
1
-2
/
+2
*
Überarbeitets Error-Handling
Thomas Schmucker
2020-06-21
1
-2
/
+2
*
Benutze unterschiedliche Callback-Argumente für die Memory- und Error-Callba...
Thomas Schmucker
2020-06-21
1
-1
/
+1
*
Vereinfache das Interface noch weiter...
Thomas Schmucker
2020-06-19
1
-3
/
+2
*
csv_free() Funktion gegen csv_cleanup() ersetzt, die bei EOF jetzt auch autom...
Thomas Schmucker
2020-06-19
1
-5
/
+1
*
Beispiel für einen normalen Ablauf ohne Exceptions hinzugefügt.
Thomas Schmucker
2020-06-19
1
-1
/
+17
*
Testprogramme und Beispiele hinzugefügt
Thomas Schmucker
2020-06-18
1
-437
/
+54
*
header datei
Thomas Schmucker
2020-06-18
1
-40
/
+6
*
Memory Interface
Thomas Schmucker
2020-06-18
1
-14
/
+48
*
constness
Thomas Schmucker
2020-06-18
1
-7
/
+14
*
Parameter werden nun überall wo möglich geprüft.
Thomas Schmucker
2020-06-18
1
-0
/
+7
*
übergebe die Fehlermeldung auch an den CLient-Error-Handler; Reorg Code
Thomas Schmucker
2020-06-18
1
-43
/
+54
*
mit abort() lässt sich eine bessere Fehlerbehandlung durchführen, wenn das ...
Thomas Schmucker
2020-06-17
1
-19
/
+40
*
Vereinfache den Code an mehreren Stellen. Speicherverwaltung ist nun
Thomas Schmucker
2020-06-17
1
-53
/
+65
*
aufräumen...
Thomas Schmucker
2020-06-17
1
-90
/
+27
*
Zwischenstand...
Thomas Schmucker
2020-06-17
1
-43
/
+87
*
mehr Fehlerprüfungen
Thomas Schmucker
2020-06-14
1
-5
/
+17
*
Fehlerbehandlung hinzugefügt
Thomas Schmucker
2020-06-14
1
-92
/
+131
*
benutze Speicherallokierungen getrennten Argumenten für Größe und Anzahl d...
Thomas Schmucker
2020-06-14
1
-2
/
+2
*
zst => state, ZST_ => STATE_
Thomas Schmucker
2020-06-13
1
-32
/
+32
*
update handling first field
Thomas Schmucker
2020-06-13
1
-5
/
+5
*
add comment
Thomas Schmucker
2020-06-13
1
-0
/
+1
*
funktionen zum Schreiben von CSV-Daten hinzugefügt
Thomas Schmucker
2020-06-13
1
-2
/
+41
*
Mache klarer, wie EOF genau erkannt wird...
Thomas Schmucker
2020-06-12
1
-8
/
+11
*
bessere Steuerung für inline/static
Thomas Schmucker
2020-06-11
1
-9
/
+13
*
benutze getc statt fgetc
Thomas Schmucker
2020-06-11
1
-7
/
+7
*
erster Commit
Thomas Schmucker
2020-06-11
1
-0
/
+358