[Pkg-bitcoin-commits] [libunivalue] 22/76: Update project docs.

Jonas Smedegaard dr at jones.dk
Mon Apr 4 09:18:29 UTC 2016


This is an automated email from the git hooks/post-receive script.

js pushed a commit to branch master
in repository libunivalue.

commit 83046ecd0a96576eefd41d0191adf4f6acdbf486
Author: Jeff Garzik <jgarzik at bitpay.com>
Date:   Fri Sep 4 10:34:18 2015 -0400

    Update project docs.
---
 README |  8 +++++++-
 TODO   | 10 ++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/README b/README
index e6902c6..b7a9a3c 100644
--- a/README
+++ b/README
@@ -1 +1,7 @@
-univalue library
+
+		UniValue
+
+A universal value object, with JSON encoding (output) and decoding (input).
+
+Built as a single dynamic RIAA C++ object class, and no templates.
+
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..5530048
--- /dev/null
+++ b/TODO
@@ -0,0 +1,10 @@
+
+Rearrange tree for easier 'git subtree' style use
+
+Move towards C++11 etc.
+
+Namespace support - must come up with useful shorthand, avoiding
+long Univalue::Univalue::Univalue usages forced upon library users.
+
+Improve test suite
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/libunivalue.git



More information about the Pkg-bitcoin-commits mailing list