Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build, warning, header, and include fixes #10139

Closed
wants to merge 15 commits into from

Commits on Dec 6, 2016

  1. build: --without-profiler option

    Hides ugly warnings in Windows build
    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    31a8341 View commit details
    Browse the repository at this point in the history
  2. vcbuild.bat: without-inspector/-profiler options

    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    056cd2d View commit details
    Browse the repository at this point in the history
  3. url: use URL_FAILED instead of FAILED macro

    Resolve macro redefinition warning on Windows
    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    f6fc5e3 View commit details
    Browse the repository at this point in the history
  4. url: mark ignored return value in node::url::Parse(...)

    This is to resolve an unused result warning in node_url.cc.
    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    7f4d9f8 View commit details
    Browse the repository at this point in the history
  5. crypto: use unsigned long exponent in BIO_printf

    Resolve warning in Ubuntu Linux i386 build
    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    cb82094 View commit details
    Browse the repository at this point in the history
  6. crypto: use static kTLSTicketSizeMask

    Resolve conversion warning on Windows
    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    c271e8d View commit details
    Browse the repository at this point in the history
  7. dtrace: static_cast<int32_t> in SLURP_INT macro

    Resolve conversion warning on Windows
    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    30aea1c View commit details
    Browse the repository at this point in the history
  8. src: dummy case in node::RevertMessage for Windows

    Resolve warning on Windows build
    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    be12fbd View commit details
    Browse the repository at this point in the history
  9. src: resolve more conversion warnings on Windows

    Some TBD POSSIBLE DATA LOSS scenarios marked.
    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    b1ae311 View commit details
    Browse the repository at this point in the history
  10. src: DecodeBytes & DecodeWrite return ptrdiff_t

    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    0deee26 View commit details
    Browse the repository at this point in the history
  11. src: fix dependencies in node.h

    * remove node_internals.h dependency from node.h; adjust other source
    * remove break in namespace node block from node.h
    * move includes to beginning of node.h
    * remove extra include from node.h
    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    6920f53 View commit details
    Browse the repository at this point in the history
  12. tls: cleanup includes, ignore NODE_WANT_INTERNALS

    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    ac2214b View commit details
    Browse the repository at this point in the history
  13. crypto:cleanup includes,ignore NODE_WANT_INTERNALS

    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    9ac4063 View commit details
    Browse the repository at this point in the history
  14. src: cleanup remove use of NODE_WANT_INTERNALS

    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    500d1cc View commit details
    Browse the repository at this point in the history
  15. src: general cleanup remove extra includes

    Christopher J. Brody committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    f207aa2 View commit details
    Browse the repository at this point in the history