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: SasLuca/rayfork
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: modules
Choose a base ref
...
head repository: SasLuca/rayfork
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: rayfork-0.9
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 57 files changed
  • 2 contributors

Commits on Oct 2, 2020

  1. Added sokol-gfx

    SasLuca committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    5427bbf View commit details
    Browse the repository at this point in the history
  2. Updated cmake

    SasLuca committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    40ad558 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Configuration menu
    Copy the full SHA
    16d10c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

  1. Added basic unit tests for the string API

    There are some issues that need to be fixed. Make sure to read the notes.
    Functions that have been added tests for:
     - rf_for_str_split
     - rf_str_contains
     - rf_str_find_first
     - rf_str_find_last
     - rf_str_len
     - rf_str_match
     - rf_strbuf_append
     - rf_strbuf_clone_ex
     - rf_strbuf_insert_b (Tests for this one have issues)
    BlueGhostAlt committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    b5e970d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #30 from BlueGhostGH/unit-tests-for-string-api

    Added basic unit tests for the string API
    SasLuca authored Nov 27, 2020
    Configuration menu
    Copy the full SHA
    8ef95fe View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    0db32b2 View commit details
    Browse the repository at this point in the history
Loading