Reviewers: Sven Panne, Jakob, danno,

Message:
As discussed offline, here's the v8config.h approach, which does not depend on
GYP. The V8_OS_ defines are compatible with what chromium does.

Description:
Move OS/compiler/feature detection to public v8config.h header.

From now on the v8config.h header should be the one and
only file where we do (freaky) checks to detect OS, C++
compiler or certain compiler features. Since we need that
both internally and for the public API, the new v8config.h
is the proper place to add (everything is prefixed with V8_
so we are safe).

Please review this at https://codereview.chromium.org/23248006/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M include/v8.h
  A include/v8config.h
  M include/v8stdint.h
  M src/checks.h
  M src/globals.h


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to