p5sagit/Devel-Size.git
2012-09-25 Tim Bunce Faster transitions
2012-09-25 Tim Bunce Fix for single node.
2012-09-25 Tim Bunce Chase cop_stash only if refcnt==1. Move MG to end of...
2012-09-25 Tim Bunce Larger label font. workaround jit bug where old tooltip...
2012-09-25 Tim Bunce no longer size CvSTASH perl RT79366
2012-09-25 Tim Bunce Drop json out. Write dot to file. Add 'text' tree mode.
2012-09-25 Tim Bunce Unused svhead arena space. Scan arenas for unseen SVs...
2012-09-25 Tim Bunce Note that the mouse-over doesn't work with Label:{...
2012-09-23 Tim Bunce Added local jquery-1.8.1-min.js so internet isn't needed
2012-09-23 Tim Bunce Fixed stringification ot root node. Fix handling of...
2012-09-23 Tim Bunce Added node type to db. Added showid option.
2012-09-23 Tim Bunce Make levelsToShow more variable
2012-09-23 Tim Bunce Fix NPathPushNode not (re)setting seqn, not perl_size...
2012-09-23 Tim Bunce Add more items to perl_size()
2012-09-22 Tim Bunce Polish up dot output, incl adding sizes
2012-09-22 Tim Bunce fix name escaping
2012-09-22 Tim Bunce Use link nodes to label links.
2012-09-22 Tim Bunce Fix link-to-link for op_size.
2012-09-22 Tim Bunce add basic dot format output
2012-09-22 Tim Bunce Control recursion threshold to enable more accurate...
2012-09-20 Tim Bunce rm some old files
2012-09-20 Tim Bunce Lots of progress.
2012-09-20 Tim Bunce smarten up the tooltip
2012-09-19 Tim Bunce basic leaves pass-thru
2012-09-19 Tim Bunce basic attribute pass-thru
2012-09-19 Tim Bunce A little polish
2012-09-19 Tim Bunce single-child node merging working
2012-09-19 Tim Bunce split transform nodes away from fetch
2012-09-18 Tim Bunce drill down with basic tooltip
2012-09-17 Tim Bunce on-demand treemap working, though rough
2012-09-16 Tim Bunce Working(ish) on demand demo using statis data
2012-09-12 Tim Bunce Working on removing links from the output path
2012-09-11 Tim Bunce Rename dNPathSetNode->NPathPushNode and rework magic_si...
2012-09-11 Tim Bunce Generate json and initial experiments with a treemap.
2012-09-11 Tim Bunce Add memnodes.pl script to process output stream.
2012-09-10 Tim Bunce Add node stream file format (plain text for now)
2012-09-10 Tim Bunce Added perl_size()
2012-09-10 Tim Bunce Squashed commit of all initial work on the 'name path...
2012-08-15 Tim Bunce Spelling fix to docs from gregor herrmann [CPAN #78766]
2012-07-30 Nicholas Clark Bump $VERSION to 0.78_50
2012-07-30 Nicholas Clark This is 0.78 - update META.yml and META.json
2012-07-30 Nicholas Clark Bump $VERSION to 0.78
2012-07-30 Nicholas Clark This is 0.77_51 - update META.yml and META.json
2012-07-30 bulk 88 Correct the code for structured exception handling...
2012-07-30 Nicholas Clark Bump $VERSION to 0.77_51
2012-07-30 Nicholas Clark This is 0.77_50 - update META.yml, and add META.json
2012-02-10 Nicholas Clark Skip tests in t/magic.t that use formline on 5.8.1...
2012-02-10 Nicholas Clark Refactor t/globs.t to avoid the side effects of a chang...
2011-05-16 Nicholas Clark Bump $VERSION to 0.77_50
2011-05-16 Nicholas Clark This is 0.77 - update META.yml
2011-05-16 Nicholas Clark Bump $VERSION to 0.77
2011-05-12 Nicholas Clark This is 0.76_50 - update META.yml
2011-05-12 Nicholas Clark Count the size of the "effective names" of a hash.
2011-05-12 Nicholas Clark Count HvNAME(), the HV "aux" struct, and the mro_meta...
2011-05-12 Nicholas Clark GvNAME() is shared from 5.10 onwards.
2011-05-12 Nicholas Clark Use GvFILE_HEK(), if present, in preference to GvFILE()
2011-05-12 Nicholas Clark Handle shared hash key scalars correctly.
2011-05-12 Nicholas Clark Split out HEK size calculation into hek_size().
2011-05-12 Nicholas Clark Add a comment to force emacs to use C mode.
2011-05-12 Nicholas Clark Add a single (void **) cast to make the C code also...
2011-05-11 Nicholas Clark Bump $VERSION to 0.76_50
2011-05-11 Nicholas Clark This is 0.76 - update META.yml
2011-05-11 Nicholas Clark Bump $VERSION to 0.76
2011-05-09 Nicholas Clark This is 0.75_52 - update META.yml
2011-05-09 Nicholas Clark Don't count PL_sv_placeholder in the size returned.
2011-05-09 Nicholas Clark sv_size() can return void once more.
2011-05-09 Nicholas Clark Reinstate 5.005_xx "support".
2011-05-09 Nicholas Clark Replace c*OPx macros with their expansions.
2011-05-09 Nicholas Clark Reinstate 5.6.x "support".
2011-05-09 Nicholas Clark Don't recurse into op_size() on op->pmnext.
2011-05-09 Nicholas Clark Reinstate weaken(), inadvertently removed by 8c394e1251...
2011-05-09 Nicholas Clark Magic vtables aren't freed when magic is freed, so...
2011-05-09 Nicholas Clark Correctly handle SvOOK scalars. 5.12 and later don...
2011-05-09 Nicholas Clark ppport.h defined NV if necessary, so no need to duplica...
2011-05-09 Nicholas Clark Add -DPURIFY sizes to body_sizes[]
2011-05-09 Nicholas Clark Use a table for SV body sizes. These incorporate the...
2011-05-05 Nicholas Clark In sv_size(), refactor the PV-derivatives to share...
2011-05-05 Nicholas Clark In sv_size(), coalesce all calls to magic_size().
2011-05-05 Nicholas Clark Bump $VERSION to 0.75_52
2011-05-05 Nicholas Clark This is 0.75_51 - update META.yml
2011-05-05 Nicholas Clark For other-than-gcc, generate calls to check_new(...)
2011-05-05 Nicholas Clark Bump $VERSION to 0.75_51
2011-05-05 Nicholas Clark This is 0.75_50 - update META.yml
2011-05-04 Nicholas Clark eval $ExtUtils::MakeMaker::VERSION to avoid warnings...
2011-05-04 Nicholas Clark Re-indent Makefile.PL consistently.
2011-05-04 Nicholas Clark Simplify magic_size() by knowing that check_new() retur...
2011-05-04 Nicholas Clark Add the size of mg_len if mg_ptr is non-NULL.
2011-05-04 Nicholas Clark Follow mg_obj, which points to an SV.
2011-05-04 Nicholas Clark Add tests for sizing magic.
2011-05-04 Nicholas Clark The core's magic vtables are global constants, so aren...
2011-05-04 Nicholas Clark Bump $VERSION to 0.75_50
2011-05-04 Nicholas Clark This is 0.75 - update META.yml
2011-05-04 Nicholas Clark Bump $VERSION to 0.75
2011-05-04 Nicholas Clark This is 0.74_53 - update META.yml
2011-05-01 Nicholas Clark Skip the aelemfast size comparison test for perls which...
2011-05-01 Nicholas Clark Skip GvFILE on ithreaded 5.8.8 and earlier, as it can...
2011-05-01 Nicholas Clark Set the pointer alignment (in bits) via a C macro gener...
2011-05-01 Nicholas Clark Fix typo error in bit-vector tracking mechanism, causin...
2011-05-01 Nicholas Clark Bump $VERSION to 0.74_53
2011-04-25 Nicholas Clark This is 0.74_52 - update META.yml
next