Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 6a5a7b089ea7
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: ccf8f3eebc1d
Choose a head ref
  • 3 commits
  • 65 files changed
  • 1 contributor

Commits on Jul 31, 2013

  1. cpplint: make lint rules closer to node's source

    * Support C-style header guards (/* comments */)
    * Support `class NODE_EXTERN something`
    * Support `}  // extern "C"` closures
    * Ignore header order
    * Ignore `long/short` usage (because of OpenSSL's API)
    indutny committed Jul 31, 2013
    Copy the full SHA
    3c6b5d5 View commit details
    Browse the repository at this point in the history
  2. src: lint c++ code

    indutny committed Jul 31, 2013
    Copy the full SHA
    8e29ce9 View commit details
    Browse the repository at this point in the history
  3. make: add cpplint to test target

    Also, exclude some C-headers, machine generated headers and tweaked
    sources from cpplint file list.
    indutny committed Jul 31, 2013
    Copy the full SHA
    ccf8f3e View commit details
    Browse the repository at this point in the history