aboutsummaryrefslogtreecommitdiffhomepage
path: root/event.cpp
Commit message (Collapse)AuthorAge
* Signal handling cleanup and improved safetyGravatar ridiculousfish2012-06-04
| | | | | Fixes issue where you couldn't control-C out of a loop (https://github.com/ridiculousfish/fishfish/issues/13) Also stops doing memory allocation in the signal handler (oops) https://github.com/ridiculousfish/fishfish/issues/27
* Fix lots of bugs related to the static analyzerGravatar ridiculousfish2012-03-26
| | | | Improved how screen.cpp interacts with output_set_writer()
* A bunch of changes working towards eliminating all memory allocation after ↵Gravatar ridiculousfish2012-03-08
| | | | fork()
* Notice when fish_term256 changes and react to itGravatar ridiculousfish2012-03-05
|
* Put fish on a diet. Tracked down the biggest memory hogs and fixed them. ↵Gravatar ridiculousfish2012-03-03
| | | | Total allocations down by a factor of 3 or so, live allocations a few KB.
* Changed iterators from iter++ to ++iterGravatar ridiculousfish2012-03-01
| | | | Large set of changes to history to ensure that histories from other sessions don't "bleed" into the current session
* Squash some warningsGravatar ridiculousfish2012-02-18
|
* Fix to stop spamming console with event messages (oops)Gravatar ridiculousfish2012-02-17
|
* Fix for removing too many event handlers (that's why "Goodbye" never got ↵Gravatar ridiculousfish2012-02-17
| | | | printed")
* Get event_t off of halloc (!)Gravatar ridiculousfish2012-02-08
|
* Cleanup event_get_descGravatar ridiculousfish2012-02-08
|
* Fix event_block_t list from ad-hoc linked list to std::dequeueGravatar ridiculousfish2012-02-07
|
* Removed discriminated union from block_t type, allowing us to store ↵Gravatar ridiculousfish2012-02-07
| | | | wcstrings in it
* A bunch of work to move towards a sane memory model in job_tGravatar ridiculousfish2012-01-29
|
* More work towards instanced parser. First successful compilationGravatar ridiculousfish2012-01-22
|
* More work on the instanced parserGravatar ridiculousfish2012-01-22
|
* Get some basic function signatures right for new instanced parserGravatar ridiculousfish2012-01-16
|
* Migrate to std::vector in event classGravatar ridiculousfish2011-12-27
|
* More migration to the STLGravatar ridiculousfish2011-12-26
|
* Migrate blocked to std::vectorGravatar ridiculousfish2011-12-26
|
* Migrate killme to std::vectorGravatar ridiculousfish2011-12-26
|
* Migrate events to std::vectorGravatar ridiculousfish2011-12-26
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26