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: 2legit/simstring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: chokkan/simstring
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.
  • 8 commits
  • 8 files changed
  • 4 contributors

Commits on Aug 6, 2013

  1. Missing include

    jdeniau committed Aug 6, 2013
    Configuration menu
    Copy the full SHA
    616d669 View commit details
    Browse the repository at this point in the history
  2. Add PHP module

    jdeniau committed Aug 6, 2013
    Configuration menu
    Copy the full SHA
    7891643 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2015

  1. Prevent redefinition of NOMINMAX when the project that includes the l…

    …ibrary already defines the symbol.
    VSRonin committed Jan 30, 2015
    Configuration menu
    Copy the full SHA
    303b267 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2019

  1. Merge pull request chokkan#11 from jdeniau/master

    Add PHP extension
    cynthia authored Jun 4, 2019
    Configuration menu
    Copy the full SHA
    bc53f81 View commit details
    Browse the repository at this point in the history
  2. Merge pull request chokkan#19 from VSRonin/master

    Prevent redefinition of NOMINMAX
    cynthia authored Jun 4, 2019
    Configuration menu
    Copy the full SHA
    f770969 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2019

  1. Configuration menu
    Copy the full SHA
    aabfee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61bbf67 View commit details
    Browse the repository at this point in the history
  3. Disable UTF-16/32 support on macOS, when compiling with Apple LLVM.

    This resolves chokkan#16 and chokkan#25. This is a somewhat ugly tradeoff, and
    might bite when building with Intel compiler and using libc++.
    
    Rationale is explained in chokkan#16.
    cynthia committed Jul 21, 2019
    Configuration menu
    Copy the full SHA
    d4dca68 View commit details
    Browse the repository at this point in the history
Loading