]> git.saurik.com Git - cycript.git/history - Pooling.hpp
Let's reserve # entirely for the pre-processor.
[cycript.git] / Pooling.hpp
2014-01-17  Jay Freeman (saurik)Separate useful CYPoolCode from CydgetMemoryParse.
2013-06-23  Jay Freeman (saurik)apr_pstrdup used to return NULL when passed NULL.
2013-06-22  Jay Freeman (saurik)Reimplement apr_pools using CYPool in libcycript.
2013-06-21  Jay Freeman (saurik)Replace only apr_pool_cleanup_register with CYPool.
2013-06-21  Jay Freeman (saurik)Replace all apr_pool_t * usages with CYPool &.
2013-06-21  Jay Freeman (saurik)Remove support for parent pools from CYPool.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2012-06-07  Jay Freeman (saurik)Update the copyright: 2009-2010 is now 2009-2012.
2010-07-12  Jay Freeman (saurik)Standardized usage of header insulation naming: CYCRIPT...
2010-07-10  Jay Freeman (saurik)Updated copyright (2010) and license (LGPLv3).
2010-07-08  Jay Freeman (saurik)Switch from __thread to pthread_[gs]etspecific().
2010-07-08  Jay Freeman (saurik)Changed from a threaded pool to a thread-local pool...
2010-04-27  Jay Freeman (saurik)Tab-complete FTW!
2009-11-19  Jay Freeman (saurik)Implemented functor caching.
2009-11-19  Jay Freeman (saurik)Fixed all of the memory leaks caused by the new identif...
2009-11-05  Jay Freeman (saurik)Updated copyright and licenses.
2009-10-27  Jay Freeman (saurik)Updated todo, license, and title.
2009-10-27  Jay Freeman (saurik)Completed massive refactoring operation to completely...
2009-10-22  Jay Freeman (saurik)Ported back to the iPhone.
2009-10-22  Jay Freeman (saurik)Further makefile reorganization, header file fixes...
2009-10-16  Jay Freeman (saurik)Broke apart Connector from Library and fixed cases...
2009-09-30  Jay Freeman (saurik)I nailed the interactive parser!
2009-09-30  Jay Freeman (saurik)Added output generation.