Menu

Tree [7bea58] 0.7.1 /
 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-18 jpike jpike [7bea58] start working on adding context
 db 2010-01-18 jpike jpike [7bea58] start working on adding context
 doc 2010-01-17 jpike jpike [224769] cleanup, and use function variant_as rather tha...
 filesystem 2010-01-18 jpike jpike [7bea58] start working on adding context
 glob 2010-01-18 jpike jpike [7bea58] start working on adding context
 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-01-18 jpike jpike [7bea58] start working on adding context
 poll 2010-01-18 jpike jpike [7bea58] start working on adding context
 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-18 jpike jpike [7bea58] start working on adding context
 .gitignore 2009-12-10 jpike jpike [4ae340] hack for running a single test (helps coding), ...
 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-01-17 jpike jpike [b2707d] update website and license and todo
 config.hpp.in 2009-06-11 jpike jpike [0a459c] another name missing
 configure 2009-09-17 jpike jpike [34ec85] support both prefix and DESTDIR
 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-18 jpike jpike [7bea58] start working on adding context
 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
 singleton.hpp 2010-01-18 jpike jpike [7bea58] start working on adding context

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.