X Tutup
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: clymber/cppreference-doc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: PeterFeicht/cppreference-doc
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.
  • 15 commits
  • 8 files changed
  • 5 contributors

Commits on Oct 7, 2024

  1. preprocess-css: update font-family names to match the website

    In this file, font-family uses names with spaces, but the website declares it without spaces, this would update the font-family names to match the website.
    Fixes p12tic#138
    myfreeer authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    985db4c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Merge pull request p12tic#139 from myfreeer/patch-1

    preprocess-css: update font-family names to match the website
    p12tic authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    5acdb10 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2024

  1. ci(Makefile): Use system-agnostic path for bash.

    Change `SHELL` variable in Makefile from `/bin/bash` to `/usr/bin/env bash`.
    sona-tau authored and PeterFeicht committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    d0a5b77 View commit details
    Browse the repository at this point in the history
  2. Improve README

    This improves the README to clarify that this repo does not contain any
    Cppreference content, but is only for creating the offline archive.
    
    Fixes PeterFeicht#35.
    PeterFeicht committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    8e6a0bb View commit details
    Browse the repository at this point in the history
  3. Makefile: Add install targets per type

    This adds separate install targets for the different types of
    documentation built. The existing `install` target builds all types of
    documentation, which is rarely useful outside of a release build.
    
    For PeterFeicht#31.
    PeterFeicht committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    4573224 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1d3311 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    be7aa57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24448ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37cead4 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master'

    * upstream/master:
      preprocess-css: update font-family names to match the website
    PeterFeicht committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    5b4cd08 View commit details
    Browse the repository at this point in the history
  9. Update dependencies

    PeterFeicht committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    f858123 View commit details
    Browse the repository at this point in the history
  10. Release v20241110

    PeterFeicht committed Nov 10, 2024
    Configuration menu
    Copy the full SHA
    fea1c32 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2025

  1. Release v20250209

    PeterFeicht committed Feb 9, 2025
    Configuration menu
    Copy the full SHA
    be3ce3c View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2025

  1. Preprocess: Fix download of read-only site

    The site has been in read-only mode for an upgrade for some time, which
    changes some of the URLs. This updates filters to also match changed
    URLs when cloning the site and cleaning up files.
    PeterFeicht committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    b7f2e23 View commit details
    Browse the repository at this point in the history
  2. Release v20251201

    PeterFeicht committed Dec 8, 2025
    Configuration menu
    Copy the full SHA
    4f773b7 View commit details
    Browse the repository at this point in the history
Loading
X Tutup