]> git.saurik.com Git - cycript.git/history - Highlight.cpp
CYONify the contents of a JavaMethod override set.
[cycript.git] / Highlight.cpp
2016-01-02  Jay Freeman (saurik)Update the copyright year now that 2016 has begun.
2015-12-09  Jay Freeman (saurik)Allow multi-line editing and drop libedit support.
2015-12-02  Jay Freeman (saurik)Limit recompilation of files upon changed grammar.
2015-11-30  Jay Freeman (saurik)Massive changes to lexer to get template literals.
2015-11-26  Jay Freeman (saurik)Maybe thread local storage is a performance issue.
2015-11-26  Jay Freeman (saurik)Use -fvisibility=hidden to avoid slow symbol stub.
2015-11-10  Jay Freeman (saurik)Update copyright for 2015 (and it is almost 2016).
2015-11-02  Jay Freeman (saurik)Avoid dependency hell by overriding location type.
2014-10-11  Jay Freeman (saurik)Update copyright for 2014 and relicense to AGPLv3.
2014-01-26  Jay Freeman (saurik)CYPoolCode should simply take an std::istream &.
2014-01-19  Jay Freeman (saurik)Syntax highlight the new @import as pre-processor.
2014-01-02  Jay Freeman (saurik)When CYONifying fields, @error encode exceptions.
2013-09-10  Jay Freeman (saurik)Clean up dependencies now that they are tracked.
2013-06-19  Jay Freeman (saurik)Upgrade copyright notice (2013, mk, sh, GPLv3).
2013-06-15  Jay Freeman (saurik)Protect against fall-through of color selection.
2012-09-14  Jay Freeman (saurik)Optionally return comments from lexer to highlight.
2012-09-12  Jay Freeman (saurik)Syntax highlight commands as the user types them.
2012-09-11  Jay Freeman (saurik)Add a new ?syntax option to syntax highlight output.