Skip to content
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: monkeycz/python.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.11.x
Choose a base ref
...
head repository: monkeycz/python.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 8 files changed
  • 1 contributor

Commits on Aug 1, 2014

  1. try to support AUTH_CODE

    eg:
    var macgo = python.import('macgo');
    var sys = python.import('sys');
    var os = python.import('os');
    var os = python.import('os');
    or else, failed to import python library
    BUT, nw-gyp can NOT support command line add CFLAGS
    node-gyp can do it, like this:
    node-gyp build --target=0.10.28 CFLAGS_Release=\'-DAUTH_CODE=\"macgo\"\'
    so this code temporarily not to use
    monkeycz committed Aug 1, 2014
    Configuration menu
    Copy the full SHA
    36b8bae View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2014

  1. Configuration menu
    Copy the full SHA
    c4de931 View commit details
    Browse the repository at this point in the history
  2. clerical error

    monkeycz committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    52056f5 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2015

  1. Configuration menu
    Copy the full SHA
    7cf4c92 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2015

  1. update for nodejs(0.12.0), v8(3.28.73); available for nw.js(0.11.6), …

    …nodejs(0.11.13-pre), v8(3.22.24.19)
    monkeycz committed Feb 7, 2015
    Configuration menu
    Copy the full SHA
    3e616e3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    705db76 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2015

  1. remove AUTH_CODE

    monkeycz committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    97c1d00 View commit details
    Browse the repository at this point in the history
  2. change name to 'python.js'

    monkeycz committed Mar 20, 2015
    Configuration menu
    Copy the full SHA
    76a95c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d45e9d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2015

  1. add 'Thanks' to README.md

    monkeycz committed Mar 22, 2015
    Configuration menu
    Copy the full SHA
    49cb204 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2015

  1. Configuration menu
    Copy the full SHA
    c3ea7d2 View commit details
    Browse the repository at this point in the history
Loading