summaryrefslogtreecommitdiffstats
path: root/src/input/detail
Commit message (Collapse)AuthorAgeFilesLines
* Documentation fixes and code cleanupSebastien Braun2010-10-242-0/+5
|
* Remove leftover code that serves no purposeSebastien Braun2010-10-111-4/+0Star
|
* It is not necessary to auto-generate policyChain_autogen.h anymoreSebastien Braun2010-10-103-80/+1Star
| | | | All it did is handled by implicit TypeList parameters.
* Rework template meta-magicSebastien Braun2010-10-078-0/+507
- No more implicit dependency on Boost.MPL - Better documentation for template magic - Move input handler policies to handler definitions where they belong - Separate out event descriptions from handlers