aboutsummaryrefslogtreecommitdiffhomepage
path: root/input_common.cpp
Commit message (Expand)AuthorAge
* Revert "Merge pull request #1317 from pullreq/cpp"Gravatar ridiculousfish2014-02-28
* Fixes .c -> .cpp in comments. For doxygen.Gravatar Geoff Nixon2014-02-27
* Increased support for completion search field. Use btab (shift-tab) toGravatar ridiculousfish2014-01-27
* Formatting and style updatesGravatar ridiculousfish2013-05-05
* Mark stdin as nonblocking if we get EWOULDBLOCK, and before handing it off to...Gravatar ridiculousfish2013-04-07
* Add callbacks that get invoked before the next call to select(), which will a...Gravatar ridiculousfish2013-04-03
* Change to make the lookahead array a std::stack instead of a static 4k list(!)Gravatar ridiculousfish2012-11-24
* Fix indentation of switch statementsGravatar ridiculousfish2012-11-19
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
* Remove trailing whitespaces and change tabs to spacesGravatar Ɓukasz Niemier2012-11-18
* Warning cleanupGravatar ridiculousfish2012-08-04
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
* Lots of work on web configGravatar ridiculousfish2012-03-25
* IO portGravatar ridiculousfish2011-12-26
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* Initial C++ conversionGravatar ridiculousfish2011-12-26