src: deduplicate CHECK_EQ/CHECK_NE macros
[platform/upstream/nodejs.git] / src / smalloc.cc
2014-03-16 Ben Noordhuissrc: fix segfaults, fix 32 bits integer negation
2014-03-13 Fedor Indutnysrc: update to v8 3.24 APIs
2014-03-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-03-02 Fedor IndutnyMerge remote-tracking branch 'origin/v0.10'
2014-02-21 Fedor Indutnysrc: remove `node_isolate` from source
2014-02-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-14 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-10 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-02-09 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-27 Keith M Wesolowskinode: register modules from DSO constructors
2014-01-27 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-15 Trevor NorrisMerge remote-tracking branch 'origin/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-13 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2014-01-01 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-31 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-30 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-19 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-13 Fedor IndutnyMerge branch 'v0.10'
2013-12-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-10 Fedor IndutnyMerge branch 'v0.10'
2013-12-07 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-12-02 Fedor IndutnyMerge branch 'v0.10'
2013-12-02 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-26 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-20 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-18 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-11-13 Trevor Norrissmalloc: check if object has external memory
2013-11-11 Ben Noordhuissrc: fix Environment::GetCurrent() usage
2013-11-08 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-10-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-10-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-24 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-07 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-06 Ben Noordhuissrc: add multi-context support
2013-09-06 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-04 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-01 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-31 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-21 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-20 Trevor Norrissmalloc: consistent-ify syntax
2013-08-20 Trevor Norrissmalloc: length is byte size, not array length
2013-08-20 Trevor Norrissmalloc: expose ExternalArraySize
2013-08-19 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-17 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-15 Ben Noordhuissmalloc: don't do Has(key), then Get(key)
2013-08-09 Ben Noordhuissrc: use v8::String::NewFrom*() functions
2013-08-07 Trevor Norrissmalloc: allow different external array types
2013-08-07 Trevor Norrissmalloc: cleanup checks/conversions
2013-08-06 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-08-02 Ben Noordhuissrc: remove non-isolate PersistentToLocal()
2013-08-02 Trevor Norrissmalloc: remove double checks
2013-07-31 Ben Noordhuissrc: more lint after cpplint tightening
2013-07-30 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-24 Trevor Norrissmalloc: add external to alloc with callbacks
2013-07-23 Trevor Norrisbuffer: slice on zero length buffer
2013-07-19 Trevor Norrissmalloc: create separate module
2013-07-18 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-07-15 Trevor Norrissmalloc: remove NULL assert check
2013-07-12 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-07-07 Ben Noordhuissrc: cast strong persistent handles to locals
2013-07-07 Ben Noordhuissmalloc: don't take address of stack var
2013-07-08 Trevor Norrissmalloc: call callback if set on AllocDispose
2013-07-08 Trevor Norrissmalloc: zero size allocs may need to be free'd
2013-07-06 Ben Noordhuislib, src: upgrade after v8 api change
2013-07-06 Trevor Norrissmalloc: revert change to use pointer indirection
2013-07-05 Fedor Indutnysmalloc: fix style, use macro
2013-07-05 Ben NoordhuisMerge remote-tracking branch 'origin/v0.10'
2013-07-03 Trevor Norrissmalloc: use malloc instead of new
2013-06-25 isaacsMerge remote-tracking branch 'ry/v0.10' into master
2013-06-18 Trevor Norrissmalloc: add api to manually dispose Persistent
2013-06-18 Trevor Norrissmalloc: initial implementation