[Assorted-commits] SF.net SVN: assorted: [555] cpp-commons/trunk
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-03-02 16:45:55
|
Revision: 555 http://assorted.svn.sourceforge.net/assorted/?rev=555&view=rev Author: yangzhang Date: 2008-03-02 08:45:53 -0800 (Sun, 02 Mar 2008) Log Message: ----------- updated for newer assorted.bash Modified Paths: -------------- cpp-commons/trunk/README cpp-commons/trunk/publish.bash Modified: cpp-commons/trunk/README =================================================================== --- cpp-commons/trunk/README 2008-03-02 05:02:35 UTC (rev 554) +++ cpp-commons/trunk/README 2008-03-02 16:45:53 UTC (rev 555) @@ -1,13 +1,7 @@ -% C++ Commons -% Yang Zhang -% gmail:yaaang +[documentation] -[documentation] | [browse svn] | [sourceforge page] +[documentation]: doc -[documentation]: doc/ -[browse svn]: http://assorted.svn.sourceforge.net/viewvc/assorted/cpp-commons/trunk/ -[sourceforge page]: http://www.sourceforge.net/projects/assorted/ - Overview -------- @@ -15,7 +9,7 @@ language. The library is nascent, so it doesn't have enough to warrant a release. This is a library of header files, in the same spirit as [boost]. -Related work +Related Work ------------ Code found here generally tries to complement code in the following other handy @@ -29,20 +23,12 @@ [libstdc++]: http://gcc.gnu.org/libstdc++/ [nmstl]: http://nmstl.sourceforge.net/ -License -------- +Some other general-purpose libraries which I haven't looked at in-depth: -The C++ Commons is released under the [GNU GPL3]. +- [GNU Common C++] +- [dlib] +- [FC++]: lazy functional programming in C++ -[GNU GPL3]: http://www.gnu.org/licenses/gpl-3.0.txt - -Contact -------- - -Copyright (C) 2008 [Yang Zhang]. -All rights reserved. - -Back to [assorted.sf.net]. - -[Yang Zhang]: http://www.mit.edu/~y_z/ -[assorted.sf.net]: http://assorted.sourceforge.net/ +[GNU Common C++]: http://www.gnu.org/software/commoncpp/ +[dlib]: http://dclib.sourceforge.net/ +[FC++]: http://www.cc.gatech.edu/~yannis/fc++/ Modified: cpp-commons/trunk/publish.bash =================================================================== --- cpp-commons/trunk/publish.bash 2008-03-02 05:02:35 UTC (rev 554) +++ cpp-commons/trunk/publish.bash 2008-03-02 16:45:53 UTC (rev 555) @@ -2,8 +2,11 @@ doxygen -project=cpp-commons -clean=false +fullname='C++ Commons' +version=0.1 +license=gpl3 websrcs=( README ) webfiles=( doc:doc/html ) +rels=( src-tgz: ) +nodl=true . assorted.bash "$@" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |