History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
cff028a25e52 | epriestley | Add builtin CLI profiling to every PhutilArgumentParser script | Mar 8 2012 | |||
56de30352917 | epriestley | Make SimpleOptions parser more strict | Feb 17 2012 | |||
7765d513949b | epriestley | Add a simple language guesser for shells scripts and other things we can… | Feb 15 2012 | |||
e284f7f0065e | epriestley | Add parseStandardArguments() to PhutilArgumentParser | Feb 3 2012 | |||
b70b384187d4 | epriestley | Don't show "OPTION SUMMARY" if only wildcard options exist in… | Feb 3 2012 | |||
cd70f6537d38 | epriestley | Use PhutilArgumentParser in Daemon overseer/executor | Feb 3 2012 | |||
bfc408aa0243 | epriestley | Provide a basic argument parser for libphutil | Feb 1 2012 | |||
6f71ac6b9432 | epriestley | Make XHPAST keep unterminated mutiline comments instead of discarding them | Jan 31 2012 | |||
97102d64c0cd | epriestley | Mark all final-izable classes in libphutil as 'final' | Jan 30 2012 | |||
c6a91d0480d6 | epriestley | Remove XHP and yield support from XHPAST | Jan 27 2012 | |||
54e2376ebf34 | epriestley | Improve Docblock parser handling of "@flags" | Jan 27 2012 | |||
48149a97a273 | epriestley | Improve libphutil documentation | Jan 17 2012 | |||
1d000c60c0a5 | epriestley | Add a simple option parser for comma-delimited lists, and add more features to… | Jan 16 2012 | |||
9d28aff0d2f7 | epriestley | Allow the docblock parser to handle hyphens in "@specials" | Jan 13 2012 | |||
5556fd5cc6ad | epriestley | Add a blanket guard for 'javascript:' hrefs in libphutil | Jan 12 2012 | |||
fe213d2c2508 | epriestley | Add getNextToken() and getPrevToken() methods to AASTToken | Jan 4 2012 | |||
c2bfd841daeb | epriestley | Separate XHPAST into AAST (an abstract AST) and XHPAST (a concrete, XHP AST) | Dec 14 2011 | |||
fb58b0a90af8 | epriestley | Fix libphutil's readable JSON serializer for empty arrays | Nov 17 2011 | |||
8fe8e9e83449 | epriestley | Provide a simple email parser class to libphutil | Sep 27 2011 | |||
46e554e0123a | epriestley | Detect URLs in Remarkup more craftily | Sep 22 2011 | |||
277d65b9f448 | epriestley | Add user/pass support to PhutilURI | Sep 6 2011 | |||
0e17561b5a11 | epriestley | Improve XHPAST consistency around statement lists | Aug 2 2011 | |||
58f00b9b82f7 | epriestley | Fix incorrect call to json_encode() | Jul 3 2011 | |||
2bd87dda3798 | epriestley | JSON pretty-printer | May 26 2011 | |||
59596a28bb16 | lovro | Fix tree for static arrays in XHPAST | May 25 2011 | |||
71e72f212a24 | epriestley | Minor: stop docblockparser from aggressively matching code blocks beginning… | May 19 2011 | |||
031a64b96498 | pad | Handle static scalar in xhp attribute default value context | May 5 2011 | |||
d79c4b5c855d | epriestley | Provide dispose() method for XHPASTTree. | May 2 2011 | |||
4e139906ae17 | epriestley | Fix an XHPAST issue with chained method calls. | Apr 7 2011 | |||
1ba52402ef23 | Zach Rait | Add support for yield to XHPAST | Apr 5 2011 | |||
de3772ce005c | epriestley | Fix an issue in PhutilDocblockParser with a multiline @special on the first… | Mar 23 2011 | |||
626af8586d13 | epriestley | Diviner config updates. | Mar 3 2011 | |||
9e1bde338e2f | epriestley | Some docs. | Feb 19 2011 | |||
f799c701b106 | epriestley | Make XHPAST parse property chains correctly (e.g., $x->a->b). | Feb 14 2011 | |||
f019cdf4a883 | epriestley | Improve XHPAST parsing of various variable-variables. | Feb 11 2011 | |||
84ae80af2131 | epriestley | Slightly improve the performance of XHPASTTree. | Feb 10 2011 | |||
470122b9cb59 | epriestley | Clean up some lint fluff. | Feb 6 2011 | |||
e9fbc9eff729 | epriestley | It appears I am terrible at C++. Test for .empty() before doing stuff with . | Feb 6 2011 | |||
db8c8f68c67f | epriestley | Fix alter() on PhutilURI() to actually conform to the interface the class… | Feb 6 2011 | |||
ccb062a08ad1 | epriestley | PhutilURI | Jan 31 2011 | |||
beedddcf7400 | epriestley | PhutilURI | Jan 31 2011 | |||
3a2367eb1feb | epriestley | Remove n_XHP_ENTITY from the XHPAST parse tree. | Jan 28 2011 | |||
24e0eb45f54e | epriestley | Move DivinerDocblockParser to Phutil as PhutilDocblockParser. | Jan 25 2011 | |||
c090dad6b914 | epriestley | Add @group tags so Diviner can at least organize libphutil. | Jan 15 2011 | |||
be653f00b8d6 | epriestley | Revise rules for string decoding in evalStatic(). | Jan 14 2011 | |||
51f867f14fa8 | epriestley | evalStatic() for XHPAST | Jan 13 2011 | |||
6e57f262ac65 | epriestley | Fix a problem in xhpast where XHP classnames were parsed incorrectly. | Jan 11 2011 | |||
81a2f784992f | epriestley | Add syntax highlighters. | Jan 10 2011 | |||
7f0b4484469e | epriestley | Bring XHPAST from Arcanist to libphutil. | Jan 10 2011 |
c4science · Help