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

Commits on Jul 26, 2009

  1. Reorganization. C -> C++

    Moving things around and getting ready for changing the implementation
    from strict C to C++. For the moment I'm removing the resource
    restriction code because it didn't really help that much and was just
    causing me headaches.
    davisp committed Jul 26, 2009
    Configuration menu
    Copy the full SHA
    671483a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e87539d View commit details
    Browse the repository at this point in the history
  3. C++ fu has atrophied.

    davisp committed Jul 26, 2009
    Configuration menu
    Copy the full SHA
    80b5ab7 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2009

  1. More RAII plzkthx.

    Moving towards implementing simplifications using C++ RAII awesomeness.
    davisp committed Jul 27, 2009
    Configuration menu
    Copy the full SHA
    3eec0ef View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2009

  1. More rewriting.

    Changed the implementation of PyXDR<T> on advice from Mark Hammond.
    davisp committed Aug 3, 2009
    Configuration menu
    Copy the full SHA
    b64a7e1 View commit details
    Browse the repository at this point in the history
  2. Still converting object.cpp

    davisp committed Aug 3, 2009
    Configuration menu
    Copy the full SHA
    ad1f4b4 View commit details
    Browse the repository at this point in the history
  3. More update awesome.

    davisp committed Aug 3, 2009
    Configuration menu
    Copy the full SHA
    d111e02 View commit details
    Browse the repository at this point in the history
Loading