src: deduplicate CHECK_EQ/CHECK_NE macros
[platform/upstream/nodejs.git] / src / node_contextify.cc
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-02-06 Ben Noordhuisvm: don't copy Proxy object from parent context
2014-02-06 Fedor Indutnynode: do not print SyntaxError hints to stderr
2014-02-05 Fedor Indutnycontextify: handle infinite recursion errors
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-12 Trevor Norrisbase-object: add BaseObject
2013-11-11 Ben Noordhuissrc: fix Environment::GetCurrent() usage
2013-11-08 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-10-31 Trevor Norrisasync-wrap: integrate with WeakObject
2013-10-29 Trevor Norrissrc: shorten Object{Wrap,Unwrap}
2013-10-29 Trevor Norrissrc: don't use WeakObject::Unwrap
2013-10-29 Trevor Norrissrc: use function to get internal pointer
2013-10-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-10-28 isaacsvm: Copy missing properties from context
2013-10-25 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-10-16 Fedor Indutnycpplint: disallow comma-first in C++
2013-09-25 Ben Noordhuissrc: remove ObjectWrap dependency from core
2013-09-24 Timothy J FontaineMerge remote-tracking branch 'upstream/v0.10'
2013-09-14 Fedor Indutnycontextify: fix ContextifyContext leak
2013-09-12 Fedor Indutnycontextify: dealloc only after global and sandbox
2013-09-07 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-09-06 Ben Noordhuissrc: fix multi-base class ObjectWrap::Unwrap<T>()
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-29 Domenic Denicolavm: update API to use options argument
2013-08-28 isaacsMerge remote-tracking branch 'ry/v0.10'
2013-08-28 Domenic Denicolavm: add isContext; prevent double-contextifying
2013-08-28 Domenic Denicolavm: use MakeWeak to fix leaking contexts
2013-08-28 Domenic Denicolavm: rip out ObjectWrap from ContextifyContext
2013-08-26 Ben Noordhuissrc: fix up unused/unordered imports
2013-08-23 Ben Noordhuisvm: fix Persistent<Context> leak
2013-08-23 Ben Noordhuisvm: remove unnecessary Persistent<FunctionTemplate>
2013-08-22 isaacsvm: Put back display_errors flag
2013-08-21 Domenic Denicolavm, core, module: re-do vm to fix known issues