Skip to content

pullrequests Search Results · topic:video org:RenderHeads

Filter by

37 results
 (95 ms)

37 results

inRenderHeads (press backspace or delete to remove)

  • Dillan-L
  • Opened 
    on Mar 28, 2023
  • #5

Updated Readme with package installation instructions
  • Dillan-L
  • Opened 
    on Mar 28, 2023
  • #3

ClangFormat seems to be better supported by pre-commit and IDEs (like CLion), so it ll make our lives easier if we use it. I chose the Chromium style, since I like it the most out of the options :-)
  • ruan-renderheads
  • Opened 
    on Mar 2, 2023
  • #13

Adds the pre-commit GitHub action to ensure hooks are run even if they weren t run on a developer s machine.
  • ruan-renderheads
  • Opened 
    on Feb 23, 2023
  • #12

pre-commit allows one to easily install git hooks into your repository. Follow the instructions included in the README to install pre-commit and then the hooks.
  • ruan-renderheads
  • Opened 
    on Feb 17, 2023
  • #11

This PR formats all the C# files with the default astyle settings (i.e. no custom config set up yet).
  • ruan-renderheads
  • Opened 
    on Feb 17, 2023
  • #10

This PR adds a GitHub action to run the tests when a PR is made.
  • ruan-renderheads
  • 2
  • Opened 
    on Feb 16, 2023
  • #9

Refactored resolution code. I didn t like the bunch of Ifs. The solution I have now will probably be easier to expand and chain on more checks.
  • ShaneRH
  • Opened 
    on Feb 16, 2023
  • #8

- Fixes a bug where namespace was represented in c# 8.0 style, not currently supported - Adds unit tests and a feature extension which returns the reasons for the resolution check failing, so we can ...
  • ShaneRH
  • Opened 
    on Feb 15, 2023
  • #7