prozessorkern
|
34ec2d9b45
removed \e from sourcecode and testcases
|
4 years ago |
shimatta
|
ea3c90f305
Merge branch 'feature/add_tests_#5' of shimatta/shellmatta into develop
|
4 years ago |
shimatta
|
017c3c050e
Merge branch 'feature/#20-heredoc' of shimatta/shellmatta into develop
|
4 years ago |
prozessorkern
|
11bf2d2671
added some testcases
|
4 years ago |
prozessorkern
|
5f96d86892
added vscode config
|
4 years ago |
prozessorkern
|
8cedf30925
changed doxygile location
|
4 years ago |
stefan
|
fe3c1e3a43
Added dummy testcases to integrate all source files into coverage meassurement
|
4 years ago |
stefan
|
cf7ac4d116
Merge branch 'feature/add_tests_#5' of https://git.shimatta.net/shimatta/shellmatta into feature/add_tests_#5
|
4 years ago |
stefan
|
3194012bae
got rid of compiler warnings
|
4 years ago |
prozessorkern
|
af8fea78da
added cppcheck call - requires cppcheck > 1.88
|
5 years ago |
prozessorkern
|
33e4e20474
added integration test for heredoc parsing
|
5 years ago |
prozessorkern
|
16365f341e
changed heredoc support
|
5 years ago |
prozessorkern
|
c9252029fd
fixed broken coverage meassurement in integration test
|
5 years ago |
prozessorkern
|
280e512746
added basic heredoc function
|
5 years ago |
prozessorkern
|
fc8a34dd1c
Merge branch 'develop' into feature/add_tests_#5
|
5 years ago |
shimatta
|
ad60578aab
Merge branch 'bugfix/#18-lengt-of-commands-not-checked' of shimatta/shellmatta into develop
|
5 years ago |
prozessorkern
|
21212d05b8
determine the length of the input command abd compare the length with the length of the known commands
|
5 years ago |
prozessorkern
|
5ff3bfa12e
added some integration tests
|
5 years ago |
prozessorkern
|
e5bf8572c2
fixed broken forward cursor fix #17
|
5 years ago |
prozessorkern
|
d65765371b
added unit tests for several util functions
|
5 years ago |
prozessorkern
|
f65f86d8e2
Merge branch 'develop' into feature/add_tests_#5
|
5 years ago |
prozessorkern
|
5b6f2155eb
parse command only until strlen(cmd) fix #16
|
5 years ago |
prozessorkern
|
bafc178caf
finished test of itoa
|
5 years ago |
prozessorkern
|
175bb7bafb
Merge branch 'develop' into feature/add_tests_#5
|
5 years ago |
prozessorkern
|
b71f1afe11
ignore newline as first character fix #13
|
5 years ago |
prozessorkern
|
0b52a2f246
use the right pointer to insert the new command fix #12
|
5 years ago |
prozessorkern
|
adcce55e83
added makefile to build an example, the documentation and the tests. Startet implementing Tests.
|
5 years ago |
prozessorkern
|
4dd1b0638f
fix #4
|
5 years ago |
prozessorkern
|
6b1d550e6b
moved all separatable functions in seperate modules. The main module shellmatta.c now only contains the interface function implementation. Work on #4
|
5 years ago |
prozessorkern
|
f3b03b80d3
fix #10
|
5 years ago |