Menu

Tree [34ec85] 0.6.2 /
 History

HTTPS access


File Date Author Commit
 bin 2009-09-17 jpike jpike [34ec85] support both prefix and DESTDIR
 cmake 2009-08-27 jpike jpike [a017a0] macro to help store configured files in sensibl...
 conf 2009-07-14 jpike jpike [ce4e83] cleanup + and
 db 2009-07-08 jpike jpike [8d781c] going to make server types pollable
 doc 2009-09-17 jpike jpike [ccadec] add chilon website to chilon git
 filesystem 2009-07-16 jpike jpike [5b30f2] directory test code
 glob 2009-07-13 jpike jpike [bd5ea7] easy to use globber
 log 2009-07-09 jpike jpike [abaff5] logging system
 mk 2009-07-07 jpike jpike [8447ed] get release from git if it is not present
 parser 2009-09-19 jpike jpike [8f0f0f] make a match optional
 poll 2009-07-09 jpike jpike [091862] start buffered socket helper class
 test 2009-04-19 jpike jpike [d04b3a] change name from rbutil to chilon
 tuple 2009-04-19 jpike jpike [d04b3a] change name from rbutil to chilon
 type 2009-08-27 jpike jpike [def441] missed semi-colon
 .gitignore 2009-05-18 jpike jpike [4402a3] add prefix support to configure script
 Makefile 2009-09-17 jpike jpike [34ec85] support both prefix and DESTDIR
 README 2009-05-18 jpike jpike [5c4e34] makefile fixes and more reame
 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 2009-07-12 jpike jpike [d71380] refactor the iterator range and the parser
 getset.hpp 2009-08-28 jpike jpike [a612f6] use const get prefix for return by value
 iterator_range.hpp 2009-09-13 jpike jpike [5b0017] provide std hash also for iterator range
 lexical_cast.hpp 2009-08-26 jpike jpike [cd4f81] documentation updates
 license.txt 2009-04-19 jpike jpike [11978c] license is gpl 3 for now
 none.hpp 2009-08-17 jpike jpike [eb3ff3] add stuff for none
 singleton.hpp 2009-07-13 jpike jpike [1d5b4b] a singleton, currently just puts the hard to fi...

Read Me

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 simply
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.

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.