p5sagit/Devel-Size.git
2012-10-26 Tim Bunce Update README tim-20120930-sizeme
2012-10-26 Tim Bunce Added ptest target for parallel testing
2012-10-26 Tim Bunce Modernize Makefile.PL and add META info, including...
2012-10-17 Tim Bunce Bump VERSION to 0.06
2012-10-17 Tim Bunce fix bin/sizeme_graph.pl for older Mojolicious versions...
2012-10-17 Tim Bunce fix madprop_size, hopefully (untested)
2012-10-17 Tim Bunce fix pod NAME
2012-10-11 Tim Bunce Bump to 0.05
2012-10-11 Tim Bunce fix gettimeofday_nv proto
2012-10-11 Tim Bunce ifdef PL_my_cxt_size
2012-10-11 Tim Bunce use PERL_BCDVERSION for SVt_LAST
2012-10-11 Tim Bunce add .tar and .bak to .gitignore
2012-10-11 Tim Bunce fix compiler warning
2012-10-11 Tim Bunce Merge branch 'tim-20120930-sizeme' of github.com:timbun...
2012-10-11 Tim Bunce fix madprop_size declaration
2012-10-11 Tim Bunce Tweak PERL_BCDVERSION for ps->compcv
2012-10-11 Tim Bunce Fix thread issues per cpantesters.org/cpan/report/e0aa7...
2012-10-11 Tim Bunce Use Devel::Dwarn instead of Data::Dump
2012-10-11 Tim Bunce Merge pull request #1 from letolabs/fix_clang_warnings
2012-10-11 Tim Bunce Bump VERSION to 0.04. Tweak a warning message
2012-10-10 Jonathan "Duke... Fix compiler warnings from clang 2.1
2012-10-05 Tim Bunce Removed Mojolicious::Lite as a prerequisite as it was...
2012-10-05 Tim Bunce Added CHANGES for 0.03
2012-10-05 Tim Bunce Polish docs and bump version for 0.03.
2012-10-04 Tim Bunce Skip nest invalidated by 5.17 change
2012-10-04 Tim Bunce Bump VERSION to 0.020_082
2012-10-04 Tim Bunce No longer chase CvSTART (dubious before 5.17 and broken...
2012-10-04 Tim Bunce Fix COPHH for PERL_BCDVERSION < 0x5013007
2012-10-03 Tim Bunce bump version
2012-10-03 Tim Bunce Fix for coredumped in t/recurse.t with a non-threaded...
2012-10-03 Tim Bunce Fix most backcompat issues (tested with 5.8.9)
2012-10-03 Tim Bunce PL_apiversion PL_ofsgv PL_custom_ops. basecop->cop_stas...
2012-10-03 Tim Bunce parser compcv vs comppad
2012-10-03 Tim Bunce avoid COPHH and define CopHINTHASH_get if not defined
2012-10-03 Tim Bunce Fix pod coverage.
2012-10-03 Tim Bunce tweak .gitignore
2012-10-03 Tim Bunce applied ppport.h recommended patch
2012-10-03 Tim Bunce update ppport.h to 3.20
2012-10-03 Tim Bunce Update MANIFEST. Tweak VERSION for dev release.
2012-10-02 Tim Bunce Fix sizeme_store.pl pod typo. Make -d:SizeMe be special...
2012-10-02 Tim Bunce Move sizeme_graph.pl to bin and the static files into...
2012-10-02 Tim Bunce Polish sizeme_graph.pl
2012-10-02 Tim Bunce Only set SIZEME for -d mode. Fix assertion when SIZEME...
2012-10-02 Tim Bunce More docs and other polish for release.
2012-10-02 Tim Bunce Tweak tooltip.
2012-10-02 Tim Bunce Merge any node with a single child. Added --showid...
2012-10-02 Tim Bunce Remove 'pre attr'. Other minor cleanup.
2012-10-02 Tim Bunce renaming for static/sizeme_graph.pl
2012-10-02 Tim Bunce Merge remote-tracking branch 'origin/rafl' into tim...
2012-10-02 Tim Bunce Rename to Devel::SizeMe
2012-10-02 Tim Bunce Assorted minor changes.
2012-10-01 Florian Ragwitz Count all stack frames, not just the used ones rafl
2012-10-01 Florian Ragwitz Fix a bunch of warnings
2012-10-01 Florian Ragwitz Add a few more global pointers
2012-10-01 Florian Ragwitz Add more interpreter globals
2012-10-01 Florian Ragwitz Count PerlInterpreter when applicable
2012-10-01 Florian Ragwitz For PL_compiling, don't count the actual OP
2012-10-01 Florian Ragwitz Allow the op structure to not be counted
2012-10-01 Florian Ragwitz Add a few more globals
2012-10-01 Florian Ragwitz Always count PL_compiling as a COP
2012-10-01 Florian Ragwitz Factor out op class guessing
2012-10-01 Florian Ragwitz Attempt to count PL_compiling
2012-10-01 Florian Ragwitz Count lexical hint hashes in COPs
2012-10-01 Florian Ragwitz Add refcounted_he structs counting
2012-10-01 Florian Ragwitz Attempt to extract the refcounted_he definition
2012-09-30 Tim Bunce make hash keys be a he+hek node that has the value...
2012-09-30 Tim Bunce Mark suspect PERL_SUBVERSION macros
2012-09-30 Tim Bunce tweak --showid output
2012-09-30 Tim Bunce Rework AV index labels to avoid using NPattr_PRE_ATTR
2012-09-30 Tim Bunce add external gz mechanism as experiment (~3 pct)
2012-09-30 Tim Bunce Show duration of SizeMe streaming
2012-09-30 Tim Bunce cope with array index name attr being undef
2012-09-30 Tim Bunce Make sv_size return true if sv not seen before.
2012-09-30 Florian Ragwitz Add a missing dependency
2012-09-30 Tim Bunce Add S & E tokens, plus timing.
2012-09-30 Florian Ragwitz Move SvSTASH counting from SVt_PVCV to >= SVt_PVMG
2012-09-30 Florian Ragwitz For non-magical XPVMGs, count OURSTASH for if present
2012-09-30 Florian Ragwitz Only attempt to count magic on magical SVs
2012-09-30 Florian Ragwitz Fix compilation on perls with IMPLICIT_CONTEXT
2012-09-30 Tim Bunce First steps migrating to SizeMe
2012-09-28 Tim Bunce More prereqs tim-20120929-d-m
2012-09-28 Tim Bunce Merge branch 'tim-20120929-d-m' of git.shadowcat.co...
2012-09-28 Tim Bunce Don't "open -a Graphviz $opt_dot" unless on OSX
2012-09-28 Tim Bunce tweak .gitignore
2012-09-28 Tim Bunce add some PREREQ_PM
2012-09-28 timbo Fix mstats scope
2012-09-28 Tim Bunce mstats() isn't very portable
2012-09-28 Tim Bunce Mega rename to Devel::Memory commit
2012-09-28 Tim Bunce add TODO
2012-09-28 Tim Bunce Split out a new heap_size() function. Add TODO. Special...
2012-09-28 Tim Bunce tweak Children tooltip
2012-09-28 Tim Bunce Add "->" to link names for --text.
2012-09-28 Tim Bunce Add logarea param via referer. add bytesToSize. Polish...
2012-09-27 Tim Bunce update notes.txt
2012-09-27 Tim Bunce Hack to enable log scale for treemap nodes (disabled)
2012-09-27 Tim Bunce Fix for scalar attr and assorted clenups
2012-09-27 Tim Bunce check for AVelem, remove Dwarn
2012-09-27 Tim Bunce tweaks
2012-09-26 Tim Bunce Add PRE_ATTR and use it for array indices.
2012-09-26 Tim Bunce Apply SOME_RECURSION to CvOUTSIDE for now
next