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: fmtlib/fmt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: softwaredoug/format
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.
  • 10 commits
  • 5 files changed
  • 1 contributor

Commits on Jan 5, 2013

  1. Configuration menu
    Copy the full SHA
    0f4cad0 View commit details
    Browse the repository at this point in the history
  2. add clear to basicformatter

    Doug Turnbull committed Jan 5, 2013
    Configuration menu
    Copy the full SHA
    a788fe1 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:softwaredoug/format

    Doug Turnbull committed Jan 5, 2013
    Configuration menu
    Copy the full SHA
    842f9ba View commit details
    Browse the repository at this point in the history
  4. Initial method to add sprints to format library.

    Doug Turnbull committed Jan 5, 2013
    Configuration menu
    Copy the full SHA
    221a47d View commit details
    Browse the repository at this point in the history
  5. Initial test of using sprints with basic formatter

    Doug Turnbull committed Jan 5, 2013
    Configuration menu
    Copy the full SHA
    0a30f7b View commit details
    Browse the repository at this point in the history
  6. Move format's sprint under namespace format{}

    This is to allow me to test this with the benchmarks under "sprint"
    Doug Turnbull committed Jan 5, 2013
    Configuration menu
    Copy the full SHA
    d2c15eb View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2013

  1. Remove some C++11 features for gcc

    Doug Turnbull committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    e9ddc41 View commit details
    Browse the repository at this point in the history
  2. Build in gcc, remove c++11 features

    Doug Turnbull committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    9ccbe06 View commit details
    Browse the repository at this point in the history
  3. Issue a compiler error if incorrect base type used

    Doug Turnbull committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    b0099de View commit details
    Browse the repository at this point in the history
  4. Specialize hex formatting for 16 and 8 bit

    Doug Turnbull committed Jan 6, 2013
    Configuration menu
    Copy the full SHA
    a3d069b View commit details
    Browse the repository at this point in the history
Loading