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

Commits on Aug 4, 2021

  1. Ignore build products

    rdmpage committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    b3ab11c View commit details
    Browse the repository at this point in the history
  2. Fix header

    rdmpage committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    f199b3f View commit details
    Browse the repository at this point in the history
  3. Create README.md

    rdmpage committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    0d0910a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2026

  1. Updated .gitignore

    rdmpage committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    70f1e7a View commit details
    Browse the repository at this point in the history
  2. Modernize build system and fix all warnings

    This update brings the autotools build system up to current standards and
    eliminates all warnings on macOS 13.7.2.
    
    Changes:
    - Rename configure.in to configure.ac (modern autoconf standard)
    - Update AM_INIT_AUTOMAKE to modern format with AC_INIT
    - Replace obsolete AC_AIX, AC_GNU_SOURCE, AC_ISC_POSIX, AC_MINIX with AC_USE_SYSTEM_EXTENSIONS
    - Replace deprecated AC_HEADER_STDC with AC_CHECK_HEADERS
    - Replace INCLUDES with AM_CPPFLAGS in all Makefile.am files
    - Fix deprecated std::binary_function in cdbpp.h by using explicit typedefs
    
    Build now completes with zero warnings from autogen.sh, configure, and make.
    
    🤖 Generated with [Claude Code](https://claude.com/claude-code)
    
    Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
    rdmpage and claude committed Jan 8, 2026
    Configuration menu
    Copy the full SHA
    b184d3b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from rdmpage/blissful-chaum

    Modernize build system and eliminate all warnings
    rdmpage authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    b13c303 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88ae8de View commit details
    Browse the repository at this point in the history
Loading