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: duffee/Boost-Graph
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: duffee/Boost-Graph
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: development
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 6 files changed
  • 4 contributors

Commits on Oct 24, 2013

  1. Configuration menu
    Copy the full SHA
    a2a05b6 View commit details
    Browse the repository at this point in the history
  2. Removed tests that depended on the order of a depth first search.

    Replaced with order independant test and tests that check what is
    strictly true for the test graph.
    Boyd Duffee committed Oct 24, 2013
    Configuration menu
    Copy the full SHA
    1cb44ee View commit details
    Browse the repository at this point in the history
  3. New feature and config options added to Makefile.PL

    - Added prompts to use $ENV{BOOST} or user supplied Boost library (a little fragile)
    - Added TEST_REQUIRES to specify Test::More is used
    - Added depend to prevent error given in http://perldoc.perl.org/ExtUtils/MakeMaker/FAQ.html#XS
    Boyd Duffee committed Oct 24, 2013
    Configuration menu
    Copy the full SHA
    56ab206 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2013

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

Commits on Oct 30, 2013

  1. fix clang error

    Chris Fields committed Oct 30, 2013
    Configuration menu
    Copy the full SHA
    c99bc78 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2013

  1. Merge pull request #3 from duffee/dev-mavericks

    fix clang error
    duffee committed Nov 4, 2013
    Configuration menu
    Copy the full SHA
    2aec0aa View commit details
    Browse the repository at this point in the history
  2. added LICENSE tag to Makefile.PL

    Boyd Duffee committed Nov 4, 2013
    Configuration menu
    Copy the full SHA
    e47cf47 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'development' of github.com:duffee/Boost-Graph into deve…

    …lopment
    Boyd Duffee committed Nov 4, 2013
    Configuration menu
    Copy the full SHA
    eade1af View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2013

  1. Tidying up for cpan upload: added Changes to MANIFEST and TEST_REQUIR…

    …ES not recognized by ExtUtils::MakeMaker 6.6302
    Boyd Duffee committed Nov 5, 2013
    Configuration menu
    Copy the full SHA
    f9f85f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2013

  1. Trying to implement a rough remove_node method

    Boyd Duffee committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    886aba6 View commit details
    Browse the repository at this point in the history
  2. Can't delete an "int" in BoostGraph_i.h, so I set to NULL. (probably …

    …bad)
    
    Fixed bug in Graph.pm
    Tests now pass
    Boyd Duffee committed Nov 18, 2013
    Configuration menu
    Copy the full SHA
    efabdbb View commit details
    Browse the repository at this point in the history
Loading