From 56185e22c8ffb2dd259100d46dea9a88272433e4 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 22 Apr 2015 18:20:07 +0200 Subject: [PATCH 1/3] Initial commit --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..45aaa8d --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# cpp-utilities From f092f093df29c335bf70260df8451481c98dd6af Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 22 Apr 2015 18:23:15 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45aaa8d..0b79742 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ -# cpp-utilities +# c++-utilities +Common C++ classes and routines used by my applications. From 73c95c352b693fe63245621b29b9e00c3b898377 Mon Sep 17 00:00:00 2001 From: Martchus Date: Wed, 22 Apr 2015 18:24:43 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b79742..093cef7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ -# c++-utilities -Common C++ classes and routines used by my applications. +# c++utilities +Common C++ classes and routines used by my applications such as argument parser, IO and conversion utilities.