[aseprite] 139/308: Minor changes in base/README

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:45:02 UTC 2016


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

thansen pushed a commit to branch master
in repository aseprite.

commit 16e13d89c2dd2029da10fa1d7d142855dcbbc5f8
Author: David Capello <davidcapello at gmail.com>
Date:   Tue Dec 22 10:55:54 2015 -0300

    Minor changes in base/README
---
 src/base/README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/base/README.md b/src/base/README.md
index 08396a0..3317ebb 100644
--- a/src/base/README.md
+++ b/src/base/README.md
@@ -8,10 +8,11 @@ Cross-platform core functionality to do basic tasks:
 * Smart pointers ([UniquePtr](unique_ptr.h), [SharedPtr](shared_ptr.h))
 * Signals & Slots ([signal](signal.h), [slot](slot.h), [bind](bind.h), [Observable](observable.h)/[Observers](observers.h))
 * Type conversion ([convert_to](convert_to.h))
-* String ([string](string.h), [split_string](split_string.h), [trim_string](trim_string.h))
+* String utilities ([string](string.h), [split_string](split_string.h), [trim_string](trim_string.h))
 * Timing ([Chrono](chrono.h))
 * Multi-threading ([thread](thread.h), [mutex](mutex.h), [ScopedLock](scoped_lock.h))
 * File system ([fs](fs.h))
 * File names & paths ([path](path.h))
 * Version comparison ([Version](version.h))
-* File helpers ([TempDir](temp_dir.h), [serialization](serialization.h), [sha1](sha1.h), [launcher](launcher.h))
+* File utilities ([TempDir](temp_dir.h), [serialization](serialization.h), [sha1](sha1.h), [launcher](launcher.h))
+* Data utilities ([encode/decode_base64](base64.h))

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



More information about the Pkg-games-commits mailing list