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: lefticus/cpp_weekly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: reedhedges/cpp_weekly
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.
  • 9 commits
  • 17 files changed
  • 1 contributor

Commits on Mar 8, 2023

  1. Playing with Jason's game of life C++ vs Python tests. Added timing i…

    …nto code (python and c++), conanfile for libfmt, Makefile, hacks to build with GCC and no constexpr, user-supplied parameters instead of static, other ways to call C++ with cppyy.
    reedhedges committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    4dbd23c View commit details
    Browse the repository at this point in the history
  2. Update README

    reedhedges committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    965a9f4 View commit details
    Browse the repository at this point in the history
  3. add .gitignore

    reedhedges committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    0113097 View commit details
    Browse the repository at this point in the history
  4. Update README.md

    reedhedges committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    6f4158d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Add version that uses cppyy but just calls one public function of a l…

    …ibrary. Add notes on timing results (Results_RH.txt.) Update gitignore, Makefile.
    reedhedges committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    5d3ffec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5fa4f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Add rules to make with -DNO_CONSTEXPR, "all" makes all of them. GCC w…

    …ill currently fail on the programs with constexpr. Update "help" rule.
    reedhedges committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    c8c8f8d View commit details
    Browse the repository at this point in the history
  2. Fix dumb bug in program argument handling (assert nonnegative on sign…

    …ed long rather than unsigned!)
    reedhedges committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    0842c3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e53f62 View commit details
    Browse the repository at this point in the history
Loading