Menu

Tree [8ba648] 0.7.4 /
 History

HTTPS access


File Date Author Commit
 bin 2010-01-18 jpike jpike [aa428f] start working on adding context
 cmake 2009-08-27 jpike jpike [98d33d] macro to help store configured files in sensibl...
 conf 2010-01-30 jpike jpike [722623] add more namespaces to doxygen and add db.hpp m...
 db 2010-03-02 jpike jpike [2b7a8e] chilon::type -> chilon::meta
 detail 2010-03-03 jpike jpike [0326e9] type -> meta fixes
 doc 2010-03-05 jpike jpike [e925a4] small doc fixes
 filesystem 2010-01-30 jpike jpike [722623] add more namespaces to doxygen and add db.hpp m...
 glob 2010-01-30 jpike jpike [722623] add more namespaces to doxygen and add db.hpp m...
 log 2010-01-18 jpike jpike [aa428f] start working on adding context
 meta 2010-03-03 jpike jpike [7ab83a] or/or_i split
 mk 2009-07-07 jpike jpike [e116bb] get release from git if it is not present
 parser 2010-03-05 jpike jpike [f99fb9] fix homepage to use streams, other misc documen...
 poll 2010-01-30 jpike jpike [722623] add more namespaces to doxygen and add db.hpp m...
 test 2009-04-19 jpike jpike [e2ea5c] change name from rbutil to chilon
 tuple 2010-03-02 jpike jpike [2b7a8e] chilon::type -> chilon::meta
 .gitignore 2010-03-05 jpike jpike [8ba648] chilon-0.7.4
 LICENSE 2010-01-17 jpike jpike [0a3e8b] update website and license and todo
 Makefile 2010-03-05 jpike jpike [8ba648] chilon-0.7.4
 README 2009-12-27 jpike jpike [5e953d] update todo, until now never stores the limit, ...
 TODO 2010-02-02 jpike jpike [17cf4d] release 0.7.2
 attribute.hpp 2010-02-27 jpike jpike [7fe439] use consistent attribute naming scheme (from ne...
 conf.hpp 2010-01-30 jpike jpike [722623] add more namespaces to doxygen and add db.hpp m...
 config.hpp.in 2009-06-11 jpike jpike [f13b9c] another name missing
 configure 2009-09-17 jpike jpike [fa9643] support both prefix and DESTDIR
 db.hpp 2010-01-30 jpike jpike [722623] add more namespaces to doxygen and add db.hpp m...
 functional.hpp 2010-01-18 jpike jpike [aa428f] start working on adding context
 getset.hpp 2010-02-27 jpike jpike [9ec686] make and use chilon attribute naming convenion ...
 iterator_range.hpp 2010-01-18 jpike jpike [aa428f] start working on adding context
 lexical_cast.hpp 2010-02-12 jpike jpike [89fcad] use meows new source-highlight support on websi...
 license.txt 2009-04-19 jpike jpike [494db6] license is gpl 3 for now
 none.hpp 2010-01-18 jpike jpike [aa428f] start working on adding context
 parser.hpp 2010-03-05 jpike jpike [cb59b0] stream concept (instead of calling two things p...
 print.hpp 2010-03-02 jpike jpike [c3e03c] remove comma from tuple separators, use only ne...
 singleton.hpp 2010-01-18 jpike jpike [aa428f] start working on adding context
 variant.hpp 2010-03-02 jpike jpike [2b7a8e] chilon::type -> chilon::meta

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.