0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
document changes and bump version for 0.2.2 More... about 11 years ago
throw an exception when a HeapDiff is allocated without the 'new' keyword - fixes #30 More... about 11 years ago
document and bump version for 0.2.1 More... about 11 years ago
Merge branch 'master' of git://github.com/mscdex/node-memwatch More... about 11 years ago
add node 0.10 to travis More... about 11 years ago
Merge branch 'master' of github.com:lloyd/node-memwatch into HEAD More... about 11 years ago
Merge pull request #27 from rvagg/node10 More... about 11 years ago
cast to uv_after_work_cb for Node 0.10 More... about 11 years ago
build successfully on Windows More... over 11 years ago
work around libuv crashing on windows with a null work function: issue joyent/libuv#629 More... over 11 years ago
version 0.2.0 More... over 11 years ago
document changes in 0.2.0 More... over 11 years ago
free memory earlier, right in end(), rather than waiting for the garbage collector to take care of it. These are large heap snapshots we're talking about More... over 11 years ago
remove un-needed include of iostream, we shouldn't be printing here d00ds. More... over 11 years ago
throw an exception if you call .end() twice on the same heapdiff More... over 11 years ago
ensure second heap snapshot (inside .end()) is assigned to the heapdiff object so that it may be cleaned up More... over 11 years ago
version bump and add a contributor More... over 11 years ago
document changes in v0.1.5 More... over 11 years ago
support for windows More... over 11 years ago
bump More... over 11 years ago
changes in v0.1.4 More... over 11 years ago
package.json formatting More... over 11 years ago
use the node-gyp 'rebuild' command More... over 11 years ago
don't use preinstall target for node-gyp configure step, node-gyp isn't yet installed More... over 11 years ago
more sed expression portability. sigh. More... over 11 years ago
fix build on mac More... over 11 years ago
remove node-waf build files More... over 11 years ago
abuse gyp to build on node 0.8 with proper defines - issue #12 More... over 11 years ago
fix compiler warnings More... over 11 years ago
fixed target from bad copy More... over 11 years ago