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: markjohndoyle/boost-nar
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.57.0+nar.7
Choose a base ref
...
head repository: markjohndoyle/boost-nar
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 244 files changed
  • 3 contributors

Commits on Dec 2, 2015

  1. Folder name incorrect for circular buffer.

    Benjamin Westrich committed Dec 2, 2015
    Copy the full SHA
    0afdb5a View commit details
  2. Merge pull request #14 from BMWestrich/feature/Boost_Circular

    Folder name incorrect for circular buffer.
    markjohndoyle committed Dec 2, 2015
    Copy the full SHA
    abceee1 View commit details

Commits on Dec 4, 2015

  1. Circular dependency update.

    Benjamin Westrich committed Dec 4, 2015
    Copy the full SHA
    b763969 View commit details
  2. Merge pull request #15 from BMWestrich/feature/Boost_Circular

    Circular dependency update.
    markjohndoyle committed Dec 4, 2015
    Copy the full SHA
    2c3a7c9 View commit details

Commits on Dec 8, 2015

  1. Added Boost::intrusive and incremented version number.

    Benjamin Westrich committed Dec 8, 2015
    Copy the full SHA
    be6e86d View commit details
  2. Merge pull request #16 from BMWestrich/feature/Boost_Circular

    Added Boost::intrusive and incremented version number.
    markjohndoyle committed Dec 8, 2015
    Copy the full SHA
    20ede05 View commit details
  3. Update README.md

    markjohndoyle committed Dec 8, 2015
    Copy the full SHA
    4538a99 View commit details

Commits on May 25, 2016

  1. Added algorithm module

    markjohndoyle committed May 25, 2016
    Copy the full SHA
    da1f18e View commit details
  2. Added lambda module

    markjohndoyle committed May 25, 2016
    Copy the full SHA
    eeff8c3 View commit details
  3. Copy the full SHA
    16676e3 View commit details
  4. Copy the full SHA
    3fd21d8 View commit details

Commits on Oct 5, 2016

  1. Centralize version management

    This should make it easier to manage the version of all the various submodules,
    as well as make it easier for users, who can do the following to get this same
    <dependencyManagement> block:
    
    <dependency>
      <group>org.boost</group>
      <artifact>parent</artifact>
      <version>1.57.0+nar.10</version>
      <scope>import</scope>
    </dependency>
    00datman authored and markjohndoyle committed Oct 5, 2016
    Copy the full SHA
    6c066f6 View commit details
Loading