Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various changes #3

Merged
merged 5 commits into from
Nov 30, 2023
Merged

Various changes #3

merged 5 commits into from
Nov 30, 2023

Commits on Nov 29, 2023

  1. Add 'cmake' directory to CMAKE_MODULE_PATH

    This enables us to avoid using a path when including files from
    that directory.
    thus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    38c9325 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d478ae View commit details
    Browse the repository at this point in the history
  3. Ignore unused parameter warning for variable only used in assert

     src/yaml.c: In function ‘sconf_yaml_parent_remove’:
     src/yaml.c:181:75: warning: unused parameter ‘type’ [-Wunused-parameter]
       181 | static int sconf_yaml_parent_remove(struct SConfYAMLState *state, uint8_t type,
           |                                                                   ~~~~~~~~^~~~
    thus committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4bbc60f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    6c25bdd View commit details
    Browse the repository at this point in the history
  2. Add support for Conan Package Manager

    This enables us to use conan to download both CMake and libyaml when
    building simpleconfig.
    thus committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    337906b View commit details
    Browse the repository at this point in the history