Menu

Tree [b97a89] 0.7.2 /
 History

HTTPS access


File Date Author Commit
 bin 2010-01-18 jpike jpike [7bea58] start working on adding context
 cmake 2009-08-27 jpike jpike [a017a0] macro to help store configured files in sensibl...
 conf 2010-01-30 jpike jpike [b83c53] add more namespaces to doxygen and add db.hpp m...
 db 2010-01-18 jpike jpike [7bea58] start working on adding context
 detail 2010-01-30 jpike jpike [34d435] split lexical_cast into detail directory, impro...
 doc 2010-02-02 jpike jpike [b97a89] release 0.7.2
 filesystem 2010-01-30 jpike jpike [b83c53] add more namespaces to doxygen and add db.hpp m...
 glob 2010-01-30 jpike jpike [b83c53] add more namespaces to doxygen and add db.hpp m...
 log 2010-01-18 jpike jpike [7bea58] start working on adding context
 mk 2009-07-07 jpike jpike [8447ed] get release from git if it is not present
 parser 2010-02-02 jpike jpike [5fc21a] remove parser/tuple.hpp
 poll 2010-01-30 jpike jpike [b83c53] add more namespaces to doxygen and add db.hpp m...
 test 2009-04-19 jpike jpike [d04b3a] change name from rbutil to chilon
 tuple 2010-01-18 jpike jpike [7bea58] start working on adding context
 type 2010-01-30 jpike jpike [b83c53] add more namespaces to doxygen and add db.hpp m...
 .gitignore 2010-02-01 jpike jpike [783835] pretty up library page
 LICENSE 2010-01-17 jpike jpike [b2707d] update website and license and todo
 Makefile 2009-09-19 jpike jpike [c90214] Merge branch 'master' of git://gitorious.org/ch...
 README 2009-12-27 jpike jpike [92419a] update todo, until now never stores the limit, ...
 TODO 2010-02-02 jpike jpike [b97a89] release 0.7.2
 conf.hpp 2010-01-30 jpike jpike [b83c53] add more namespaces to doxygen and add db.hpp m...
 config.hpp.in 2009-06-11 jpike jpike [0a459c] another name missing
 configure 2009-09-17 jpike jpike [34ec85] support both prefix and DESTDIR
 db.hpp 2010-01-30 jpike jpike [b83c53] add more namespaces to doxygen and add db.hpp m...
 functional.hpp 2010-01-18 jpike jpike [7bea58] start working on adding context
 getset.hpp 2010-01-18 jpike jpike [7bea58] start working on adding context
 iterator_range.hpp 2010-01-18 jpike jpike [7bea58] start working on adding context
 lexical_cast.hpp 2010-01-30 jpike jpike [4e4fd1] does this finish lexical_cast documentation?
 license.txt 2009-04-19 jpike jpike [11978c] license is gpl 3 for now
 none.hpp 2010-01-18 jpike jpike [7bea58] start working on adding context
 parser.hpp 2010-02-02 jpike jpike [a02f58] move print out of parser namespace, the new out...
 print.hpp 2010-02-02 jpike jpike [5fc21a] remove parser/tuple.hpp
 singleton.hpp 2010-01-18 jpike jpike [7bea58] start working on adding context
 variant.hpp 2010-02-02 jpike jpike [d68f51] move variant from chilon::parser to chilon

Read Me

poll:

    This release only supports epoll for polling, hence it only supports Linux
    2.6.19+. Support for FREEBSD kqueue is on the way. To install run:

        ./configure make install

    Since this is a header only library, this doesn't do much. ./configure
    makes a version of config.hpp suitable for your system, and "make install'
    copies the headers to your file system.

    To build some utility code run:

        make util

    If this is before 'make install' then the utility code will be installed in
    ${prefix}/bin

    Doxygen documentation will be added in the next release.

everything else:

    Most features need c++0x from gcc 4.4 minimum.

Thanks
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.